From owner-freebsd-ports Sat Dec 15 11:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 960FB37B41C for ; Sat, 15 Dec 2001 11:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFJA1N26427; Sat, 15 Dec 2001 11:10:01 -0800 (PST) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 4BC2437B41C for ; Sat, 15 Dec 2001 11:01:53 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2.Beta2/8.12.2.Beta2) with ESMTP id fBFJ1odq045788 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 15 Dec 2001 11:01:50 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2.Beta2/8.12.2.Beta2/Submit) id fBFJ1onG045787; Sat, 15 Dec 2001 11:01:50 -0800 (PST) Message-Id: <200112151901.fBFJ1onG045787@horsey.gshapiro.net> Date: Sat, 15 Dec 2001 11:01:50 -0800 (PST) From: Gregory Neil Shapiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32876: Update port: mail/listmanager Upgrade to version 2.109 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 + +.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 +.include 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