Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 19:50:09 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120665: [UPDATE] devel/p5-File-chdir
Message-ID:  <200802141950.m1EJo9Om005844@www.freebsd.org>
Resent-Message-ID: <200802142000.m1EK0Ael009752@freefall.freebsd.org>

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

>Number:         120665
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-File-chdir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 20:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.1002;
- Use CPAN macro;
- Add missing deps;
- Add USE_DOS2UNIX;
- Use PERL_MODBUILD instead of PERL_CONFIGURE as the author recommend;
- Add missing and remove nonexistent files in pkg-plist.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-chdir/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	10 Dec 2003 10:32:18 -0000	1.1
+++ Makefile	14 Feb 2008 18:35:04 -0000
@@ -6,16 +6,19 @@
 #
 
 PORTNAME=	File-chdir
-PORTVERSION=	0.06
+PORTVERSION=	0.1002
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	File
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	A more sensible way to change directories
 
-PERL_CONFIGURE=	yes
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
+PERL_MODBUILD=	yes
+USE_DOS2UNIX=	yes
 
 MAN3=		File::chdir.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-chdir/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	22 Jan 2006 08:29:07 -0000	1.3
+++ distinfo	14 Feb 2008 18:35:04 -0000
@@ -1,3 +1,3 @@
-MD5 (File-chdir-0.06.tar.gz) = 41a4661789f6de97fb632e4560d37864
-SHA256 (File-chdir-0.06.tar.gz) = 7521446d60a2779ead6462e969309476693cd115507b2fd1ea223801268991e5
-SIZE (File-chdir-0.06.tar.gz) = 22393
+MD5 (File-chdir-0.1002.tar.gz) = f510e8791e976cf517b010adc753ce1d
+SHA256 (File-chdir-0.1002.tar.gz) = d7cc4257bcdda64485b1ae6613701cc036e4302755da3822fd51f745caa182b9
+SIZE (File-chdir-0.1002.tar.gz) = 36601
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-chdir/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:41 -0000	1.2
+++ pkg-plist	14 Feb 2008 18:35:04 -0000
@@ -1,5 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/chdir/.packlist
 %%SITE_PERL%%/File/chdir.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/chdir
+%%SITE_PERL%%/File/chdir.pod
 @dirrmtry %%SITE_PERL%%/File
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File


>Release-Note:
>Audit-Trail:
>Unformatted:



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