Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2012 11:49:08 +0100 (CET)
From:      Jaap Akkerhuis <jaap@NLnetLabs.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        umq@ueo.co.jp, jaap@bartok.nlnetlabs.nl
Subject:   ports/163984: [PATCH] mail/opendkim: update to 2.4.3
Message-ID:  <201201101049.q0AAn8Fb088851@bartok.nlnetlabs.nl>
Resent-Message-ID: <201201101050.q0AAoA0K092132@freefall.freebsd.org>

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

>Number:         163984
>Category:       ports
>Synopsis:       [PATCH] mail/opendkim: update to 2.4.3
>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:   Tue Jan 10 10:50:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.2-STABLE FreeBSD 8.2-STABLE #225: Wed Jan  4 12:02:35 CET
>Description:
- Update to 2.4.3

Small correction in Makefile (space was used instead of TAB)

Port maintainer (umq@ueo.co.jp) is cc'd.

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

--- opendkim-2.4.3.patch begins here ---
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/mail/opendkim.orig/Makefile /space/portstrees/AFreeBSD/ports/mail/opendkim/Makefile
--- /space/portstrees/AFreeBSD/ports/mail/opendkim.orig/Makefile	2012-01-10 11:40:38.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/mail/opendkim/Makefile	2012-01-10 11:46:17.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	opendkim
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.3
 CATEGORIES=	mail security
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -35,7 +35,7 @@
 
 SUB_FILES=	pkg-message
 
-OPTIONS= \
+OPTIONS=	\
 	ARLIB		"Asynchronous thread-safe DNS library"	On  \
 	GNUTLS		"Use GnuTLS instead of OpenSSL"		Off \
 	LUA		"Describe filter policy with lua"	Off \
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/mail/opendkim.orig/distinfo /space/portstrees/AFreeBSD/ports/mail/opendkim/distinfo
--- /space/portstrees/AFreeBSD/ports/mail/opendkim.orig/distinfo	2012-01-10 11:40:38.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/mail/opendkim/distinfo	2012-01-10 10:55:18.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (opendkim-2.4.1.tar.gz) = 1567a6d41dba92977d3eaae726580c5ecdc74766866331e87fc201792333b1f2
-SIZE (opendkim-2.4.1.tar.gz) = 1322057
+SHA256 (opendkim-2.4.3.tar.gz) = c3ef73c5aa2bf8a6626b822cea08b72c954376ae892d596346973d11003c0906
+SIZE (opendkim-2.4.3.tar.gz) = 1381956
--- opendkim-2.4.3.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?201201101049.q0AAn8Fb088851>