Date: Sun, 20 Jan 2002 21:18:56 -0800 (PST) From: Gregory Neil Shapiro <gshapiro@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34101: Fix for listmanager port distribution site Message-ID: <200201210518.g0L5Iul7009283@horsey.gshapiro.net>
next in thread | raw e-mail | index | archive | help
>Number: 34101 >Category: ports >Synopsis: Fix for listmanager port distribution site >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 20 21:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: FreeBSD.org >Environment: System: FreeBSD horsey.gshapiro.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #28: Sat Dec 29 00:22:33 PST 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386 >Description: The listmanager author has changed the layout of the distribution site so the current port can't find the listmanager binary. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/listmanager/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 15 Dec 2001 20:27:30 -0000 1.11 +++ Makefile 21 Jan 2002 05:16:21 -0000 @@ -8,7 +8,8 @@ PORTNAME= listmanager PORTVERSION= 2.109 CATEGORIES= mail -MASTER_SITES= http://www.listmanager.org/ +MASTER_SITES= http://www.listmanager.org/v${PORTVERSION}/ \ + http://www.listmanager.org/ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME} >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?200201210518.g0L5Iul7009283>