Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 15:13:22 +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: r363609 - head/net/p5-Net-Cassandra
Message-ID:  <201407311513.s6VFDMcA042661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 31 15:13:21 2014
New Revision: 363609
URL: http://svnweb.freebsd.org/changeset/ports/363609
QAT: https://qat.redports.org/buildarchive/r363609/

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

Modified:
  head/net/p5-Net-Cassandra/Makefile
  head/net/p5-Net-Cassandra/pkg-descr
  head/net/p5-Net-Cassandra/pkg-plist

Modified: head/net/p5-Net-Cassandra/Makefile
==============================================================================
--- head/net/p5-Net-Cassandra/Makefile	Thu Jul 31 15:13:15 2014	(r363608)
+++ head/net/p5-Net-Cassandra/Makefile	Thu Jul 31 15:13:21 2014	(r363609)
@@ -5,16 +5,19 @@ PORTNAME=	Net-Cassandra
 PORTVERSION=	0.35
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Net
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Interface to Cassandra
 
-RUN_DEPENDS=	p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
-		p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Cassandra/pkg-descr
==============================================================================
--- head/net/p5-Net-Cassandra/pkg-descr	Thu Jul 31 15:13:15 2014	(r363608)
+++ head/net/p5-Net-Cassandra/pkg-descr	Thu Jul 31 15:13:21 2014	(r363609)
@@ -1,6 +1,5 @@
-This module provides an interface the to Cassandra distributed
-database. It uses the Thrift interface. This is changing rapidly and
-supports the development version of Cassandra built from Subversion
-trunk.
+This module provides an interface the to Cassandra distributed database. It uses
+the Thrift interface. This is changing rapidly and supports the development
+version of Cassandra built from Subversion trunk.
 
 WWW: http://search.cpan.org/dist/Net-Cassandra/

Modified: head/net/p5-Net-Cassandra/pkg-plist
==============================================================================
--- head/net/p5-Net-Cassandra/pkg-plist	Thu Jul 31 15:13:15 2014	(r363608)
+++ head/net/p5-Net-Cassandra/pkg-plist	Thu Jul 31 15:13:21 2014	(r363609)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra/.packlist
 %%SITE_PERL%%/Net/Cassandra.pm
 %%SITE_PERL%%/Net/Cassandra/Backend/Cassandra.pm
 %%SITE_PERL%%/Net/Cassandra/Backend/Constants.pm
@@ -13,6 +12,7 @@
 %%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Socket.pm
 %%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Transport.pm
 %%SITE_PERL%%/Net/Cassandra/Backend/Types.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra/.packlist
 %%PERL5_MAN3%%/Net::Cassandra.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net



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