Bug 174872 - [PATCH] devel/p5-Inline: update to 0.51
Summary: [PATCH] devel/p5-Inline: update to 0.51
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 00:10 UTC by Po-Chien Lin
Modified: 2013-01-03 11:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Inline-0.51.patch (1.62 KB, patch)
2013-01-01 00:10 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-01 00:10:00 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-01 00:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-01-03 07:26:59 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-03 11:31:03 UTC
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@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@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-01-03 11:31:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!