Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 10:35:37 +0100
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180963: [Maintainer patch] Upgrade mail/dbmail from 3.1.0 to 3.1.2
Message-ID:  <E1V4Soj-000He3-Jt@p-o.co.uk>
Resent-Message-ID: <201307310940.r6V9e1BZ047362@freefall.freebsd.org>

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

>Number:         180963
>Category:       ports
>Synopsis:       [Maintainer patch] Upgrade mail/dbmail from 3.1.0 to 3.1.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:   Wed Jul 31 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alan Hicks
>Release:        FreeBSD 9.1-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
    Upgrade dbmail to 3.1.2
    Added build dependency (thanks to Łukasz Wąsikowski)
	
>How-To-Repeat:
	
>Fix:
    Apply patch and add following message to ports/UPDATING

    dbmail has been updated to 3.1.2
    Changes include a minor schema update and config changes see
    share/dbmail/* and share/doc/dbmail/UPGRADING for details

--- dbmail-310-312.diff begins here ---
diff -ur dbmail/Makefile dbmail/Makefile
--- dbmail/Makefile	2013-07-25 20:58:17.000000000 +0100
+++ dbmail/Makefile	2013-07-31 10:17:39.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: mail/dbmail/Makefile 323664 2013-07-25 19:58:17Z wg $
 
 PORTNAME=	dbmail
-PORTVERSION=	3.1.1
+PORTVERSION=	3.1.2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dbmail.org/download/3.1/
 
@@ -16,6 +16,10 @@
 		mhash:${PORTSDIR}/security/mhash \
 		event-2:${PORTSDIR}/devel/libevent2
 
+BUILD_DEPENDS+=	asciidoc:${PORTSDIR}/textproc/asciidoc \
+		xmlto:${PORTSDIR}/textproc/xmlto \
+		${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-450
+
 CONFLICTS=	dbmail-2.*
 
 OPTIONS_DEFINE=	LDAP SIEVE THREADS
@@ -24,11 +28,6 @@
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	asciidoc:${PORTSDIR}/textproc/asciidoc \
-		xmlto:${PORTSDIR}/textproc/xmlto
-.endif
-
 USE_AUTOTOOLS=	libtool autoheader autoconf
 USE_GMAKE=	yes
 USE_LDCONFIG=	${PREFIX}/lib/dbmail
diff -ur dbmail/distinfo dbmail/distinfo
--- dbmail/distinfo	2013-07-25 20:58:17.000000000 +0100
+++ dbmail/distinfo	2013-07-31 10:03:19.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (dbmail-3.1.1.tar.gz) = 4df9f3a8d13af3a5f41dfab480f89a9e338b025e36e42cb76dc4f34b242ac1e0
-SIZE (dbmail-3.1.1.tar.gz) = 2398581
+SHA256 (dbmail-3.1.2.tar.gz) = 9231042ab345275f8704a69186a5e2531126d2890342dd5436bf51def75d760d
+SIZE (dbmail-3.1.2.tar.gz) = 2393373
--- dbmail-310-312.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1V4Soj-000He3-Jt>