diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 06:25:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 06:25:10 +0000 |
commit | 27b06b25ccac215fdca1fe1a185e908f019b2fb3 (patch) | |
tree | 9714fe12614222d913f5d0681b8678a0bc2f5fae /archivers | |
parent | 863c23858b91dfbf9048821e5486949bee5f91ca (diff) | |
download | ports-27b06b25ccac215fdca1fe1a185e908f019b2fb3.tar.gz ports-27b06b25ccac215fdca1fe1a185e908f019b2fb3.zip |
Notes
Diffstat (limited to 'archivers')
-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 |