Date: Tue, 13 Nov 2001 22:19:37 -0800 (PST) From: Matthew Braithwaite <matt@braithwaite.net> To: FreeBSD-gnats-submit@freebsd.org Cc: Matthew Braithwaite <matt@braithwaite.net> Subject: ports/31969: Fix broken distfile for www/aolserver Message-ID: <20011114061937.2A64F1CB2@alberich.braithwaite.net>
next in thread | raw e-mail | index | archive | help
>Number: 31969 >Category: ports >Synopsis: Fix broken distfile for www/aolserver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 22:20:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: >Organization: Red Bean Software http://www.red-bean.com/ >Environment: >Description: AOLserver renamed their distribution *again*. This fixes it. >How-To-Repeat: >Fix: --- www/aolserver/Makefile~ Fri Jun 15 15:51:34 2001 +++ www/aolserver/Makefile Tue Nov 13 22:12:27 2001 @@ -8,13 +8,12 @@ PORTNAME= aolserver PORTVERSION= 3.4 CATEGORIES= www -MASTER_SITES= ftp://ftp.aolserver.com/server/ \ - http://aolserver.com/archive/server/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= ftp://ftp.aolserver.com/aolserver/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= mab@red-bean.com -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes --- www/aolserver/distinfo~ Fri Jun 15 15:51:34 2001 +++ www/aolserver/distinfo Tue Nov 13 22:10:20 2001 @@ -1 +1 @@ -MD5 (aolserver-3.4.tar.gz) = 45ed3ed31ac373bc4951b4f1ecb09da3 +MD5 (aolserver-3.4-src.tar.gz) = 45ed3ed31ac373bc4951b4f1ecb09da3 >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?20011114061937.2A64F1CB2>