svn commit: r377206 - head/archivers/pxz

Xin LI delphij at FreeBSD.org
Sat Jan 17 00:52:30 UTC 2015


Author: delphij
Date: Sat Jan 17 00:52:29 2015
New Revision: 377206
URL: https://svnweb.freebsd.org/changeset/ports/377206
QAT: https://qat.redports.org/buildarchive/r377206/

Log:
  Update to 20141018 and take maintainership.

Modified:
  head/archivers/pxz/Makefile
  head/archivers/pxz/distinfo

Modified: head/archivers/pxz/Makefile
==============================================================================
--- head/archivers/pxz/Makefile	Fri Jan 16 22:50:42 2015	(r377205)
+++ head/archivers/pxz/Makefile	Sat Jan 17 00:52:29 2015	(r377206)
@@ -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 at FreeBSD.org
+MAINTAINER=	delphij at 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 \

Modified: head/archivers/pxz/distinfo
==============================================================================
--- head/archivers/pxz/distinfo	Fri Jan 16 22:50:42 2015	(r377205)
+++ head/archivers/pxz/distinfo	Sat Jan 17 00:52:29 2015	(r377206)
@@ -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


More information about the svn-ports-all mailing list