summaryrefslogtreecommitdiff
path: root/irc/epic4/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-04 19:49:00 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-04 19:49:00 +0000
commit2214e862b280b0c4b410e63ef63ba522a855aa1a (patch)
treeb7410cbfd07370f268bead5a45c90736bfe06b5a /irc/epic4/Makefile
parentbump PORTREVISION (diff)
Update to 0.9.15.
ChangeLog: * Fix null deref when receiving some of dalnet's error end-of-who replies. * Fix panic caused by /on switch_windows during /window hide. * New functions, $iptolong(), $longtoip() and $isencrypted(). * Add support for Duhnet's +O channel mode. * Add support for av2.9's +a channel mode. * Add support for efnext's 010 "use another server" numeric. * Change remove_window_from_screen to take a 'hide' argument. Submitted by: Anders Andersson <anders@codefactory.se> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=36791
Diffstat (limited to 'irc/epic4/Makefile')
-rw-r--r--irc/epic4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index f1d9dc84db02..7c1f490f1ac5 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= epic4
-PORTVERSION= 0.9.14
+PORTVERSION= 0.9.15
# Make CATEGORIES overridable for slave ports
CATEGORIES?= irc
MASTER_SITES= ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \
@@ -23,9 +23,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTFILE_HELP}
DIST_SUBDIR= epic4
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= ${DISTNAME}-patch1
-PATCH_DIST_STRIP= -d ${WRKSRC}/source
+#PATCH_SITES= ${MASTER_SITES}
+#PATCHFILES= ${DISTNAME}-patch1
+#PATCH_DIST_STRIP= -d ${WRKSRC}/source
MAINTAINER= anders@codefactory.se