Update to epic-4.pre2.001.nr13
PR: ports/10040 Submitter-by: benhutch@xfiles.org.uk
This commit is contained in:
parent
f7c3b2cf78
commit
d632cde893
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16647
6 changed files with 34 additions and 36 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue