Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2006 11:35:16 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, skv@FreeBSD.org
Subject:   ports/101987: [PATCH] mail/p5-Mail-DomainKeys: update to 0.84
Message-ID:  <20060814033516.656581FB@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608140340.k7E3eGlK013527@freefall.freebsd.org>

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

>Number:         101987
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-DomainKeys: update to 0.84
>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:   Mon Aug 14 03:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.84
- MIME::Base64 in Perl 5.8.0 base

Port maintainer (skv@FreeBSD.org) is cc'd.

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

--- p5-Mail-DomainKeys-0.84.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-DomainKeys/Makefile /home/staff/gslin/work/p5-Mail-DomainKeys/Makefile
--- /usr/ports/mail/p5-Mail-DomainKeys/Makefile	Mon Jul  3 20:22:41 2006
+++ /home/staff/gslin/work/p5-Mail-DomainKeys/Makefile	Mon Aug 14 11:33:57 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-DomainKeys
-PORTVERSION=	0.82
+PORTVERSION=	0.84
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
@@ -15,11 +15,10 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Perl implementation of DomainKeys
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
-		${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
-		${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
-		${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+		${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+		${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
@@ -29,6 +28,10 @@
 
 .if ${PERL_LEVEL} < 500600
 IGNORE=		requires Perl 5.6 or newer. Install lang/perl5.8 and try again
+.endif
+
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 .endif
 
 post-patch:
diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-DomainKeys/distinfo /home/staff/gslin/work/p5-Mail-DomainKeys/distinfo
--- /usr/ports/mail/p5-Mail-DomainKeys/distinfo	Mon Jul  3 20:22:41 2006
+++ /home/staff/gslin/work/p5-Mail-DomainKeys/distinfo	Mon Aug 14 11:32:43 2006
@@ -1,3 +1,3 @@
-MD5 (Mail-DomainKeys-0.82.tar.gz) = 55153dae35c57bc374f6e2cca2131031
-SHA256 (Mail-DomainKeys-0.82.tar.gz) = a18ad65683e6d1d4852295aa5ff71354a4bca8d2dd978170a7f0b14e5664f963
-SIZE (Mail-DomainKeys-0.82.tar.gz) = 9117
+MD5 (Mail-DomainKeys-0.84.tar.gz) = 5943ddb79f9bc177a96231d25c059233
+SHA256 (Mail-DomainKeys-0.84.tar.gz) = aacb8690285f4dc0f676a36508c670ec661be6e3d50822979c8d009e57fca97c
+SIZE (Mail-DomainKeys-0.84.tar.gz) = 9216
--- p5-Mail-DomainKeys-0.84.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?20060814033516.656581FB>