diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 22:56:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 22:56:14 +0000 |
commit | 13fe2605bbe6eebfd4ea8abbd57dd5a811f1a1f8 (patch) | |
tree | 95e3d39bf7100ef57e7ed20b836b32fd1f6e7db2 /archivers/pbzip2/Makefile | |
parent | e39ce83bc9a8591e120fcce72268025a30923a57 (diff) |
- Update to 1.0.4
- Take maintainership
Notes
Notes:
svn path=/head/; revision=224613
Diffstat (limited to 'archivers/pbzip2/Makefile')
-rw-r--r-- | archivers/pbzip2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index 46de6d5a87f0..a4063baf5736 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -7,12 +7,12 @@ # PORTNAME= pbzip2 -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= archivers -MASTER_SITES= http://compression.ca/pbzip2/ CENKES +MASTER_SITES= http://compression.ca/pbzip2/ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Parallel BZIP2 PLIST_FILES= bin/pbzip2 bin/pbunzip2 |