diff options
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 d3583f7a40e1..c1d4bed654fc 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -6,19 +6,19 @@ # PORTNAME= epic4 -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 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= epic4-0.9.0.tar.gz epic4pre2-help.tar.gz +DISTFILES= epic4-0.9.1.tar.gz epic4pre2-help.tar.gz MAINTAINER= anders@codefactory.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4-0.9.0.tar.gz -WRKSRC= ${WRKDIR}/epic4-0.9.0 +EXTRACT_ONLY= epic4-0.9.1.tar.gz +WRKSRC= ${WRKDIR}/epic4-0.9.1 GNU_CONFIGURE= yes MAN1= epic.1 |