Date: Sun, 28 Feb 1999 11:04:19 -0800 (PST) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10308: [patch] fix epic4 port Message-ID: <199902281904.LAA50142@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 10308 >Category: ports >Synopsis: [patch] fix epic4 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 28 11:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT >Description: Fix BROKEN tag, epic4 is out of alpha and in beta now. Comments welcome. >How-To-Repeat: >Fix: diff -ruN epic4.old/Makefile epic4/Makefile --- epic4.old/Makefile Sun Feb 28 11:00:37 1999 +++ epic4/Makefile Sun Feb 28 11:02:27 1999 @@ -1,28 +1,27 @@ # New ports collection makefile for: epic4 -# Version required: 4pre2.001-NR14 +# Version required: 4pre2.003 # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # # $Id: Makefile,v 1.11 1999/02/28 06:41:09 obrien Exp $ # -DISTNAME= ircii-EPIC4pre2.001-NR14 -PKGNAME= epic-4.pre2.001.nr14 +DISTNAME= ircii-EPIC4pre2.003 +PKGNAME= epic-4.pre2.003 CATEGORIES= net -MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \ - ftp://totem.fix.no/pub/mirrors/epic/EPIC4-ALPHA/ \ +MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ + ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ \ ftp://ftp.funet.fi/pub/unix/networking/irc/ircII/epic/ \ ftp://ftp.pipex.net/pub/people/benhutch/distfiles/epic4/ -DISTFILES= epic4pre2.001-NR14.tar.gz epic4pre2-help.tar.gz +DISTFILES= epic4pre2.003.tar.bz2 epic4pre2-help.tar.gz MAINTAINER= benhutch@xfiles.org.uk -BROKEN= 'distfiles missing from all MASTER_SITES' - DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4pre2.001-NR14.tar.gz +EXTRACT_ONLY= epic4pre2.003.tar.bz2 GNU_CONFIGURE= yes +USE_BZIP2= yes do-install: cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ diff -ruN epic4.old/files/md5 epic4/files/md5 --- epic4.old/files/md5 Sun Feb 28 11:00:36 1999 +++ epic4/files/md5 Sun Feb 28 10:53:33 1999 @@ -1,2 +1,2 @@ -MD5 (epic4/epic4pre2.001-NR14.tar.gz) = 999de6fec732805c61e0f11ed9749ef1 +MD5 (epic4/epic4pre2.003.tar.bz2) = 782532e03f5e4de4c45d097c7369fc85 MD5 (epic4/epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5 -Chris >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?199902281904.LAA50142>