From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 2 00:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C7701065687 for ; Fri, 2 Mar 2012 00:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0B658FC1C for ; Fri, 2 Mar 2012 00:10:13 +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 q220ADWC040845 for ; Fri, 2 Mar 2012 00:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q220ADlV040844; Fri, 2 Mar 2012 00:10:13 GMT (envelope-from gnats) Resent-Date: Fri, 2 Mar 2012 00:10:13 GMT Resent-Message-Id: <201203020010.q220ADlV040844@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 00671106564A for ; Fri, 2 Mar 2012 00:03:42 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa04b.plala.or.jp (msa04.plala.or.jp [IPv6:2400:7800:0:5010::4]) by mx1.freebsd.org (Postfix) with ESMTP id 38AF68FC08 for ; Fri, 2 Mar 2012 00:03:40 +0000 (UTC) Received: from terpsichore.kaumoge.org ([118.16.87.28]) by msa04b.plala.or.jp with ESMTP id <20120302000318.TOQJ6839.msa04b.plala.or.jp@terpsichore.kaumoge.org> for ; Fri, 2 Mar 2012 09:03:18 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by terpsichore.kaumoge.org (8.14.4/8.14.4/20101205) with ESMTP id q2203Eju007658 for ; Fri, 2 Mar 2012 09:03:16 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <868vjjuawx.wl%umq@ueo.co.jp> Date: Fri, 02 Mar 2012 09:03:10 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165601: [maintainer] mail/opendkim update to 2.5.0.1 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: Fri, 02 Mar 2012 00:10:14 -0000 >Number: 165601 >Category: ports >Synopsis: [maintainer] mail/opendkim update to 2.5.0.1 >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: Fri Mar 02 00:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD calliope.****.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of mail/opendkim 2.5.0.1 is available. This version just fixes a unit test bug which is contained in the previous PR ports/165583. So, update is not necessary. This PR is just for making portscout (or other similar services) happy. >How-To-Repeat: N/A >Fix: The patch follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/opendkim/Makefile,v retrieving revision 1.12 diff -p -u -r1.12 Makefile --- Makefile 1 Mar 2012 17:38:23 -0000 1.12 +++ Makefile 1 Mar 2012 23:45:31 -0000 @@ -5,25 +5,27 @@ # $FreeBSD: ports/mail/opendkim/Makefile,v 1.12 2012/03/01 17:38:23 scheidell Exp $ # -PORTNAME= opendkim -PORTVERSION= 2.5.0 -CATEGORIES= mail security -MASTER_SITES= SF +PORTNAME= opendkim +PORTVERSION= 2.5.0.1 +CATEGORIES= mail security +MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ ${PORTNAME}/Previous%20Releases -MAINTAINER= umq@ueo.co.jp -COMMENT= DKIM library and milter implementation +MAINTAINER= umq@ueo.co.jp +COMMENT= DKIM library and milter implementation -LICENSE= BSD SENDMAIL -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= BSD SENDMAIL +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail LICENSE_GROUPS_SENDMAIL= FSF OSI LICENSE_NAME_SENDMAIL= Sendmail Open Source License LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$$//} + GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LDCONFIG= yes @@ -48,9 +50,9 @@ MAKE_ARGS+= pkgconfigdir="${PREFIX}/libd .include .if defined(WITH_FILTER) && !defined(WITHOUT_FILTER) -USE_RC_SUBR= milter-opendkim -MAN5+= opendkim.conf.5 -MAN8+= opendkim.8 +USE_RC_SUBR= milter-opendkim +MAN5+= opendkim.conf.5 +MAN8+= opendkim.8 PLIST_SUB+= FILTER="" SUB_FILES= pkg-message WITHOUT_MILTER_CFLAGS= yes @@ -63,7 +65,7 @@ PLIST_SUB+= FILTER="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE} .else CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/opendkim/distinfo,v retrieving revision 1.9 diff -p -u -r1.9 distinfo --- distinfo 1 Mar 2012 17:38:23 -0000 1.9 +++ distinfo 1 Mar 2012 23:45:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (opendkim-2.5.0.tar.gz) = 5c17a5c82936495b35bc12b32438ebd7b7a624e3389fcac672f7d2ec5bdc8981 -SIZE (opendkim-2.5.0.tar.gz) = 1465356 +SHA256 (opendkim-2.5.0.1.tar.gz) = a1423fbd7b28fddee3cc51ffe550393cca44c32ac049c867ff86e984b787eeb6 +SIZE (opendkim-2.5.0.1.tar.gz) = 1465386 Index: files/patch-libopendkim_tests_t-test75.c =================================================================== RCS file: files/patch-libopendkim_tests_t-test75.c diff -N files/patch-libopendkim_tests_t-test75.c --- files/patch-libopendkim_tests_t-test75.c 1 Mar 2012 17:38:24 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ ---- ./libopendkim/tests/t-test75.c.orig 2012-03-01 08:52:30.000000000 +0900 -+++ ./libopendkim/tests/t-test75.c 2012-03-01 15:50:21.000000000 +0900 -@@ -52,6 +52,14 @@ - dkim_query_t qtype = DKIM_QUERY_FILE; - unsigned char hdr[MAXHEADER + 1]; - -+#ifdef USE_GNUTLS -+ (void) gnutls_global_init(); -+#endif /* USE_GNUTLS */ -+ -+ /* instantiate the library */ -+ lib = dkim_init(NULL, NULL); -+ assert(lib != NULL); -+ - if (!dkim_libfeature(lib, DKIM_FEATURE_PARSE_TIME)) - { - printf("*** Date: value extraction SKIPPED\n"); -@@ -62,14 +70,6 @@ - printf("*** Date: value extraction\n"); - } - --#ifdef USE_GNUTLS -- (void) gnutls_global_init(); --#endif /* USE_GNUTLS */ -- -- /* instantiate the library */ -- lib = dkim_init(NULL, NULL); -- assert(lib != NULL); -- - #ifdef TEST_KEEP_FILES - /* set flags */ - flags = (DKIM_LIBFLAGS_TMPFILES|DKIM_LIBFLAGS_KEEPFILES); >Release-Note: >Audit-Trail: >Unformatted: