svn commit: r352956 - head/ports-mgmt/p5-FreeBSD-Portindex

Matthew Seaman matthew at FreeBSD.org
Sun May 4 13:23:04 UTC 2014


Author: matthew
Date: Sun May  4 13:23:03 2014
New Revision: 352956
URL: http://svnweb.freebsd.org/changeset/ports/352956
QAT: https://qat.redports.org/buildarchive/r352956/

Log:
  Update to 3.4
  
  Account for differences between bmake (FreeBSD 10.0 and above) and fmake
  
     - USES+=tar:xz

Modified:
  head/ports-mgmt/p5-FreeBSD-Portindex/Makefile
  head/ports-mgmt/p5-FreeBSD-Portindex/distinfo

Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile	Sun May  4 13:04:49 2014	(r352955)
+++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile	Sun May  4 13:23:03 2014	(r352956)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	FreeBSD-Portindex
-PORTVERSION=	3.3
+PORTVERSION=	3.4
 CATEGORIES=	ports-mgmt perl5
 MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
 PKGNAMEPREFIX=	p5-
@@ -27,8 +27,7 @@ GRAPHVIS_DESCR=	Add GraphViz run-time de
 
 GRAPHVIZ_RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
 
-USES+=		perl5
-USE_XZ=		yes
+USES+=		perl5 tar:xz
 USE_PERL5=	configure
 
 CACHE_DIR?=	/var/db/portindex

Modified: head/ports-mgmt/p5-FreeBSD-Portindex/distinfo
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Portindex/distinfo	Sun May  4 13:04:49 2014	(r352955)
+++ head/ports-mgmt/p5-FreeBSD-Portindex/distinfo	Sun May  4 13:23:03 2014	(r352956)
@@ -1,2 +1,2 @@
-SHA256 (FreeBSD-Portindex-3.3.tar.xz) = cd047f92efdc0a54be567287b2f09e095f9a9aa4b66f5674610284a4f3cce04e
-SIZE (FreeBSD-Portindex-3.3.tar.xz) = 56192
+SHA256 (FreeBSD-Portindex-3.4.tar.xz) = a3156d02521a20adff2eb9a56c82c1fedae1f4506a7aad9b68542a15e1db1cf1
+SIZE (FreeBSD-Portindex-3.4.tar.xz) = 56396


More information about the svn-ports-all mailing list