From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 2 09:40:06 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33E0116A46D for ; Sat, 2 Jun 2007 09:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 133AA13C447 for ; Sat, 2 Jun 2007 09:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l529e5x4073620 for ; Sat, 2 Jun 2007 09:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l529e51S073619; Sat, 2 Jun 2007 09:40:05 GMT (envelope-from gnats) Resent-Date: Sat, 2 Jun 2007 09:40:05 GMT Resent-Message-Id: <200706020940.l529e51S073619@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshisato YANAGISAWA Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07E7416A421 for ; Sat, 2 Jun 2007 09:37:11 +0000 (UTC) (envelope-from yanagisawa@mana.csg.is.titech.ac.jp) Received: from mana.csg.is.titech.ac.jp (mana.csg.is.titech.ac.jp [131.112.40.170]) by mx1.freebsd.org (Postfix) with ESMTP id 96EE613C465 for ; Sat, 2 Jun 2007 09:37:10 +0000 (UTC) (envelope-from yanagisawa@mana.csg.is.titech.ac.jp) Received: from mana.csg.is.titech.ac.jp (localhost [127.0.0.1]) by mana.csg.is.titech.ac.jp (8.13.8/8.13.8) with ESMTP id l5291nWb056296; Sat, 2 Jun 2007 18:01:49 +0900 (JST) (envelope-from yanagisawa@mana.csg.is.titech.ac.jp) Received: (from yanagisawa@localhost) by mana.csg.is.titech.ac.jp (8.13.8/8.13.8/Submit) id l5291nwd056295; Sat, 2 Jun 2007 18:01:49 +0900 (JST) (envelope-from yanagisawa) Message-Id: <200706020901.l5291nwd056295@mana.csg.is.titech.ac.jp> Date: Sat, 2 Jun 2007 18:01:49 +0900 (JST) From: Yoshisato YANAGISAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yanagisawa@csg.is.titech.ac.jp Subject: ports/113246: [PATCH] mail/p5-Mail-DKIM: maintainer update to 0.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 09:40:06 -0000 >Number: 113246 >Category: ports >Synopsis: [PATCH] mail/p5-Mail-DKIM: maintainer update to 0.26 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 02 09:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yoshisato YANAGISAWA >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: Dept. of Mathematical and Computing Sciences, Graduate School of Information Science and Engineering, Tokyo Institute of Technology. >Environment: System: FreeBSD mana.csg.is.titech.ac.jp 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 >Description: - Update to 0.26 (this is the first version that follows RFC 4871) - Remove an obsolete backup site that doesn't mirror the latest Mail-DKIM any more. Port maintainer (yanagisawa@csg.is.titech.ac.jp) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-DKIM-0.26.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-DKIM/Makefile /usr/home/csg/yanagisawa/program/ports/mail/p5-Mail-DKIM/Makefile --- /usr/ports/mail/p5-Mail-DKIM/Makefile Tue May 29 10:50:06 2007 +++ /usr/home/csg/yanagisawa/program/ports/mail/p5-Mail-DKIM/Makefile Sat Jun 2 17:39:05 2007 @@ -6,7 +6,7 @@ # PORTNAME= Mail-DKIM -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -23,8 +23,7 @@ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools BUILD_DEPENDS= ${RUN_DEPENDS} -MASTER_SITE_BACKUP= http://freebsd.unixfreunde.de/sources/ \ - http://jason.long.name/dkimproxy/ +MASTER_SITE_BACKUP= http://jason.long.name/dkimproxy/ PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-DKIM/distinfo /usr/home/csg/yanagisawa/program/ports/mail/p5-Mail-DKIM/distinfo --- /usr/ports/mail/p5-Mail-DKIM/distinfo Tue May 29 10:50:06 2007 +++ /usr/home/csg/yanagisawa/program/ports/mail/p5-Mail-DKIM/distinfo Sat Jun 2 17:37:30 2007 @@ -1,3 +1,3 @@ -MD5 (Mail-DKIM-0.25.tar.gz) = f8a9b91ae16eeabbd72da098550ec569 -SHA256 (Mail-DKIM-0.25.tar.gz) = 4b284ec27ac64ccbec94e4311f2d1f1a3d4684135ac349e7367460cb165c1b38 -SIZE (Mail-DKIM-0.25.tar.gz) = 47549 +MD5 (Mail-DKIM-0.26.tar.gz) = 8ee96cc0c34de9a57c4af61fe462d4ff +SHA256 (Mail-DKIM-0.26.tar.gz) = 5334e9bd032fab91aa0f788371b4fd0cc17133aa35c3b94993c8bfc314d9911c +SIZE (Mail-DKIM-0.26.tar.gz) = 47695 --- p5-Mail-DKIM-0.26.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: