Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 15:14:13 +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: r363618 - head/net/p5-What
Message-ID:  <201407311514.s6VFED8B043973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
-@dirrmtry %%SITE_PERL%%/What
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
+@dirrm %%SITE_PERL%%/What



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