Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 13:23:04 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352956 - head/ports-mgmt/p5-FreeBSD-Portindex
Message-ID:  <201405041323.s44DN4Qq089529@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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