Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 08:48:19 +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: r352887 - head/net/p5-Net-Mosso-CloudFiles
Message-ID:  <201405030848.s438mJS5049571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	5u623l20@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/



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