Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 19:32:05 +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: r326213 - head/textproc/p5-XML-LibXSLT
Message-ID:  <201309031932.r83JW5qR063048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  3 19:32:04 2013
New Revision: 326213
URL: http://svnweb.freebsd.org/changeset/ports/326213

Log:
  - Update to 1.81
  - Convert to new LIB_DEPENDS format
  
  Changes:	http://search.cpan.org/dist/XML-LibXSLT/Changes

Modified:
  head/textproc/p5-XML-LibXSLT/Makefile   (contents, props changed)
  head/textproc/p5-XML-LibXSLT/distinfo   (contents, props changed)

Modified: head/textproc/p5-XML-LibXSLT/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXSLT/Makefile	Tue Sep  3 19:32:00 2013	(r326212)
+++ head/textproc/p5-XML-LibXSLT/Makefile	Tue Sep  3 19:32:04 2013	(r326213)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-LibXSLT
-PORTVERSION=	1.80
+PORTVERSION=	1.81
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +14,16 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
+LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2 \
+		libxslt.so:${PORTSDIR}/textproc/libxslt
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
-		xslt.2:${PORTSDIR}/textproc/libxslt
 
+CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2
+LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \
-		LIBS="-L${LOCALBASE}/lib"
+#CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \
+#		LIBS="-L${LOCALBASE}/lib"
 
 MAN3=		XML::LibXSLT.3
 

Modified: head/textproc/p5-XML-LibXSLT/distinfo
==============================================================================
--- head/textproc/p5-XML-LibXSLT/distinfo	Tue Sep  3 19:32:00 2013	(r326212)
+++ head/textproc/p5-XML-LibXSLT/distinfo	Tue Sep  3 19:32:04 2013	(r326213)
@@ -1,2 +1,2 @@
-SHA256 (XML-LibXSLT-1.80.tar.gz) = 7beac72b6afb40f948973c36381131672b79de22bd3741f7a4fdf35e38a2868e
-SIZE (XML-LibXSLT-1.80.tar.gz) = 86570
+SHA256 (XML-LibXSLT-1.81.tar.gz) = 2859425bb9a81ef4e958352655d0a5d5abb26a30d88b3cf23ae93d7e14775c96
+SIZE (XML-LibXSLT-1.81.tar.gz) = 86611



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