My bad, sorry. Can you please commit this? Thanks!
With pkgng, you can't overwrite files that already exist. We ship a xsubpp file with every perl version we have, so this port will never install. Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer (via the GNATS Auto Assign Tool)
Author: mat Date: Mon Oct 28 12:01:59 2013 New Revision: 331844 URL: http://svnweb.freebsd.org/changeset/ports/331844 Log: Fixup install, don't overwrite existing files. PR: ports/183393 Submitted by: mat Approved by: demon (maintainer) Modified: head/devel/p5-ExtUtils-ParseXS/Makefile head/devel/p5-ExtUtils-ParseXS/pkg-plist Modified: head/devel/p5-ExtUtils-ParseXS/Makefile ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/Makefile Mon Oct 28 11:19:20 2013 (r331843) +++ head/devel/p5-ExtUtils-ParseXS/Makefile Mon Oct 28 12:01:59 2013 (r331844) @@ -11,7 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Converts Perl XS code into C code -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +# Overwrite this here +perl_OLD_CMD= perl +SHEBANG_FILES= lib/ExtUtils/xsubpp + +post-patch: + @${REINPLACE_CMD} '/EXE_FILES/d' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> Modified: head/devel/p5-ExtUtils-ParseXS/pkg-plist ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/pkg-plist Mon Oct 28 11:19:20 2013 (r331843) +++ head/devel/p5-ExtUtils-ParseXS/pkg-plist Mon Oct 28 12:01:59 2013 (r331844) @@ -1,5 +1,3 @@ -bin/xsubpp -man/man1/xsubpp.1.gz %%PERL5_MAN3%%/ExtUtils::ParseXS.3.gz %%PERL5_MAN3%%/ExtUtils::ParseXS::Constants.3.gz %%PERL5_MAN3%%/ExtUtils::ParseXS::Eval.3.gz _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!