Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 15:55:44 GMT
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166251: Missing pkg-message
Message-ID:  <201203191555.q2JFtind061511@red.freebsd.org>
Resent-Message-ID: <201203191600.q2JG0Vao006264@freefall.freebsd.org>

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

>Number:         166251
>Category:       ports
>Synopsis:       Missing pkg-message
>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:   Mon Mar 19 16:00:31 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alan Hicks
>Release:        
>Organization:
>Environment:
>Description:
Upgrade dbmail from 2.2.17 to 2.2.18
>How-To-Repeat:

>Fix:
The attached patch upgrades the dbmail from 2.2.17 to 2.2.18 and also checks for additional conflict with version 3

Patch attached with submission follows:

diff -ruN dbmail22/Makefile /usr/ports/mail/dbmail22/Makefile
--- dbmail22/Makefile	2012-03-19 09:36:04.000000000 +0000
+++ dbmail22/Makefile.bak	2012-03-19 14:40:22.000000000 +0000
@@ -6,16 +6,18 @@
 #
 
 PORTNAME=	dbmail
-PORTVERSION=	2.2.17
+PORTVERSION=	2.2.18
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dbmail.org/download/2.2/
 
 MAINTAINER=	ahicks@p-o.co.uk
 COMMENT=	An SQL database-based mail system (POP3 and IMAP)
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	gmime-2.0.4:${PORTSDIR}/mail/gmime2
 
-CONFLICTS=	dbmail-*-2.0.* dbmail-2.1.*
+CONFLICTS=	dbmail-*-2.0.* dbmail-2.1.* dbmail-3.*
 
 OPTIONS=	MYSQL		"Build with MySQL support" on \
 		POSTGRESQL	"Build with PostgreSQL support"	off \
diff -ruN dbmail22/distinfo /usr/ports/mail/dbmail22/distinfo
--- dbmail22/distinfo	2012-03-19 09:36:04.000000000 +0000
+++ dbmail22/distinfo.bak	2012-03-19 11:58:27.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (dbmail-2.2.17.tar.gz) = 11d457b0114047185aff4249afb6b91baf843b393e73ecbb147549960d7eaefd
-SIZE (dbmail-2.2.17.tar.gz) = 896838
+SHA256 (dbmail-2.2.18.tar.gz) = cdf3ac1346515ebcad4b6f19879ccff3879007f2fec1b97cdb4cd72d5892cc07
+SIZE (dbmail-2.2.18.tar.gz) = 833841


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203191555.q2JFtind061511>