svn commit: r352887 - head/net/p5-Net-Mosso-CloudFiles

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 3 08:48:20 UTC 2014


Author: sunpoet
Date: Sat May  3 08:48:19 2014
New Revision: 352887
URL: http://svnweb.freebsd.org/changeset/ports/352887
QAT: https://qat.redports.org/buildarchive/r352887/

Log:
  - Add LICENSE
  - Use single space after WWW:
  - Pass maintainership to submitter
  - While I'm here, sort *_DEPENDS
  
  PR:		ports/189253
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/net/p5-Net-Mosso-CloudFiles/Makefile
  head/net/p5-Net-Mosso-CloudFiles/pkg-descr

Modified: head/net/p5-Net-Mosso-CloudFiles/Makefile
==============================================================================
--- head/net/p5-Net-Mosso-CloudFiles/Makefile	Sat May  3 08:48:14 2014	(r352886)
+++ head/net/p5-Net-Mosso-CloudFiles/Makefile	Sat May  3 08:48:19 2014	(r352887)
@@ -7,21 +7,24 @@ CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl interface to the Mosso CloudFiles service
 
-RUN_DEPENDS=	p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \
-		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
-		p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		p5-LWP-UserAgent-Determined>=0:${PORTSDIR}/www/p5-LWP-UserAgent-Determined \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \
-		p5-LWP-ConnCache-MaxKeepAliveRequests>=0:${PORTSDIR}/www/p5-LWP-ConnCache-MaxKeepAliveRequests \
-		p5-JSON-XS-VersionOneAndTwo>=0:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \
 		p5-DateTime-Format-HTTP>=0:${PORTSDIR}/devel/p5-DateTime-Format-HTTP \
-		p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
-		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+		p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \
+		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-JSON-XS-VersionOneAndTwo>=0:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \
+		p5-LWP-ConnCache-MaxKeepAliveRequests>=0:${PORTSDIR}/www/p5-LWP-ConnCache-MaxKeepAliveRequests \
+		p5-LWP-UserAgent-Determined>=0:${PORTSDIR}/www/p5-LWP-UserAgent-Determined \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USES=		perl5

Modified: head/net/p5-Net-Mosso-CloudFiles/pkg-descr
==============================================================================
--- head/net/p5-Net-Mosso-CloudFiles/pkg-descr	Sat May  3 08:48:14 2014	(r352886)
+++ head/net/p5-Net-Mosso-CloudFiles/pkg-descr	Sat May  3 08:48:19 2014	(r352887)
@@ -1,4 +1,4 @@
 This module provides a Perlish interface to the Mosso CloudFiles
 service.
 
-WWW:	http://search.cpan.org/dist/Net-Mosso-CloudFiles/
+WWW: http://search.cpan.org/dist/Net-Mosso-CloudFiles/


More information about the svn-ports-all mailing list