[PATCH] security/p5-Crypt-SSLeay: remove MIME::Base64 dependency and FILESDIR directory

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Tue Aug 31 05:08:51 UTC 2010


>Submitter-Id:	current-users
>Originator:	Sunpoet Po-Chuan Hsieh
>Organization:	SUNPOET.net
>Confidential:	no 
>Synopsis:	[PATCH] security/p5-Crypt-SSLeay: remove MIME::Base64 dependency and FILESDIR directory
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.1-STABLE amd64
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010
>Description:
Changes:
- Remove MIME::Base64 from {BUILD|RUN}_DEPENDS
  MIME::Base64 is already in Perl 5 packages (5.8 ~ 5.12)
  Crypt::SSLeay does not specify a minimal required version
- Remove FILESDIR directory entirely
  files/patch-Makefile.PL and files/patch-lib-Net-SSL.pm are empty now

Removed file(s):
- files/patch-Makefile.PL
- files/patch-lib-Net-SSL.pm

Port maintainer (perl at FreeBSD.org) and last committer (pgollucci at FreeBSD.org) are cc'd.

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

--- p5-Crypt-SSLeay-0.58.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-SSLeay/Makefile /usr/ports/sunpoet/p5-Crypt-SSLeay/Makefile
--- /usr/ports/security/p5-Crypt-SSLeay/Makefile	2010-08-31 11:29:27.000000000 +0800
+++ /usr/ports/sunpoet/p5-Crypt-SSLeay/Makefile	2010-08-31 11:59:03.000000000 +0800
@@ -14,8 +14,7 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 interface to allow p5-libwww LWP to make https connections
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
-		${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-Crypt-SSLeay-0.58.patch ends here ---



More information about the freebsd-perl mailing list