From owner-freebsd-perl@FreeBSD.ORG Tue Jan 1 00:00:47 2013 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61A09CD3; Tue, 1 Jan 2013 00:00:47 +0000 (UTC) (envelope-from root@tbbs2.cs.nctu.edu.tw) Received: from tbbs2.cs.nctu.edu.tw (tbbs2.cs.nctu.edu.tw [140.113.17.227]) by mx1.freebsd.org (Postfix) with ESMTP id 2C81D8FC08; Tue, 1 Jan 2013 00:00:46 +0000 (UTC) Received: by tbbs2.cs.nctu.edu.tw (Postfix, from userid 0) id C71B5CF001; Tue, 1 Jan 2013 08:00:44 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/p5-Inline: update to 0.51 From: Po-Chien Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130101000044.C71B5CF001@tbbs2.cs.nctu.edu.tw> Date: Tue, 1 Jan 2013 08:00:44 +0800 (CST) Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2013 00:00:47 -0000 >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 -# +# Created by: Sergey Skvortsov # $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@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 ---