- Update to 0.0.4

- Add LICENSE
- No more broken on ia64
This commit is contained in:
Dmitry Marakasov 2010-11-17 21:24:12 +00:00
parent cf41428eb6
commit 97af0e789f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264717
3 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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

View File

@ -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