svn commit: r379272 - head/devel/p5-File-SearchPath
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 18 16:23:00 UTC 2015
Author: sunpoet
Date: Wed Feb 18 16:22:59 2015
New Revision: 379272
URL: https://svnweb.freebsd.org/changeset/ports/379272
QAT: https://qat.redports.org/buildarchive/r379272/
Log:
- Add LICENSE
- Remove trailing space from COMMENT
- Sort PLIST
Modified:
head/devel/p5-File-SearchPath/Makefile
head/devel/p5-File-SearchPath/pkg-plist
Modified: head/devel/p5-File-SearchPath/Makefile
==============================================================================
--- head/devel/p5-File-SearchPath/Makefile Wed Feb 18 16:22:53 2015 (r379271)
+++ head/devel/p5-File-SearchPath/Makefile Wed Feb 18 16:22:59 2015 (r379272)
@@ -7,7 +7,9 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
-COMMENT= Search for a file in an environment variable path
+COMMENT= Search for a file in an environment variable path
+
+LICENSE= GPLv2
BUILD_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path
RUN_DEPENDS:= ${BUILD_DEPENDS}
Modified: head/devel/p5-File-SearchPath/pkg-plist
==============================================================================
--- head/devel/p5-File-SearchPath/pkg-plist Wed Feb 18 16:22:53 2015 (r379271)
+++ head/devel/p5-File-SearchPath/pkg-plist Wed Feb 18 16:22:59 2015 (r379272)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/File::SearchPath.3.gz
%%SITE_PERL%%/File/SearchPath.pm
+%%PERL5_MAN3%%/File::SearchPath.3.gz
More information about the svn-ports-all
mailing list