Date: Sat, 17 Nov 2012 12:34:19 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307507 - head/devel/p5-Clone-Fast Message-ID: <201211171234.qAHCYJ0x000620@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Sat Nov 17 12:34:18 2012 New Revision: 307507 URL: http://svnweb.freebsd.org/changeset/ports/307507 Log: - Update to 0.97 - Add LICENSE (Artistic 2) Changes: http://search.cpan.org/dist/Clone-Fast/Changes Feature safe: yes Modified: head/devel/p5-Clone-Fast/Makefile head/devel/p5-Clone-Fast/distinfo Modified: head/devel/p5-Clone-Fast/Makefile ============================================================================== --- head/devel/p5-Clone-Fast/Makefile Sat Nov 17 11:50:17 2012 (r307506) +++ head/devel/p5-Clone-Fast/Makefile Sat Nov 17 12:34:18 2012 (r307507) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Clone-Fast -# Date created: 2006-07-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Clone-Fast -PORTVERSION= 0.96 +PORTVERSION= 0.97 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Natively copying Perl data structures +LICENSE= ART20 + +WRKSRC= ${WRKDIR}/${PORTNAME} + PERL_CONFIGURE= yes MAN3= Clone::Fast.3 Modified: head/devel/p5-Clone-Fast/distinfo ============================================================================== --- head/devel/p5-Clone-Fast/distinfo Sat Nov 17 11:50:17 2012 (r307506) +++ head/devel/p5-Clone-Fast/distinfo Sat Nov 17 12:34:18 2012 (r307507) @@ -1,2 +1,2 @@ -SHA256 (Clone-Fast-0.96.tar.gz) = 4c1578675ecfb48b86ba9daa596d8f294747c1f632bb2e6f03c13721b19b8cef -SIZE (Clone-Fast-0.96.tar.gz) = 51133 +SHA256 (Clone-Fast-0.97.tar.gz) = 3f81f22b222719f1a2e3c5d1738e5719c06b37fe00277c71949f21ecf272aaa7 +SIZE (Clone-Fast-0.97.tar.gz) = 50917
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211171234.qAHCYJ0x000620>