Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 14:23:10 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78137: [PATCH] security/p5-Safe-Hole: update to 0.10
Message-ID:  <20050227062310.86BA73EA0E3@utopia.leeym.com>
Resent-Message-ID: <200502270630.j1R6UENf052915@freefall.freebsd.org>

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

>Number:         78137
>Category:       ports
>Synopsis:       [PATCH] security/p5-Safe-Hole: update to 0.10
>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:   Sun Feb 27 06:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- Update to 0.10
- remove redundant whitespace in Makefile
- add WWW: in pkg-descr
- fix PLIST

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Safe-Hole-0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-Safe-Hole/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	24 Oct 2003 12:03:42 -0000	1.3
+++ Makefile	27 Feb 2005 06:21:24 -0000
@@ -6,16 +6,16 @@
 #
 
 PORTNAME=	Safe-Hole
-PORTVERSION=	0.08
+PORTVERSION=	0.10
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Safe
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	    sethk@meowfishies.com
+MAINTAINER=	sethk@meowfishies.com
 COMMENT=	Make a hole to the original main compartment in the Safe compartment
 
-PERL_CONFIGURE=	    yes
+PERL_CONFIGURE=	yes
 
 MAN3=	Safe::Hole.3
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/p5-Safe-Hole/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:11:08 -0000	1.2
+++ distinfo	27 Feb 2005 06:21:24 -0000
@@ -1,2 +1,2 @@
-MD5 (Safe-Hole-0.08.tar.gz) = 220f2924e736af120e03cb137075ffd8
-SIZE (Safe-Hole-0.08.tar.gz) = 8947
+MD5 (Safe-Hole-0.10.tar.gz) = 95938ad032b576e0ecae6b9bf2e1de27
+SIZE (Safe-Hole-0.10.tar.gz) = 11433
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/security/p5-Safe-Hole/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	8 Aug 2002 13:23:01 -0000	1.1
+++ pkg-descr	27 Feb 2005 06:21:24 -0000
@@ -10,3 +10,4 @@
 
 - Seth
 sethk@meowfishies.com
+WWW: http://search.cpan.org/dist/Safe-Hole/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/p5-Safe-Hole/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	24 Oct 2003 12:03:42 -0000	1.2
+++ pkg-plist	27 Feb 2005 06:21:24 -0000
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/Safe/Hole.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Safe
--- p5-Safe-Hole-0.10.patch ends here ---

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



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