upgrade to 0.9.6

This commit is contained in:
Ying-Chieh Liao 2006-02-15 01:07:53 +00:00
parent 2ed706f243
commit 3eec13d8bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156071
2 changed files with 7 additions and 5 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= pbzip2
PORTVERSION= 0.9.5
PORTVERSION= 0.9.6
CATEGORIES= archivers
MASTER_SITES= http://compression.ca/pbzip2/
@ -16,6 +16,8 @@ COMMENT= Parallel BZIP2
PLIST_FILES= bin/pbzip2
MAN1= pbzip2.1
post-patch:
@${REINPLACE_CMD} \
-e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
@ -25,9 +27,9 @@ post-patch:
@${REINPLACE_CMD} \
-e "s,PRIu64 \"Lu\",PRIu64 Lu," \
-e "s,\"PRIu64\",#PRIu64,g" ${WRKSRC}/pbzip2.cpp
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (pbzip2-0.9.5.tar.gz) = 94cbc6ff49a6f4df40f6b1552b613ce6
SHA256 (pbzip2-0.9.5.tar.gz) = 9098588501750b8b67c6be7e9b27743da11fca79273ca271a59d084cc83caa4d
SIZE (pbzip2-0.9.5.tar.gz) = 20145
MD5 (pbzip2-0.9.6.tar.gz) = 851800855b2cf0c84b6169554b562ff2
SHA256 (pbzip2-0.9.6.tar.gz) = 8cd2432de0c54afde2de87bb53c46bccb6a4e3e1629aed27ad5193c567ce9189
SIZE (pbzip2-0.9.6.tar.gz) = 20263