svn commit: r360981 - head/devel/p5-IO-All-LWP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 6 18:51:18 UTC 2014


Author: sunpoet
Date: Sun Jul  6 18:51:17 2014
New Revision: 360981
URL: http://svnweb.freebsd.org/changeset/ports/360981
QAT: https://qat.redports.org/buildarchive/r360981/

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Remove unnecessary MASTER_SITE_SUBDIR
  - Sort PLIST
  - Reformat pkg-descr

Modified:
  head/devel/p5-IO-All-LWP/Makefile
  head/devel/p5-IO-All-LWP/pkg-descr
  head/devel/p5-IO-All-LWP/pkg-plist

Modified: head/devel/p5-IO-All-LWP/Makefile
==============================================================================
--- head/devel/p5-IO-All-LWP/Makefile	Sun Jul  6 18:51:11 2014	(r360980)
+++ head/devel/p5-IO-All-LWP/Makefile	Sun Jul  6 18:51:17 2014	(r360981)
@@ -5,16 +5,19 @@ PORTNAME=	IO-All-LWP
 PORTVERSION=	0.14
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	IO
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	IO::All interface to LWP
 
-RUN_DEPENDS=	p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-IO-All-LWP/pkg-descr
==============================================================================
--- head/devel/p5-IO-All-LWP/pkg-descr	Sun Jul  6 18:51:11 2014	(r360980)
+++ head/devel/p5-IO-All-LWP/pkg-descr	Sun Jul  6 18:51:17 2014	(r360981)
@@ -1,8 +1,7 @@
-This module acts as glue between IO::All and LWP, so that files can be
-read and written through the network using the convenient IO:All
-interface. Note that this module is not used directly: you just use
-IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS,
-IO::All::FTP, or IO::All::Gopher, which implement the specific
-protocols based on IO::All::LWP.
+This module acts as glue between IO::All and LWP, so that files can be read and
+written through the network using the convenient IO:All interface. Note that
+this module is not used directly: you just use IO::All, which knows when to
+autoload IO::All::HTTP, IO::All::HTTPS, IO::All::FTP, or IO::All::Gopher, which
+implement the specific protocols based on IO::All::LWP.
 
 WWW: http://search.cpan.org/dist/IO-All-LWP/

Modified: head/devel/p5-IO-All-LWP/pkg-plist
==============================================================================
--- head/devel/p5-IO-All-LWP/pkg-plist	Sun Jul  6 18:51:11 2014	(r360980)
+++ head/devel/p5-IO-All-LWP/pkg-plist	Sun Jul  6 18:51:17 2014	(r360981)
@@ -1,15 +1,15 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist
 %%SITE_PERL%%/IO/All/FTP.pm
 %%SITE_PERL%%/IO/All/HTTP.pm
 %%SITE_PERL%%/IO/All/HTTPS.pm
 %%SITE_PERL%%/IO/All/LWP.pm
 %%SITE_PERL%%/IO/All/iocp.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist
 %%PERL5_MAN3%%/IO::All::FTP.3.gz
 %%PERL5_MAN3%%/IO::All::HTTP.3.gz
 %%PERL5_MAN3%%/IO::All::HTTPS.3.gz
 %%PERL5_MAN3%%/IO::All::LWP.3.gz
- at dirrmtry %%SITE_PERL%%/IO/All
- at dirrmtry %%SITE_PERL%%/IO
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+ at dirrmtry %%SITE_PERL%%/IO/All
+ at dirrmtry %%SITE_PERL%%/IO


More information about the svn-ports-head mailing list