svn commit: r387992 - head/devel/p5-PkgConfig

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:07:52 UTC 2015


Author: sunpoet
Date: Sat May 30 23:07:51 2015
New Revision: 387992
URL: https://svnweb.freebsd.org/changeset/ports/387992

Log:
  - Revert r387858 partially: no need to fix shebang of .pm
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-PkgConfig/Makefile

Modified: head/devel/p5-PkgConfig/Makefile
==============================================================================
--- head/devel/p5-PkgConfig/Makefile	Sat May 30 23:07:47 2015	(r387991)
+++ head/devel/p5-PkgConfig/Makefile	Sat May 30 23:07:51 2015	(r387992)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PkgConfig
 PORTVERSION=	0.09026
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PLICEASE
@@ -17,9 +17,8 @@ LICENSE_COMB=	dual
 
 PORTSCOUT=	limit:^[0-9\.]*$$
 
-USE_PERL5=	configure
-USES=		perl5 pkgconfig shebangfix
-SHEBANG_FILES=	lib/PkgConfig.pm
 NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5 pkgconfig
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list