diff options
author | delphij <delphij@FreeBSD.org> | 2015-01-17 08:52:29 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-01-17 08:52:29 +0800 |
commit | 155b1002b6f4781078e761a8e830902275eaddae (patch) | |
tree | 75bd2a695c033afd30d33a31f06afee781147b60 /archivers | |
parent | 2e408c18e6c946aa4bc883dff8a3bcdcb858f835 (diff) | |
download | freebsd-ports-gnome-155b1002b6f4781078e761a8e830902275eaddae.tar.gz freebsd-ports-gnome-155b1002b6f4781078e761a8e830902275eaddae.tar.zst freebsd-ports-gnome-155b1002b6f4781078e761a8e830902275eaddae.zip |
Update to 20141018 and take maintainership.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pxz/Makefile | 8 | ||||
-rw-r--r-- | archivers/pxz/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 9fd41782acc2..5e8599e9cb1a 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= pxz -PORTVERSION= 0.20120930 +PORTVERSION= 0.20141018 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= mm +MASTER_SITE_SUBDIR= delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= delphij@FreeBSD.org COMMENT= Parallel LZMA compressor using liblzma LICENSE= GPLv2 @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME} -USES= compiler:openmp +USES= compiler:openmp tar:xz PLIST_FILES= bin/pxz man/man1/pxz.1.gz MAKE_ENV+= BINDIR=${PREFIX}/bin \ diff --git a/archivers/pxz/distinfo b/archivers/pxz/distinfo index 45bf1c0b9a5e..16c350e2a1bc 100644 --- a/archivers/pxz/distinfo +++ b/archivers/pxz/distinfo @@ -1,2 +1,2 @@ -SHA256 (pxz-git-20120930.tar.gz) = b8b86ae037e2d9347015c6e6e8af16699f48597e05c92ce7576d7110ea5cf3ce -SIZE (pxz-git-20120930.tar.gz) = 69480 +SHA256 (pxz-git-20141018.tar.xz) = f60882dc25981cfb7ee58bd731f4f38e4c8b033fcfec862446964c37021690ed +SIZE (pxz-git-20141018.tar.xz) = 11324 |