Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Jul 2006 08:42:57 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/99703: [PATCH] mail/p5-Mail-DomainKeys: update to 0.82
Message-ID:  <20060702004257.0275DB2A01A@utopia.leeym.com>
Resent-Message-ID: <200607020050.k620oGmK035896@freefall.freebsd.org>

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

>Number:         99703
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-DomainKeys: update to 0.82
>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 Jul 02 00:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006
>Description:
- Update to 0.82

Note:
Makefile.PL says that it requires Mail::Address, but in fact it requires
Email::Address, so please ignore the dummy warning message.

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

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

--- p5-Mail-DomainKeys-0.82.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-DomainKeys/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	30 Dec 2005 20:52:53 -0000	1.6
+++ Makefile	2 Jul 2006 00:41:59 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-DomainKeys
-PORTVERSION=	0.80
+PORTVERSION=	0.82
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
@@ -17,7 +17,7 @@
 
 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}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+		${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}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-DomainKeys/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	22 Jan 2006 12:50:36 -0000	1.5
+++ distinfo	2 Jul 2006 00:41:59 -0000
@@ -1,3 +1,3 @@
-MD5 (Mail-DomainKeys-0.80.tar.gz) = e3da32a3bfa06b56d151093a194f2904
-SHA256 (Mail-DomainKeys-0.80.tar.gz) = 3a48cdd02aea73468cf9b6d705d17f5a932bc20e2424fd17ec43a2e5ac06de1f
-SIZE (Mail-DomainKeys-0.80.tar.gz) = 7941
+MD5 (Mail-DomainKeys-0.82.tar.gz) = 55153dae35c57bc374f6e2cca2131031
+SHA256 (Mail-DomainKeys-0.82.tar.gz) = a18ad65683e6d1d4852295aa5ff71354a4bca8d2dd978170a7f0b14e5664f963
+SIZE (Mail-DomainKeys-0.82.tar.gz) = 9117
--- p5-Mail-DomainKeys-0.82.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?20060702004257.0275DB2A01A>