Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 20:50:19 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org
Subject:   [PATCH] devel/p5-Path-Class: update to 0.29
Message-ID:  <20121229125019.0F05BCF001@tbbs2.cs.nctu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Po-Chien Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/p5-Path-Class: update to 0.29
>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 #7 r244683: Wed Dec 26 09:38:31 CST
>Description:
- Update to 0.29

>How-To-Repeat:
>Fix:

--- p5-Path-Class-0.29.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Path-Class/Makefile ./Makefile
--- /usr/ports/devel/p5-Path-Class/Makefile	2012-11-17 13:56:26.000000000 +0800
+++ ./Makefile	2012-12-29 20:48:54.000000000 +0800
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	Path::Class
-# Date created:		2004-07-25
-# Whom:			Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
-#
+# Created by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
 # $FreeBSD: ports/devel/p5-Path-Class/Makefile,v 1.26 2012/11/17 05:56:26 svnexp Exp $
-#
 
 PORTNAME=	Path-Class
-PORTVERSION=	0.26
+PORTVERSION=	0.29
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:KWILLIAMS
@@ -32,8 +28,8 @@
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}/
-	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+	${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
diff -ruN --exclude=CVS /usr/ports/devel/p5-Path-Class/distinfo ./distinfo
--- /usr/ports/devel/p5-Path-Class/distinfo	2012-06-16 00:34:18.000000000 +0800
+++ ./distinfo	2012-12-29 20:31:29.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (Path-Class-0.26.tar.gz) = 681a89f6d65ec21448e1aa9e16d42bda196045d17e4bc73752d5a71e40973272
-SIZE (Path-Class-0.26.tar.gz) = 29917
+SHA256 (Path-Class-0.29.tar.gz) = 9f4c88d2550fe959c46a3577db577f58926c9d5df0f69971aa61312c22db7cfc
+SIZE (Path-Class-0.29.tar.gz) = 31363
diff -ruN --exclude=CVS /usr/ports/devel/p5-Path-Class/pkg-descr ./pkg-descr
--- /usr/ports/devel/p5-Path-Class/pkg-descr	2005-09-22 03:35:38.000000000 +0800
+++ ./pkg-descr	2012-12-29 20:29:39.000000000 +0800
@@ -1,4 +1,3 @@
 Path::Class - Cross-platform path specification manipulation
 
-Author:	Ken Williams <KWILLIAMS@cpan.org>
-WWW:	http://search.cpan.org/dist/Path-Class/
+WWW: http://search.cpan.org/dist/Path-Class/
diff -ruN --exclude=CVS /usr/ports/devel/p5-Path-Class/pkg-plist ./pkg-plist
--- /usr/ports/devel/p5-Path-Class/pkg-plist	2010-09-24 10:02:51.000000000 +0800
+++ ./pkg-plist	2012-12-29 20:38:40.000000000 +0800
@@ -1,6 +1,6 @@
 %%SITE_PERL%%/Path/Class.pm
-%%SITE_PERL%%/Path/Class/Entity.pm
 %%SITE_PERL%%/Path/Class/Dir.pm
+%%SITE_PERL%%/Path/Class/Entity.pm
 %%SITE_PERL%%/Path/Class/File.pm
-@dirrm %%SITE_PERL%%/Path/Class
+@dirrmtry %%SITE_PERL%%/Path/Class
 @dirrmtry %%SITE_PERL%%/Path
--- p5-Path-Class-0.29.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121229125019.0F05BCF001>