Date: Fri, 21 Aug 2009 18:10:48 +0900 (JST) From: Ayumi M <ayu@commun.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: yanagisawa@csg.is.titech.ac.jp Subject: ports/138019: [PATCH] mail/dkimproxy: update to 1.2 Message-ID: <20090821091048.C142F39B9B@dahlia.commun.jp> Resent-Message-ID: <200908210920.n7L9K1I4079571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138019 >Category: ports >Synopsis: [PATCH] mail/dkimproxy: update to 1.2 >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: Fri Aug 21 09:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ayumi M >Release: FreeBSD 7.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD dahlia.commun.jp 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 07:18:07 UTC >Description: - Update to 1.2 Tested with Tinderbox http://tb-amd64.commun.jp/index.php?action=describe_port&id=47 http://tb-i386.commun.jp/index.php?action=describe_port&id=29 Port maintainer (yanagisawa@csg.is.titech.ac.jp) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dkimproxy-1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/dkimproxy.orig/Makefile /usr/ports/mail/dkimproxy/Makefile --- /usr/ports/mail/dkimproxy.orig/Makefile 2009-08-21 09:30:07.000000000 +0900 +++ /usr/ports/mail/dkimproxy/Makefile 2009-08-20 12:32:15.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= dkimproxy -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= SF @@ -33,6 +33,8 @@ GROUP=${DKIMPY_GROUPNAME} \ GID=${DKIMPY_GROUPID} +MAN8= dkimproxy_in.8 dkimproxy_out.8 + .include <bsd.port.pre.mk> pre-install: diff -ruN --exclude=CVS /usr/ports/mail/dkimproxy.orig/distinfo /usr/ports/mail/dkimproxy/distinfo --- /usr/ports/mail/dkimproxy.orig/distinfo 2009-08-21 09:30:07.000000000 +0900 +++ /usr/ports/mail/dkimproxy/distinfo 2009-08-20 12:33:57.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (dkimproxy-1.1.tar.gz) = e462bf16d081442d484ef51072f80be9 -SHA256 (dkimproxy-1.1.tar.gz) = f08bfcb2e166de4c52c96ccf5c3e6b54b589beaf0d442868bd04fbd23158aba5 -SIZE (dkimproxy-1.1.tar.gz) = 78775 +MD5 (dkimproxy-1.2.tar.gz) = db32f81c33636a9cf0b1e22d4eb6d959 +SHA256 (dkimproxy-1.2.tar.gz) = 4ae76367e2cecc85c3bce15513bf110b96251acd3d5e4278fbf6c9c5f9d3b7be +SIZE (dkimproxy-1.2.tar.gz) = 96971 diff -ruN --exclude=CVS /usr/ports/mail/dkimproxy.orig/pkg-descr /usr/ports/mail/dkimproxy/pkg-descr --- /usr/ports/mail/dkimproxy.orig/pkg-descr 2009-08-21 09:30:07.000000000 +0900 +++ /usr/ports/mail/dkimproxy/pkg-descr 2009-08-20 12:46:45.000000000 +0900 @@ -5,4 +5,4 @@ Details regarding the protocol and other issues related to the draft standard can be found at http://mipassoc.org/dkim/. -WWW: http://jason.long.name/dkimproxy/ +WWW: http://dkimproxy.sourceforge.net/ --- dkimproxy-1.2.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?20090821091048.C142F39B9B>