diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-26 10:15:33 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-26 10:15:33 +0000 |
commit | ee921d31758d0dd151191ca30277766e11c5244e (patch) | |
tree | 0c5887335688588bb2172bb752a3d750701f3819 | |
parent | 1efdb39763c0b7b1cf0c2359c8e2deddd87d5bee (diff) | |
download | freebsd-ports-ee921d31758d0dd151191ca30277766e11c5244e.zip |
- Update to 1.0.2
Reported by: Jeff Gilchrist (author)
-rw-r--r-- | archivers/pbzip2/Makefile | 6 | ||||
-rw-r--r-- | archivers/pbzip2/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index 14567005d6ae..351928f8b067 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -7,16 +7,17 @@ # PORTNAME= pbzip2 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Parallel BZIP2 -PLIST_FILES= bin/pbzip2 +PLIST_FILES= bin/pbzip2 bin/pbunzip2 MAN1= pbzip2.1 +MLINKS= pbzip2.1 pbunzip2.1 post-patch: @${REINPLACE_CMD} \ @@ -30,6 +31,7 @@ post-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${LN} -sf ${PORTNAME} ${PREFIX}/bin/pbunzip2 @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ .include <bsd.port.mk> diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo index c3a508be24c9..47a83923bb4f 100644 --- a/archivers/pbzip2/distinfo +++ b/archivers/pbzip2/distinfo @@ -1,3 +1,3 @@ -MD5 (pbzip2-1.0.1.tar.gz) = 983ac1e60fd6c99989d6147350b01661 -SHA256 (pbzip2-1.0.1.tar.gz) = 4f478feba99d51602476792897da94fe3b27392c8161eafa116ac4b60ec3c71f -SIZE (pbzip2-1.0.1.tar.gz) = 21547 +MD5 (pbzip2-1.0.2.tar.gz) = 336e7395a65cc59da5094ad2a5ac7cb7 +SHA256 (pbzip2-1.0.2.tar.gz) = 7f52ae9293caac3f72038be6ff51fa02ae2884b24dba100981e274d658b2a09d +SIZE (pbzip2-1.0.2.tar.gz) = 22562 |