diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-11-18 05:24:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-11-18 05:24:12 +0800 |
commit | 850660c86da9bcf49a70f32006cb798ad38ceeb0 (patch) | |
tree | 3a09cc8042e86af2e1a73932254ca1fef8a49252 /devel | |
parent | 90231008b301a44e9d82f81cabe28b8033ba990a (diff) | |
download | freebsd-ports-gnome-850660c86da9bcf49a70f32006cb798ad38ceeb0.tar.gz freebsd-ports-gnome-850660c86da9bcf49a70f32006cb798ad38ceeb0.tar.zst freebsd-ports-gnome-850660c86da9bcf49a70f32006cb798ad38ceeb0.zip |
- Update to 0.0.4
- Add LICENSE
- No more broken on ia64
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pire/Makefile | 9 | ||||
-rw-r--r-- | devel/pire/distinfo | 4 | ||||
-rw-r--r-- | devel/pire/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/pire/Makefile b/devel/pire/Makefile index 98bfef3f595a..98eb844d4140 100644 --- a/devel/pire/Makefile +++ b/devel/pire/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pire -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= devel MASTER_SITES= http://cloud.github.com/downloads/dprokoptsev/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,6 +14,9 @@ MASTER_SITES= http://cloud.github.com/downloads/dprokoptsev/${PORTNAME}/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Perl Incompatible Regular Expressions library +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes @@ -31,8 +34,4 @@ regression-test: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .endif -.if ${ARCH} == "ia64" -BROKEN= unittest fails, so the library is likely unuseable -.endif - .include <bsd.port.mk> diff --git a/devel/pire/distinfo b/devel/pire/distinfo index a3b090a7de6a..38f7d9210a3a 100644 --- a/devel/pire/distinfo +++ b/devel/pire/distinfo @@ -1,2 +1,2 @@ -SHA256 (pire-0.0.3.tar.gz) = 2e67c29bee88785058ed94b7640cc5e2165fa3d6a67eb0a77925cb78348590fd -SIZE (pire-0.0.3.tar.gz) = 497575 +SHA256 (pire-0.0.4.tar.gz) = 667b3c15580ab5ba4469e857d329c9d1be254d86db0b4ebd7ad408988959847b +SIZE (pire-0.0.4.tar.gz) = 487142 diff --git a/devel/pire/pkg-plist b/devel/pire/pkg-plist index cd37250239dd..c89018c027b1 100644 --- a/devel/pire/pkg-plist +++ b/devel/pire/pkg-plist @@ -20,6 +20,7 @@ include/pire/scanners/multi.h include/pire/scanners/pair.h include/pire/scanners/simple.h include/pire/scanners/slow.h +include/pire/sse.h include/pire/static_assert.h include/pire/stub/defaults.h include/pire/stub/lexical_cast.h |