aboutsummaryrefslogtreecommitdiff
path: root/archivers/pbzip2
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-02-15 01:07:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-02-15 01:07:53 +0000
commit3eec13d8bcd0d6dba0cd67e0447c09ec79d40778 (patch)
treebeeb1f4c430238b68b15ebe7da0a8525c0b2da35 /archivers/pbzip2
parent2ed706f243cf8e828b1978add27666c8e6f727e0 (diff)
downloadports-3eec13d8bcd0d6dba0cd67e0447c09ec79d40778.tar.gz
ports-3eec13d8bcd0d6dba0cd67e0447c09ec79d40778.zip
Notes
Diffstat (limited to 'archivers/pbzip2')
-rw-r--r--archivers/pbzip2/Makefile6
-rw-r--r--archivers/pbzip2/distinfo6
2 files changed, 7 insertions, 5 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile
index 3c6bf6bb56f5..7712141a7234 100644
--- a/archivers/pbzip2/Makefile
+++ b/archivers/pbzip2/Makefile
@@ -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>
diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo
index f4c7f601282e..d36c4fb20625 100644
--- a/archivers/pbzip2/distinfo
+++ b/archivers/pbzip2/distinfo
@@ -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