Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 16:22:59 +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: r379272 - head/devel/p5-File-SearchPath
Message-ID:  <201502181622.t1IGMxw8065918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181622.t1IGMxw8065918>