svn commit: r379010 - head/devel/p5-File-SearchPath
Adam Weinberger
adamw at FreeBSD.org
Sat Feb 14 20:07:02 UTC 2015
Author: adamw
Date: Sat Feb 14 20:07:01 2015
New Revision: 379010
URL: https://svnweb.freebsd.org/changeset/ports/379010
QAT: https://qat.redports.org/buildarchive/r379010/
Log:
Update to 0.07.
ChangeLog doesn't seem to list the 0.07 changes.
Modified:
head/devel/p5-File-SearchPath/Makefile
head/devel/p5-File-SearchPath/distinfo
Modified: head/devel/p5-File-SearchPath/Makefile
==============================================================================
--- head/devel/p5-File-SearchPath/Makefile Sat Feb 14 20:02:02 2015 (r379009)
+++ head/devel/p5-File-SearchPath/Makefile Sat Feb 14 20:07:01 2015 (r379010)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= File-SearchPath
-PORTVERSION= 0.06
-PORTREVISION= 1
+PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +9,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Search for a file in an environment variable path
-RUN_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path
+BUILD_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
Modified: head/devel/p5-File-SearchPath/distinfo
==============================================================================
--- head/devel/p5-File-SearchPath/distinfo Sat Feb 14 20:02:02 2015 (r379009)
+++ head/devel/p5-File-SearchPath/distinfo Sat Feb 14 20:07:01 2015 (r379010)
@@ -1,2 +1,2 @@
-SHA256 (File-SearchPath-0.06.tar.gz) = ffd6485d407c4013162ccf026b8120e6da1d94aaf3a47aa767e1b4b7546eb274
-SIZE (File-SearchPath-0.06.tar.gz) = 7252
+SHA256 (File-SearchPath-0.07.tar.gz) = be4a2594ef1a7577e773135add940179c6a324e07e12bcfdc463cb49119a2cb9
+SIZE (File-SearchPath-0.07.tar.gz) = 7813
More information about the svn-ports-all
mailing list