Date: Sat, 15 Aug 2015 12:10:11 +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: r394308 - head/sysutils/p5-File-Listing Message-ID: <201508151210.t7FCABJj042607@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 15 12:10:11 2015 New Revision: 394308 URL: https://svnweb.freebsd.org/changeset/ports/394308 Log: - Use CONFLICTS_INSTALL instead of CONFLICTS - Add NO_ARCH - Sort PLIST Modified: head/sysutils/p5-File-Listing/Makefile head/sysutils/p5-File-Listing/pkg-plist Modified: head/sysutils/p5-File-Listing/Makefile ============================================================================== --- head/sysutils/p5-File-Listing/Makefile Sat Aug 15 12:10:06 2015 (r394307) +++ head/sysutils/p5-File-Listing/Makefile Sat Aug 15 12:10:11 2015 (r394308) @@ -14,11 +14,12 @@ COMMENT= Parse directory listings LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date +RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-libwww-5* +CONFLICTS_INSTALL= p5-libwww-5* +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/sysutils/p5-File-Listing/pkg-plist ============================================================================== --- head/sysutils/p5-File-Listing/pkg-plist Sat Aug 15 12:10:06 2015 (r394307) +++ head/sysutils/p5-File-Listing/pkg-plist Sat Aug 15 12:10:11 2015 (r394308) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::Listing.3.gz %%SITE_PERL%%/File/Listing.pm +%%PERL5_MAN3%%/File::Listing.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508151210.t7FCABJj042607>