diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 17:13:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 17:13:01 +0000 |
commit | c9441319a91c4975ef2a634603d2d8934d87cb11 (patch) | |
tree | e9cfc5d40f35bb6e21df7f7c1ad04c286f3ee3ae /lang/vala | |
parent | 1d434e007f6d6e7e4ca4a74115117754f4a7e54e (diff) | |
download | pkgsrc-c9441319a91c4975ef2a634603d2d8934d87cb11.tar.gz |
Mention in COMMENT and DESCR which branch the package provides.
Suggested by Bug Hunting.
Diffstat (limited to 'lang/vala')
-rw-r--r-- | lang/vala/DESCR | 2 | ||||
-rw-r--r-- | lang/vala/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/vala/DESCR b/lang/vala/DESCR index d48f6f388d1..073952bb8d0 100644 --- a/lang/vala/DESCR +++ b/lang/vala/DESCR @@ -7,3 +7,5 @@ valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. + +This package contains the old 0.12 release. diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 7bd636f7cb4..5804fd00c2a 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/03/03 00:12:11 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/04/08 17:13:01 wiz Exp $ # DISTNAME= vala-0.12.1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://live.gnome.org/Vala -COMMENT= Compiler for the GObject type system +COMMENT= Compiler for the GObject type system (0.12 branch) LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |