Index: head/devel/p5-ExtUtils-PkgConfig/Makefile =================================================================== --- head/devel/p5-ExtUtils-PkgConfig/Makefile (revision 114736) +++ head/devel/p5-ExtUtils-PkgConfig/Makefile (revision 114737) @@ -1,33 +1,33 @@ # New ports collection makefile for: ExtUtils-PkgConfig # Date created: 18 October 2003 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= ExtUtils-PkgConfig -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ExtUtils PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Simplistic interface to pkg-config RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig PERL_CONFIGURE= yes MAN3= ExtUtils::PkgConfig.3 post-patch: @${PERL} -pi -e '$$_="" if $$.==1' ${WRKSRC}/Makefile.PL .include .if ${PERL_LEVEL} < 500800 EXTRA_PATCHES= ${PATCHDIR}/500600-Makefile.PL .endif .include Property changes on: head/devel/p5-ExtUtils-PkgConfig/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/p5-ExtUtils-PkgConfig/distinfo =================================================================== --- head/devel/p5-ExtUtils-PkgConfig/distinfo (revision 114736) +++ head/devel/p5-ExtUtils-PkgConfig/distinfo (revision 114737) @@ -1,2 +1,2 @@ -MD5 (ExtUtils-PkgConfig-1.03.tar.gz) = cf148e0573ca76da90a477f149a84d6b -SIZE (ExtUtils-PkgConfig-1.03.tar.gz) = 5840 +MD5 (ExtUtils-PkgConfig-1.05.tar.gz) = dc4a127210d9b8e10a8a456ebe48e53f +SIZE (ExtUtils-PkgConfig-1.05.tar.gz) = 6105 Property changes on: head/devel/p5-ExtUtils-PkgConfig/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/p5-ExtUtils-PkgConfig/pkg-descr =================================================================== --- head/devel/p5-ExtUtils-PkgConfig/pkg-descr (revision 114736) +++ head/devel/p5-ExtUtils-PkgConfig/pkg-descr (revision 114737) @@ -1,12 +1,9 @@ The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself. WWW: http://search.cpan.org/dist/ExtUtils-PkgConfig/ - --- Sergey Skvortsov -skv@FreeBSD.org Property changes on: head/devel/p5-ExtUtils-PkgConfig/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property