Date: Mon, 4 Jun 2018 18:10:38 +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: r471660 - head/net/p5-Net-Cassandra-Easy Message-ID: <201806041810.w54IAcfX071449@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:10:38 2018 New Revision: 471660 URL: https://svnweb.freebsd.org/changeset/ports/471660 Log: Add LICENSE - Use USES=shebangfix - Fix and update WWW Modified: head/net/p5-Net-Cassandra-Easy/Makefile head/net/p5-Net-Cassandra-Easy/pkg-descr Modified: head/net/p5-Net-Cassandra-Easy/Makefile ============================================================================== --- head/net/p5-Net-Cassandra-Easy/Makefile Mon Jun 4 18:10:33 2018 (r471659) +++ head/net/p5-Net-Cassandra-Easy/Makefile Mon Jun 4 18:10:38 2018 (r471660) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perlish interface to the Cassandra database +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-Hash-Merge>=0:textproc/p5-Hash-Merge \ @@ -19,11 +22,9 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Acc RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix -SHEBANG_FILES= cassidy.pl genthrift.pl USE_PERL5= configure NO_ARCH= yes -post-patch: - ${REINPLACE_CMD} -i '' -e '1s|#!perl|#!${perl_CMD}|' ${WRKSRC}/lib/Net/Cassandra/Easy.pm +SHEBANG_FILES= cassidy.pl genthrift.pl lib/Net/Cassandra/Easy.pm .include <bsd.port.mk> Modified: head/net/p5-Net-Cassandra-Easy/pkg-descr ============================================================================== --- head/net/p5-Net-Cassandra-Easy/pkg-descr Mon Jun 4 18:10:33 2018 (r471659) +++ head/net/p5-Net-Cassandra-Easy/pkg-descr Mon Jun 4 18:10:38 2018 (r471660) @@ -1,4 +1,4 @@ aims to simplify the basic interactions with the Cassandra database. -WWW: http://search.cpan.org/dist/Net-Cassandra-Easy/ +WWW: https://metacpan.org/release/TEODOR/Net-Cassandra-Easy-0.15
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041810.w54IAcfX071449>