diff options
author | agc <agc> | 2009-08-17 20:58:26 +0000 |
---|---|---|
committer | agc <agc> | 2009-08-17 20:58:26 +0000 |
commit | 834d5c2f38a036ef301de7056038beb8992007d2 (patch) | |
tree | 14c00005fd90f848fdb1d1982562ef30cef9e0a4 /devel/tre | |
parent | 00272a0542f7bb3d77a6067ae47d8d46ba3fd6ee (diff) | |
download | pkgsrc-834d5c2f38a036ef301de7056038beb8992007d2.tar.gz |
Update tre to version 0.7.6:
A huge thankyou to Ville Laurikari for changing the license on tre to
be a two clause BSD license:
Version 0.7.6
- The license is changed from LGPL to a BSD-style license. The new
license is essentially the same as the "2 clause" BSD-style
license used in NetBSD. See the file LICENSE for details.
- No longer using gnulib due to potential license conflicts.
- Bug fixes.
Take maintainership of this package.
Diffstat (limited to 'devel/tre')
-rw-r--r-- | devel/tre/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/tre/Makefile b/devel/tre/Makefile index 81defddfb3a..df069674d07 100644 --- a/devel/tre/Makefile +++ b/devel/tre/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2009/07/17 18:00:15 adrianp Exp $ +# $NetBSD: Makefile,v 1.13 2009/08/17 20:58:26 agc Exp $ -DISTNAME= tre-0.7.5 -PKGREVISION= 6 +DISTNAME= tre-0.7.6 CATEGORIES= devel MASTER_SITES= http://laurikari.net/tre/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= agc@NetBSD.org HOMEPAGE= http://laurikari.net/tre/ COMMENT= Lightweight and robust POSIX compliant regexp matching library -LICENSE= gnu-lgpl-v2 +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |