diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-23 06:56:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-23 06:56:14 +0800 |
commit | c4f999c9f5cf50120c6d3be9a3bbc00b740850e1 (patch) | |
tree | f65d677fd9c5829c55ba0d0f6f67772f60246544 /archivers/pbzip2/Makefile | |
parent | 5d787b7547a264c34595a144fca3726bb66dc6cf (diff) | |
download | freebsd-ports-gnome-c4f999c9f5cf50120c6d3be9a3bbc00b740850e1.tar.gz freebsd-ports-gnome-c4f999c9f5cf50120c6d3be9a3bbc00b740850e1.tar.zst freebsd-ports-gnome-c4f999c9f5cf50120c6d3be9a3bbc00b740850e1.zip |
- Update to 1.0.4
- Take maintainership
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 |