svn commit: r309866 - head/devel/p5-Inline
Frederic Culot
culot at FreeBSD.org
Thu Jan 3 11:30:51 UTC 2013
Author: culot
Date: Thu Jan 3 11:30:50 2013
New Revision: 309866
URL: http://svnweb.freebsd.org/changeset/ports/309866
Log:
- Update to 0.51 [1]
- Remove duplicate dependency on Test::Warn [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/Inline/Changes
PR: ports/174872 [1] (based on)
Submitted by: Po-Chien Lin <linpc at cs.nctu.edu.tw>
Modified:
head/devel/p5-Inline/Makefile
head/devel/p5-Inline/distinfo
Modified: head/devel/p5-Inline/Makefile
==============================================================================
--- head/devel/p5-Inline/Makefile Thu Jan 3 10:41:44 2013 (r309865)
+++ head/devel/p5-Inline/Makefile Thu Jan 3 11:30:50 2013 (r309866)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: Inline
-# Date created: 14 Dec 2001
-# Whom: Sergey Skvortsov <skv at protey.ru>
-#
+# Created by: Sergey Skvortsov <skv at protey.ru>
# $FreeBSD$
-#
PORTNAME= Inline
-PORTVERSION= 0.50
+PORTVERSION= 0.51
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
@@ -15,11 +11,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Write Perl subroutines in other programming languages
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \
- p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files
PERL_CONFIGURE= yes
Modified: head/devel/p5-Inline/distinfo
==============================================================================
--- head/devel/p5-Inline/distinfo Thu Jan 3 10:41:44 2013 (r309865)
+++ head/devel/p5-Inline/distinfo Thu Jan 3 11:30:50 2013 (r309866)
@@ -1,2 +1,2 @@
-SHA256 (Inline-0.50.tar.gz) = 6263fa1145efe9e96bcd60d10f9eabd93313e00cb1e555abddda1e98b7c280d6
-SIZE (Inline-0.50.tar.gz) = 104632
+SHA256 (Inline-0.51.tar.gz) = f3fa55234540ea16b219828e50914b4287729a266bd4a8f2be6918db0ffa9fe5
+SIZE (Inline-0.51.tar.gz) = 110046
More information about the svn-ports-all
mailing list