Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 21:56:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492011 - head/textproc/p5-XML-LibXML
Message-ID:  <201902022156.x12Lu84x082192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb  2 21:56:08 2019
New Revision: 492011
URL: https://svnweb.freebsd.org/changeset/ports/492011

Log:
  Update to 2.0133
  
  - Add USES=gnome
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Simplify CONFLICTS_INSTALL
  
  Changes:	https://metacpan.org/changes/distribution/XML-LibXML

Modified:
  head/textproc/p5-XML-LibXML/Makefile
  head/textproc/p5-XML-LibXML/distinfo

Modified: head/textproc/p5-XML-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXML/Makefile	Sat Feb  2 21:56:03 2019	(r492010)
+++ head/textproc/p5-XML-LibXML/Makefile	Sat Feb  2 21:56:08 2019	(r492011)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-LibXML
-PORTVERSION=	2.0132
+PORTVERSION=	2.0133
 PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
@@ -20,14 +20,14 @@ RUN_DEPENDS=	p5-XML-NamespaceSupport>=1.07:textproc/p5
 TEST_DEPENDS=	p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \
 		p5-URI>=0:net/p5-URI
 
-USES=		perl5
+USES=		gnome perl5
 USE_GNOME=	libxml2
 USE_PERL5=	configure
-CONFIGURE_ENV=	XMLPREFIX=${LOCALBASE}
 
+CONFIGURE_ENV=	XMLPREFIX=${LOCALBASE}
 PKGDEINSTALL=	${PKGINSTALL}
 
-CONFLICTS=	p5-XML-LibXML-XPathContext-[0-9]* p5-XML-LibXML-Common-[0-9]*
+CONFLICTS_INSTALL=	p5-XML-LibXML-XPathContext p5-XML-LibXML-Common
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXML/LibXML.so

Modified: head/textproc/p5-XML-LibXML/distinfo
==============================================================================
--- head/textproc/p5-XML-LibXML/distinfo	Sat Feb  2 21:56:03 2019	(r492010)
+++ head/textproc/p5-XML-LibXML/distinfo	Sat Feb  2 21:56:08 2019	(r492011)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509290061
-SHA256 (XML-LibXML-2.0132.tar.gz) = 721452e3103ca188f5968ab06d5ba29fe8e00e49f4767790882095050312d476
-SIZE (XML-LibXML-2.0132.tar.gz) = 469983
+TIMESTAMP = 1549140037
+SHA256 (XML-LibXML-2.0133.tar.gz) = 5f25c5744424b2e9364f71f607e96c19e2c6fa188baeda34894d2336d30e4d9a
+SIZE (XML-LibXML-2.0133.tar.gz) = 470754



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