Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 19:31:19 -0400
From:      Yarema <yds@CoolRat.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmelo@FreeBSD.org
Subject:   ports/126109: [PATCH] mail/mailman: new version 2.1.11
Message-ID:  <courier.000000004890F9C7.0000FA75@dppl.com>
Resent-Message-ID: <200807302340.m6UNe0mu026752@freefall.freebsd.org>

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

>Number:         126109
>Category:       ports
>Synopsis:       [PATCH] mail/mailman: new version 2.1.11
>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:   Wed Jul 30 23:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yarema
>Release:        FreeBSD 6.3-STABLE amd64
>Organization:
NYCBUG.org
>Environment:
	FreeBSD 6.3-STABLE amd64
	FreeBSD 7.0-STABLE amd64
>Description:
Simple version bump.

Replaced the hardcoded version number in the htdig patches
with ${DISTVERSION} to ease future maintanance.
>How-To-Repeat:

>Fix:
diff -u -r -N mailman~/Makefile mailman/Makefile
--- mailman~/Makefile	2008-05-20 03:48:53.381037000 -0400
+++ mailman/Makefile	2008-07-30 06:18:28.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mailman
-DISTVERSION=	2.1.10
+DISTVERSION=	2.1.11
 CATEGORIES?=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.list.org/
@@ -111,8 +111,8 @@
 .if defined(WITH_HTDIG)
 PATCH_SITES+=	http://www.openinfo.co.uk/mm/patches/444879/:patch1 \
 		http://www.openinfo.co.uk/mm/patches/444884/:patch2
-PATCHFILES+=	indexing-2.1.10-0.1.patch.gz:patch1 \
-		htdig-2.1.10-0.1.patch.gz:patch2
+PATCHFILES+=	indexing-${DISTVERSION}-0.1.patch.gz:patch1 \
+		htdig-${DISTVERSION}-0.1.patch.gz:patch2
 PATCH_DIST_STRIP=	-p1
 PKGNAMESUFFIX+=	-with-htdig
 RUN_DEPENDS+=	htdig:${PORTSDIR}/textproc/htdig
diff -u -r -N mailman~/distinfo mailman/distinfo
--- mailman~/distinfo	2008-05-20 03:48:53.382037639 -0400
+++ mailman/distinfo	2008-07-30 06:19:10.000000000 -0400
@@ -1,9 +1,9 @@
-MD5 (mailman/mailman-2.1.10.tgz) = 79157d337a29f716a3a1ff8b70501f8d
-SHA256 (mailman/mailman-2.1.10.tgz) = 19f8fd0b8447fc88da412a186aeaa2af3f7cdd5f5c06c12d5eaddb3a1b15e97f
-SIZE (mailman/mailman-2.1.10.tgz) = 7969072
-MD5 (mailman/htdig-2.1.10-0.1.patch.gz) = e9da94f2b00af99f952c32c21cb73c02
-SHA256 (mailman/htdig-2.1.10-0.1.patch.gz) = 98ecc7bbe6424dce66fd2c8bef5af14d529f2066c0c8375e6ca649330aa532f1
-SIZE (mailman/htdig-2.1.10-0.1.patch.gz) = 61328
-MD5 (mailman/indexing-2.1.10-0.1.patch.gz) = 65faaf16adf887ff7a651cac438adaca
-SHA256 (mailman/indexing-2.1.10-0.1.patch.gz) = e93ed03b7c436afda3f566575e9704386fd515498b05c53771193232d94035ed
-SIZE (mailman/indexing-2.1.10-0.1.patch.gz) = 8133
+MD5 (mailman/mailman-2.1.11.tgz) = d9fd89f54c4743dbcb3b3eec8c6146d6
+SHA256 (mailman/mailman-2.1.11.tgz) = 66f2e1d27b6d1f253a8ebbe218cacaab947e6b421f7513fbaea2314b24f06bda
+SIZE (mailman/mailman-2.1.11.tgz) = 7992229
+MD5 (mailman/indexing-2.1.11-0.1.patch.gz) = 48803160278420a986e998671702e342
+SHA256 (mailman/indexing-2.1.11-0.1.patch.gz) = bb940388dfbc19a52bdd62569d6212d09b2a3ceb6cb5a1fe43b5f1551da10433
+SIZE (mailman/indexing-2.1.11-0.1.patch.gz) = 8203
+MD5 (mailman/htdig-2.1.11-0.1.patch.gz) = c36a1deaab0f9c3256b91b2131a8890d
+SHA256 (mailman/htdig-2.1.11-0.1.patch.gz) = e603257259a0e5255dbae82ac64c3ee2b0fe4d947b43c3b9e750571d8f829335
+SIZE (mailman/htdig-2.1.11-0.1.patch.gz) = 61311
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?courier.000000004890F9C7.0000FA75>