Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2001 11:01:50 -0800 (PST)
From:      Gregory Neil Shapiro <gshapiro+freebsd-gnats@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32876: Update port: mail/listmanager Upgrade to version 2.109
Message-ID:  <200112151901.fBFJ1onG045787@horsey.gshapiro.net>

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

>Number:         32876
>Category:       ports
>Synopsis:       Update port: mail/listmanager Upgrade to version 2.109
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 15 11:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gregory Neil Shapiro
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD horsey.gshapiro.net 4.4-STABLE FreeBSD 4.4-STABLE #26: Wed Dec 12 19:25:41 PST 2001 root@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386

>Description:

Here is a patch for mail/listmanager to update the port to the new release,
2.109.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/listmanager/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	24 Nov 2001 19:23:01 -0000	1.10
+++ Makefile	15 Dec 2001 18:58:28 -0000
@@ -6,14 +6,20 @@
 #
 
 PORTNAME=	listmanager
-PORTVERSION=	2.108
-PORTREVISION=	1
+PORTVERSION=	2.109
 CATEGORIES=	mail
 MASTER_SITES=	http://www.listmanager.org/
 DISTNAME=	${PORTNAME}
+DIST_SUBDIR=	${PORTNAME}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 440000
+EXTRACT_SUFX=	.freebsd44
+.else
 EXTRACT_SUFX=	.freebsd35
+.endif
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} INSTALL help.tar.gz listmanager.8 ack
-DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	gshapiro@FreeBSD.org
 
@@ -53,4 +59,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/listmanager/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	15 May 2001 06:45:00 -0000	1.6
+++ distinfo	15 Dec 2001 18:58:28 -0000
@@ -1,4 +1,5 @@
-MD5 (listmanager/listmanager.freebsd35) = c11a9860de2fd8393c708b3aecaf0df0
+MD5 (listmanager/listmanager.freebsd35) = fc3f01bfa0176550161dcd7ca1409074
+MD5 (listmanager/listmanager.freebsd44) = 9c3468a9fbafb7056b9b7b508eeb9c0d
 MD5 (listmanager/INSTALL) = daab4be48e990a66b58e09fece5bb993
 MD5 (listmanager/help.tar.gz) = 55473e6dd480392fa783874723627fcc
 MD5 (listmanager/listmanager.8) = d321176b26b8ddb2a539a69a7bf640a7
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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