From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 15 01:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4127784C for ; Thu, 15 Nov 2012 01:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 11FCD8FC15 for ; Thu, 15 Nov 2012 01:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAF1U0B2061269 for ; Thu, 15 Nov 2012 01:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAF1U0jK061263; Thu, 15 Nov 2012 01:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 15 Nov 2012 01:30:00 GMT Resent-Message-Id: <201211150130.qAF1U0jK061263@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, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B740722 for ; Thu, 15 Nov 2012 01:23:30 +0000 (UTC) (envelope-from umq.876@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id EABD48FC08 for ; Thu, 15 Nov 2012 01:23:29 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so468617dad.13 for ; Wed, 14 Nov 2012 17:23:29 -0800 (PST) Received: by 10.68.230.10 with SMTP id su10mr82569928pbc.47.1352942609220; Wed, 14 Nov 2012 17:23:29 -0800 (PST) Received: from nafbsd2.m.nd.to (p057007.dynamic.ppp.asahi-net.or.jp. [221.113.57.7]) by mx.google.com with ESMTPS id oi3sm2078546pbb.1.2012.11.14.17.23.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Nov 2012 17:23:27 -0800 (PST) Message-Id: <86ip97veuv.wl%umq@ueo.co.jp> Date: Thu, 15 Nov 2012 10:23:20 +0900 From: Hirohisa Yamaguchi Sender: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173635: [maintainer] mail/opendkim update to 2.7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 01:30:01 -0000 >Number: 173635 >Category: ports >Synopsis: [maintainer] mail/opendkim update to 2.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 15 01:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of mail/opendkim 2.7.2 is available. Release announcement: http://lists.opendkim.org/archive/opendkim/announce/2012/11/0038.html >How-To-Repeat: N/A >Fix: The patch follows: + drop patches fixed in upstream + some aesthetic changes with OPTIONS Index: mail/opendkim/files/patch-libopendkim__dkim.c =================================================================== --- mail/opendkim/files/patch-libopendkim__dkim.c (revision 307431) +++ mail/opendkim/files/patch-libopendkim__dkim.c (working copy) @@ -1,20 +0,0 @@ ---- ./libopendkim/dkim.c.orig 2012-10-19 05:22:16.000000000 +0900 -+++ ./libopendkim/dkim.c 2012-10-20 15:52:54.000000000 +0900 -@@ -938,7 +938,7 @@ - dkim_dstring_cat(dkim->dkim_sslerrbuf, "; "); - - dkim_dstring_cat(dkim->dkim_sslerrbuf, -- gnutls_strerror(status)); -+ (u_char *) gnutls_strerror(status)); - } - - #else /* USE_GNUTLS */ -@@ -1004,7 +1004,7 @@ - dkim_dstring_cat(sig->sig_sslerrbuf, "; "); - - dkim_dstring_cat(sig->sig_sslerrbuf, -- gnutls_strerror(status)); -+ (u_char *) gnutls_strerror(status)); - } - - #else /* USE_GNUTLS */ Index: mail/opendkim/files/patch-Makefile.in =================================================================== --- mail/opendkim/files/patch-Makefile.in (revision 307431) +++ mail/opendkim/files/patch-Makefile.in (working copy) @@ -1,29 +0,0 @@ ---- ./Makefile.in.orig 2012-10-31 03:14:49.000000000 +0900 -+++ ./Makefile.in 2012-11-12 16:39:23.000000000 +0900 -@@ -61,7 +61,6 @@ - @STATS_TRUE@am__append_6 = stats - @REPUTE_TRUE@am__append_7 = libut reputation - @REPRRD_TRUE@am__append_8 = reprrd --@JANSSON_TRUE@am__append_9 = autobuild - subdir = . - DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ -@@ -139,8 +138,7 @@ - CTAGS = ctags - CSCOPE = cscope - DIST_SUBDIRS = libstrl libopendkim contrib docs libvbr librbl \ -- libdkimrep miltertest stats libut reputation reprrd autobuild \ -- opendkim -+ libdkimrep miltertest stats libut reputation reprrd opendkim - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) -@@ -419,7 +417,7 @@ - SUBDIRS = $(am__append_1) libopendkim contrib docs $(am__append_2) \ - $(am__append_3) $(am__append_4) $(am__append_5) \ - $(am__append_6) $(am__append_7) $(am__append_8) \ -- $(am__append_9) opendkim -+ opendkim - dist_doc_DATA = FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail \ - RELEASE_NOTES.Sendmail - Index: mail/opendkim/Makefile.features =================================================================== --- mail/opendkim/Makefile.features (revision 307431) +++ mail/opendkim/Makefile.features (working copy) @@ -4,6 +4,8 @@ # This file is used to tune build time options. # Please refer FEATURES file distributed with the source for details. +.if ${PORT_OPTIONS:MFFR} + .if ${PORT_OPTIONS:MADSP_LISTS} CONFIGURE_ARGS+= --enable-adsp_lists .endif @@ -75,6 +77,7 @@ CONFIGURE_ARGS+= --enable-rbl MAN3+= rbl.3 PLIST_SUB+= RBL="" +PORT_OPTIONS+= LUA .else PLIST_SUB+= RBL="@comment " .endif @@ -102,11 +105,14 @@ --with-libcurl LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl . if ${PORT_OPTIONS:MXML} -CONFIGURE_ARGS+= --with-libxml2 +CONFIGURE_ARGS+= --without-libjansson --with-libxml2 LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 +PLIST_SUB+= JANSSON="@comment " . else CONFIGURE_ARGS+= --with-libjansson LIB_DEPENDS+= jansson:${PORTSDIR}/devel/jansson +MAN8+= autobuild.8 +PLIST_SUB+= JANSSON= . endif MAN3+= ut.3 MAN8+= opendkim-genrates.8 opendkim-modtotals.8 \ @@ -131,6 +137,7 @@ .if ${PORT_OPTIONS:MSTATSEXT} CONFIGURE_ARGS+= --enable-statsext +PORT_OPTIONS+= LUA STATS .endif .if ${PORT_OPTIONS:MVBR} @@ -140,3 +147,5 @@ .else PLIST_SUB+= VBR="@comment " .endif + +.endif # ${PORT_OPTIONS:MFFR} Index: mail/opendkim/pkg-plist =================================================================== --- mail/opendkim/pkg-plist (revision 307431) +++ mail/opendkim/pkg-plist (working copy) @@ -1,4 +1,5 @@ @comment $FreeBSD$ +%%REPUTE%%%%JANSSON%%bin/autobuild %%LUA%%bin/miltertest %%REPRRD%%bin/opendkim-reprrdimport %%ODBX%%%%STATS%%bin/opendkim-spam Index: mail/opendkim/Makefile =================================================================== --- mail/opendkim/Makefile (revision 307431) +++ mail/opendkim/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendkim -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ @@ -85,7 +85,7 @@ CONFIGURE_ARGS+=--docdir=${WRKDIR}/doc .endif -.if ${PORT_OPTIONS:MSTATS} || ${PORT_OPTIONS:MSTATSEXT} +.if ${PORT_OPTIONS:MSTATS} CONFIGURE_ARGS+= --enable-stats MAN8+= opendkim-expire.8 opendkim-gengraphs.8 \ opendkim-genstats.8 opendkim-stats.8 @@ -99,8 +99,8 @@ .endif .if ${PORT_OPTIONS:MPOPAUTH} \ || ${PORT_OPTIONS:MQUERY_CACHE} \ - || ${PORT_OPTIONS:MLDAP_CACHING} \ - || ${PORT_OPTIONS:MREPUTATION} \ + || (${PORT_OPTIONS:MFFR} && ${PORT_OPTIONS:MLDAP_CACHING} ) \ + || (${PORT_OPTIONS:MFFR} && ${PORT_OPTIONS:MREPUTATION} ) \ || ${PORT_OPTIONS:MSTATS} . if ${PORT_OPTIONS:MBDB_BASE} CONFIGURE_ARGS+= --with-db-lib=c @@ -142,7 +142,7 @@ .else CONFIGURE_ARGS+= --without-openldap .endif -.if ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MRBL} || ${PORT_OPTIONS:MSTATSEXT} +.if ${PORT_OPTIONS:MLUA} CONFIGURE_ARGS+= --with-lua . if ${PORT_OPTIONS:MFILTER} MAN3+= opendkim-lua.3 Index: mail/opendkim/distinfo =================================================================== --- mail/opendkim/distinfo (revision 307431) +++ mail/opendkim/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opendkim-2.7.1.tar.gz) = 782c030ce3b09d9ef536d2b98910d5a9289ba2128e8392e6ff568b2ade0282ed -SIZE (opendkim-2.7.1.tar.gz) = 1153665 +SHA256 (opendkim-2.7.2.tar.gz) = cf72a26506ef48a2c6b231947226ab460cdb6e05b18176ee42a94b3b6d521b42 +SIZE (opendkim-2.7.2.tar.gz) = 1156510 >Release-Note: >Audit-Trail: >Unformatted: