ports/90055: [PATCH] security/p5-GnuPG-Interface: minor fixes

Yen-Ming Lee leeym at FreeBSD.org
Wed Dec 7 01:30:07 UTC 2005


>Number:         90055
>Category:       ports
>Synopsis:       [PATCH] security/p5-GnuPG-Interface: minor fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 07 01:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- add IGNORE for perl < 5.6
- make portlint happier

Port maintainer (trevor at FreeBSD.org) is cc'd.

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

--- p5-GnuPG-Interface-0.33_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-GnuPG-Interface/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	2 Dec 2005 00:03:14 -0000	1.14
+++ Makefile	7 Dec 2005 01:21:18 -0000
@@ -12,8 +12,8 @@
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
 		${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
 MASTER_SITE_SUBDIR=	GnuPG/:cpan gnupg-interface/:sf
-DISTFILES=		${DISTNAME}${EXTRACT_SUFX}:cpan,sf
 PKGNAMEPREFIX=	p5-
+DISTFILES=		${DISTNAME}${EXTRACT_SUFX}:cpan,sf
 
 MAINTAINER=	trevor at FreeBSD.org
 COMMENT=	Perl module for interfacing with GnuPG
@@ -36,4 +36,11 @@
 	GnuPG::SubKey.3 \
 	GnuPG::UserId.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# p5-GnuPG-Interface -> p5-Class-MethodMaker
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-GnuPG-Interface-0.33_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list