[PATCH] devel/p5-Inline: update to 0.51
Po-Chien Lin
linpc at cs.nctu.edu.tw
Tue Jan 1 00:00:47 UTC 2013
>Submitter-Id: current-users
>Originator: Po-Chien Lin
>Organization:
>Confidential: no
>Synopsis: [PATCH] devel/p5-Inline: update to 0.51
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 10.0-CURRENT amd64
>Environment:
System: FreeBSD tbbs2.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r244889: Mon Dec 31 17:17:30 CST
>Description:
- Update to 0.51
- The tarball are released as Inline-0.51_03.tar.gz, so I add temporary DISTNAME for this version
- Remove unnecessary BUILD_DEPENDS and duplicate TEST_DEPENDS
>How-To-Repeat:
>Fix:
--- p5-Inline-0.51.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline/Makefile ./Makefile
--- /usr/ports/devel/p5-Inline/Makefile 2012-11-17 13:56:19.000000000 +0800
+++ ./Makefile 2013-01-01 02:09:58.000000000 +0800
@@ -1,25 +1,19 @@
-# 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: ports/devel/p5-Inline/Makefile,v 1.19 2012/11/17 05:56:19 svnexp Exp $
-#
PORTNAME= Inline
-PORTVERSION= 0.50
+PORTVERSION= 0.51
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION}_03
MAINTAINER= perl at FreeBSD.org
COMMENT= Write Perl subroutines in other programming languages
-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
+RUN_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent
+TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files
PERL_CONFIGURE= yes
diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline/distinfo ./distinfo
--- /usr/ports/devel/p5-Inline/distinfo 2012-02-08 10:41:54.000000000 +0800
+++ ./distinfo 2013-01-01 02:00:02.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (Inline-0.50.tar.gz) = 6263fa1145efe9e96bcd60d10f9eabd93313e00cb1e555abddda1e98b7c280d6
-SIZE (Inline-0.50.tar.gz) = 104632
+SHA256 (Inline-0.51_03.tar.gz) = 5a2de643757ee33dd497f2cb0260171cf2a6d105e5b26edcc1b906dbde4fb39f
+SIZE (Inline-0.51_03.tar.gz) = 111511
--- p5-Inline-0.51.patch ends here ---
More information about the freebsd-perl
mailing list