diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 14:25:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 14:25:10 +0800 |
commit | 36aefa1e6a35cecca3ed9a3c2a5d6149166f6811 (patch) | |
tree | b9fc194613f7242a128f6aff5ac23aba3d3e0d8c /archivers/pbzip2 | |
parent | c748182e6b89d5b8a0861aff88bab3d74057a6f1 (diff) | |
download | freebsd-ports-gnome-36aefa1e6a35cecca3ed9a3c2a5d6149166f6811.tar.gz freebsd-ports-gnome-36aefa1e6a35cecca3ed9a3c2a5d6149166f6811.tar.zst freebsd-ports-gnome-36aefa1e6a35cecca3ed9a3c2a5d6149166f6811.zip |
Update to 0.9.5
Diffstat (limited to 'archivers/pbzip2')
-rw-r--r-- | archivers/pbzip2/Makefile | 5 | ||||
-rw-r--r-- | archivers/pbzip2/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index 25a92b2c30c0..2806e87451fa 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pbzip2 -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ @@ -19,7 +19,8 @@ USE_REINPLACE= yes PLIST_FILES= bin/pbzip2 post-patch: - @${REINPLACE_CMD} -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \ + @${REINPLACE_CMD} \ + -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \ -e "s,-O3,${CXXFLAGS}," \ -e "s,^CC,#CC," \ -e "s,CC,CXX," ${WRKSRC}/Makefile diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo index 0166cd271947..f4c7f601282e 100644 --- a/archivers/pbzip2/distinfo +++ b/archivers/pbzip2/distinfo @@ -1,3 +1,3 @@ -MD5 (pbzip2-0.9.4.tar.gz) = ba5e06d89ac3fded55d30d33cdfeb872 -SHA256 (pbzip2-0.9.4.tar.gz) = d11a8821a510c26f1fd3254742354729125a5b7d0ce98bb6c195045d19fb966d -SIZE (pbzip2-0.9.4.tar.gz) = 18765 +MD5 (pbzip2-0.9.5.tar.gz) = 94cbc6ff49a6f4df40f6b1552b613ce6 +SHA256 (pbzip2-0.9.5.tar.gz) = 9098588501750b8b67c6be7e9b27743da11fca79273ca271a59d084cc83caa4d +SIZE (pbzip2-0.9.5.tar.gz) = 20145 |