diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-12 07:46:58 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-12 07:46:58 +0000 |
commit | d632cde893538a6b0c8bf04e3e04e2518edeaede (patch) | |
tree | 2934efbef810af9fa57d690a777048e342237be1 /irc/epic5 | |
parent | f7c3b2cf781d7d468313d5f1f0c45e4bd676bfd7 (diff) | |
download | ports-d632cde893538a6b0c8bf04e3e04e2518edeaede.tar.gz ports-d632cde893538a6b0c8bf04e3e04e2518edeaede.zip |
Notes
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 25 | ||||
-rw-r--r-- | irc/epic5/distinfo | 7 | ||||
-rw-r--r-- | irc/epic5/pkg-plist | 3 |
3 files changed, 17 insertions, 18 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 822ef556a1de..7c63b9bb9931 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -3,27 +3,26 @@ # Date created: 11 November 1998 # Whom: Ben Hutchinson <benhutch@xfiles.org.uk> # -# $Id$ +# $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 @@ do-install: 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 --git a/irc/epic5/distinfo b/irc/epic5/distinfo index cfe269f23003..7a09fc02567f 100644 --- a/irc/epic5/distinfo +++ b/irc/epic5/distinfo @@ -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 --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist index e1eebf1b064a..7b6d937b60b9 100644 --- a/irc/epic5/pkg-plist +++ b/irc/epic5/pkg-plist @@ -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/killpath 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 |