diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-07-17 18:07:52 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-07-17 18:07:52 +0800 |
commit | a4025c8687dae050c68eb068cfd788373da33829 (patch) | |
tree | 36825568afa05f817bf8a185aef75158278834ba /irc/epic5/Makefile | |
parent | 3c2eb2ae3e6a4ba7fca54eb041686617a274aa6a (diff) | |
download | freebsd-ports-gnome-a4025c8687dae050c68eb068cfd788373da33829.tar.gz freebsd-ports-gnome-a4025c8687dae050c68eb068cfd788373da33829.tar.zst freebsd-ports-gnome-a4025c8687dae050c68eb068cfd788373da33829.zip |
Update to 0.9.0.
Submitted by: MAINTAINER <anders@codefactory.se>
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 2e562dad3714..d3583f7a40e1 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,19 +6,19 @@ # PORTNAME= epic4 -PORTVERSION= pre2.700 +PORTVERSION= 0.9.0 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.700.tar.gz epic4pre2-help.tar.gz +DISTFILES= epic4-0.9.0.tar.gz epic4pre2-help.tar.gz MAINTAINER= anders@codefactory.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4pre2.700.tar.gz -WRKSRC= ${WRKDIR}/epic4pre2.700 +EXTRACT_ONLY= epic4-0.9.0.tar.gz +WRKSRC= ${WRKDIR}/epic4-0.9.0 GNU_CONFIGURE= yes MAN1= epic.1 |