Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2013 19:39:32 +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: r337446 - head/textproc/p5-XML-LibXSLT
Message-ID:  <201312251939.rBPJdWPN074482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 25 19:39:32 2013
New Revision: 337446
URL: http://svnweb.freebsd.org/changeset/ports/337446

Log:
  - Update to 1.83
  - Use USES=pkgconfig
  
  Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes

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

Modified: head/textproc/p5-XML-LibXSLT/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXSLT/Makefile	Wed Dec 25 19:39:26 2013	(r337445)
+++ head/textproc/p5-XML-LibXSLT/Makefile	Wed Dec 25 19:39:32 2013	(r337446)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-LibXSLT
-PORTVERSION=	1.82
+PORTVERSION=	1.83
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,9 +16,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2
-LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		perl5
+USES=		perl5 pkgconfig
 USE_GNOME=	libxml2 libxslt
 USE_PERL5=	configure
 

Modified: head/textproc/p5-XML-LibXSLT/distinfo
==============================================================================
--- head/textproc/p5-XML-LibXSLT/distinfo	Wed Dec 25 19:39:26 2013	(r337445)
+++ head/textproc/p5-XML-LibXSLT/distinfo	Wed Dec 25 19:39:32 2013	(r337446)
@@ -1,2 +1,2 @@
-SHA256 (XML-LibXSLT-1.82.tar.gz) = 0b5e7bd8491ce961965e776468e9c13e5b23802f8f2dc273dc98af7325598d4f
-SIZE (XML-LibXSLT-1.82.tar.gz) = 86709
+SHA256 (XML-LibXSLT-1.83.tar.gz) = 771fa2415b2b6fb9269d90f83f806336aa794aa930501fee6b74d47ea8aca7cb
+SIZE (XML-LibXSLT-1.83.tar.gz) = 86816



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