svn commit: r363618 - head/net/p5-What
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:14:14 UTC 2014
Author: sunpoet
Date: Thu Jul 31 15:14:12 2014
New Revision: 363618
URL: http://svnweb.freebsd.org/changeset/ports/363618
QAT: https://qat.redports.org/buildarchive/r363618/
Log:
- Add LICENSE
- Fix *_DEPENDS: p5-Test-Exception is a test-only dependency
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
- Sort PLIST
- Reformat pkg-descr
Modified:
head/net/p5-What/Makefile
head/net/p5-What/pkg-descr
head/net/p5-What/pkg-plist
Modified: head/net/p5-What/Makefile
==============================================================================
--- head/net/p5-What/Makefile Thu Jul 31 15:14:07 2014 (r363617)
+++ head/net/p5-What/Makefile Thu Jul 31 15:14:12 2014 (r363618)
@@ -3,6 +3,7 @@
PORTNAME= What
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TPG
@@ -11,12 +12,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Find out about running services
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
- p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+ p5-Exception-Class>=1.21:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net/p5-What/pkg-descr
==============================================================================
--- head/net/p5-What/pkg-descr Thu Jul 31 15:14:07 2014 (r363617)
+++ head/net/p5-What/pkg-descr Thu Jul 31 15:14:12 2014 (r363618)
@@ -1,4 +1,4 @@
-The What class is interface to classes providing information about
-running services.
+The What class is interface to classes providing information about running
+services.
WWW: http://search.cpan.org/dist/What/
Modified: head/net/p5-What/pkg-plist
==============================================================================
--- head/net/p5-What/pkg-plist Thu Jul 31 15:14:07 2014 (r363617)
+++ head/net/p5-What/pkg-plist Thu Jul 31 15:14:12 2014 (r363618)
@@ -1,7 +1,7 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
%%SITE_PERL%%/What.pm
%%SITE_PERL%%/What/MTA.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
%%PERL5_MAN3%%/What.3.gz
%%PERL5_MAN3%%/What::MTA.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
- at dirrmtry %%SITE_PERL%%/What
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
+ at dirrm %%SITE_PERL%%/What
More information about the svn-ports-head
mailing list