Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 05:48:41 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318842 - head/archivers/paq
Message-ID:  <201305230548.r4N5mfZ9052137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Thu May 23 05:48:41 2013
New Revision: 318842
URL: http://svnweb.freebsd.org/changeset/ports/318842

Log:
  update zpaq to 6.28

Modified:
  head/archivers/paq/Makefile
  head/archivers/paq/distinfo

Modified: head/archivers/paq/Makefile
==============================================================================
--- head/archivers/paq/Makefile	Thu May 23 05:39:35 2013	(r318841)
+++ head/archivers/paq/Makefile	Thu May 23 05:48:41 2013	(r318842)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	paq
-PORTVERSION=	20130513
+PORTVERSION=	20130522
 CATEGORIES=	archivers
 MASTER_SITES=	http://mattmahoney.net/dc/ LOCAL/bf/paq/
-DISTFILES=	wbpe110.zip zpaq627.zip zpipe.201.zip
+DISTFILES=	wbpe110.zip zpaq628.zip zpipe.201.zip
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${DISTFILES:M*.zip}
 
@@ -126,7 +126,10 @@ do-install:
 	@${CAT} ${PKGMESSAGE}
 
 check regression-test test: build
-	${WRKSRC}/zpaq -list ${_DISTDIR}/calgarytest.zpaq
-	${WRKSRC}/zpaq -list ${_DISTDIR}/calgarytest2.zpaq
+.for _f in calgarytest.zpaq calgarytest2.zpaq
+.for _c in -list -test
+	${WRKSRC}/zpaq ${_c} ${_DISTDIR}/${_f}
+.endfor
+.endfor
 
 .include <bsd.port.mk>

Modified: head/archivers/paq/distinfo
==============================================================================
--- head/archivers/paq/distinfo	Thu May 23 05:39:35 2013	(r318841)
+++ head/archivers/paq/distinfo	Thu May 23 05:48:41 2013	(r318842)
@@ -1,7 +1,7 @@
 SHA256 (paq/wbpe110.zip) = 1675083b253e04ba7dd7cd28b2f7be179b3f5c1bb4d5289be4cfa217c6bc9b27
 SIZE (paq/wbpe110.zip) = 13667
-SHA256 (paq/zpaq627.zip) = ac7e0aaefe4985450e90d0f0058014e89a23c40133dc2b74de71eb6077e58324
-SIZE (paq/zpaq627.zip) = 740373
+SHA256 (paq/zpaq628.zip) = c96bdb025cfd190984460efbe1e11c6034aafbd7da7677a8e747de33aedbd4fd
+SIZE (paq/zpaq628.zip) = 755091
 SHA256 (paq/zpipe.201.zip) = e95dfe6f701dd463f969fe16c933ed97fca194bd7aacec37d6c35409766133a8
 SIZE (paq/zpipe.201.zip) = 67555
 SHA256 (paq/bmp_j4c.zip) = 98fe722a89ac107f637d54bf609673402fa9ede87d19ed68ee28633e64e879a7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305230548.r4N5mfZ9052137>