diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-11 08:24:51 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-11 08:24:51 +0000 |
commit | b4199efa1872f9674335099c1b1268209aef1c91 (patch) | |
tree | 7ef2b17351441ce572fb89ce2d29531d168f2131 /irc/epic4/Makefile | |
parent | Upgrade to 3.4.4 (diff) |
Update to version pre2.700.
This should fix a few bugs.
Submitted by: MAINTAINER <anders@codefactory.se>
Notes
Notes:
svn path=/head/; revision=30470
Diffstat (limited to 'irc/epic4/Makefile')
-rw-r--r-- | irc/epic4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 698893f6efe7..2e562dad3714 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -6,19 +6,19 @@ # PORTNAME= epic4 -PORTVERSION= pre2.600 +PORTVERSION= pre2.700 CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ -DISTFILES= epic4pre2.600.tar.gz epic4pre2-help.tar.gz +DISTFILES= epic4pre2.700.tar.gz epic4pre2-help.tar.gz MAINTAINER= anders@codefactory.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4pre2.600.tar.gz -WRKSRC= ${WRKDIR}/epic4pre2.600 +EXTRACT_ONLY= epic4pre2.700.tar.gz +WRKSRC= ${WRKDIR}/epic4pre2.700 GNU_CONFIGURE= yes MAN1= epic.1 |