svn commit: r363609 - head/net/p5-Net-Cassandra
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:13:23 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list