Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 1999 23:31:51 GMT
From:      benhutch@xfiles.org.uk
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10040: epic4 port update to latest version 
Message-ID:  <199902112331.XAA24417@byers.xfiles.org.uk>

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

>Number:         10040
>Category:       ports
>Synopsis:       epic4 port update to latest version 
>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:   Thu Feb 11 16:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ben Hutchinson
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
>Description:

The below patch updates the epic4 port to the latest version.

The "make fetch" section of the build is untidy due to a re-organisation
of the directory structure on the master ftp site.

I've used the DIST_SUBDIR directive in the makefile due to the large
number of files which this port can download.

As usual portlint complains about PKGNAME, but this was okayed by Satoshi.

>How-To-Repeat:
>Fix:
	
--- /usr/ports/net/epic4/Makefile	Sun Dec 13 12:39:59 1998
+++ epic4/Makefile	Thu Feb 11 23:08:20 1999
@@ -6,24 +6,23 @@
 # $Id: Makefile,v 1.8 1998/12/13 12:39:59 jseger Exp $
 #
 
-DISTNAME=	ircii-EPIC4pre2.001-NR9
-PKGNAME=	epic-4.pre2.001.nr9
+DISTNAME=	ircii-EPIC4pre2.001-NR13
+PKGNAME=	epic-4.pre2.001.nr13
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.epicsol.org/pub/epic/ \
-		ftp://ftp.acronet.net/pub/ircii/ \
+MASTER_SITES=	ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \
+		ftp://totem.fix.no/pub/mirrors/epic/EPIC4-ALPHA/ \
 		ftp://ftp.funet.fi/pub/unix/networking/irc/ircII/epic/ \
 		ftp://ftp.pipex.net/pub/people/benhutch/distfiles/epic4/
-DISTFILES=	epic4pre2.001-NR9.tar.gz epic4pre2-help.tar.gz
+DISTFILES=	epic4pre2.001-NR13.tar.gz epic4pre2-help.tar.gz
 
-PATCH_SITES=	ftp://ftp.epicsol.org/pub/epic/ \
-		ftp://ftp.acronet.net/pub/ircii/ \
-		ftp://ftp.funet.fi/pub/unix/networking/irc/ircII/epic/ \
-		ftp://ftp.pipex.net/pub/people/benhutch/distfiles/epic4/
-PATCHFILES=	epic4pre2.001-NR9-patch1
+PATCH_SITES=	ftp://ftp.pipex.net/people/benhutch/distfiles/epic4/
+PATCHFILES=	epic4pre2.001-NR13-patch1 epic4pre2.001-NR13-patch2
 
 MAINTAINER=	benhutch@xfiles.org.uk
 
-EXTRACT_ONLY=	epic4pre2.001-NR9.tar.gz
+DIST_SUBDIR=	epic4
+
+EXTRACT_ONLY=	epic4pre2.001-NR13.tar.gz
 GNU_CONFIGURE=	yes
 
 do-install:
@@ -31,6 +30,6 @@
 	INSTALL_DATA="${INSTALL_DATA}" install
 
 post-install:
-	cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/epic4pre2-help.tar.gz
+	cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/${DIST_SUBDIR}/epic4pre2-help.tar.gz
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/epic4/files/md5 epic4/files/md5
--- /usr/ports/net/epic4/files/md5	Sun Dec 13 12:39:59 1998
+++ epic4/files/md5	Thu Feb 11 22:40:50 1999
@@ -1,3 +1,4 @@
-MD5 (epic4pre2.001-NR9.tar.gz) = e5783b2354434a7b8fe145b9acfb1287
-MD5 (epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
-MD5 (epic4pre2.001-NR9-patch1) = 9a9a6822bcfd04e4fcb7ed34e9de17a9
+MD5 (epic4/epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
+MD5 (epic4/epic4pre2.001-NR13-patch1) = 37b534307bf08a830411d5eae84ef86f
+MD5 (epic4/epic4pre2.001-NR13-patch2) = e10b6125c930f18e4d06a8a199eedd06
+MD5 (epic4/epic4pre2.001-NR13.tar.gz) = c31987502ef70976dd442301d39dab8b
diff -urN /usr/ports/net/epic4/pkg/PLIST epic4/pkg/PLIST
--- /usr/ports/net/epic4/pkg/PLIST	Sun Dec 13 12:39:59 1998
+++ epic4/pkg/PLIST	Thu Feb 11 23:02:19 1999
@@ -1,5 +1,5 @@
 bin/epic
-bin/epic-EPIC4pre2.001-NR9
+bin/epic-EPIC4pre2.001-NR13
 libexec/wserv
 share/epic/help/1_General/away
 share/epic/help/1_General/describe
@@ -879,7 +879,6 @@
 share/epic/script/kpstat
 share/epic/script/langtrans
 share/epic/script/less
-share/epic/script/langtrans.irc
 share/epic/script/less-pipe
 share/epic/script/list
 share/epic/script/local.examp
>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?199902112331.XAA24417>