Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2010 13:08:37 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org, pgollucci@FreeBSD.org
Subject:   ports/150140: [PATCH] security/p5-Crypt-SSLeay: remove MIME::Base64 dependency and FILESDIR directory
Message-ID:  <20100831050837.4A6712AEC4F2@sunpoet.net>
Resent-Message-ID: <201008310510.o7V5A57f087144@freefall.freebsd.org>

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

>Number:         150140
>Category:       ports
>Synopsis:       [PATCH] security/p5-Crypt-SSLeay: remove MIME::Base64 dependency and FILESDIR directory
>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:   Tue Aug 31 05:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
SUNPOET.net
>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@FreeBSD.org) and last committer (pgollucci@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@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 ---

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



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