Here is an update to epic4 2.10.5.
OK?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/epic4/Makefile,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 Makefile
--- Makefile 5 Sep 2013 18:26:35 -0000 1.72
+++ Makefile 31 Jul 2014 02:24:11 -0000
@@ -2,12 +2,12 @@
COMMENT= (E)nhanced (P)rogrammable (I)RC-II (C)lient
-VERSION= 2.10.2
+VERSION= 2.10.5
HELP_DATE= 20050315
DISTNAME= epic4-${VERSION}
CATEGORIES= net
-MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
-DISTFILES= epic4-${VERSION}.tar.bz2 epic4-help-${HELP_DATE}.tar.gz
+MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
+DISTFILES= epic4-${VERSION}.tar.bz2 epic4-help-${HELP_DATE}.tar.bz2
HOMEPAGE= http://www.epicsol.org/
@@ -16,20 +16,17 @@ MAINTAINER= Adam Jeanguenat <[email protected]
# BSD
PERMIT_PACKAGE_CDROM= Yes
-WANTLIB= c crypto m ncurses ssl
+WANTLIB= c crypto m ncurses perl ssl util
-DESTDIRNAME= IP
FAKE_FLAGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
SEPARATE_BUILD= Yes
-CONFIGURE_STYLE= gnu
-# conflict between Perl embed headers and uvm_map's {max,min}_offset defines.
-CONFIGURE_ENV= ac_cv_header_sys_sysctl_h=no
-
+CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-tcl \
--enable-perl
-WANTLIB+= perl util
+# conflict between Perl embed headers and uvm_map's {max,min}_offset defines.
+CONFIGURE_ENV= ac_cv_header_sys_sysctl_h=no
INSTALL_TARGET= install installhelp
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/epic4/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo 5 Sep 2013 18:26:35 -0000 1.11
+++ distinfo 31 Jul 2014 02:13:00 -0000
@@ -1,4 +1,4 @@
-SHA256 (epic4-2.10.2.tar.bz2) = i2iwKGdM00F93qpNzRVntx8R3F58KSMUPUX3wpj+Wf4=
-SHA256 (epic4-help-20050315.tar.gz) =
cUr9BzSHMeasguH2VIrMEuhFObMQarJ/pdAO1WliVvc=
-SIZE (epic4-2.10.2.tar.bz2) = 633946
-SIZE (epic4-help-20050315.tar.gz) = 332502
+SHA256 (epic4-2.10.5.tar.bz2) = /KexeIveUmh/0BwzxedNDhb8xlanazh94YUE7adk/4A=
+SHA256 (epic4-help-20050315.tar.bz2) =
p7cCbs/ACrcEDvXkNdcv00fUj6sShyLU4hPboZTNW74=
+SIZE (epic4-2.10.5.tar.bz2) = 636364
+SIZE (epic4-help-20050315.tar.bz2) = 238390
Index: patches/patch-Makefile_in
===================================================================
RCS file: /home/cvs/ports/net/epic4/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in 27 May 2007 20:47:56 -0000 1.3
+++ patches/patch-Makefile_in 31 Jul 2014 02:20:52 -0000
@@ -1,12 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.3 2007/05/27 20:47:56 naddy Exp $
---- Makefile.in.orig 2003-07-17 21:44:56.000000000 -0400
-+++ Makefile.in 2004-06-05 16:34:45.000000000 -0400
+--- Makefile.in.orig Tue Feb 11 15:42:34 2014
++++ Makefile.in Wed Jul 30 22:20:47 2014
@@ -182,7 +182,7 @@ installscript: installdirs test
helpdir = $(epicdir)/help
installhelp: installdirs
- if ./my_test -d help ; then \
+ if ./my_test -d @srcdir@/help ; then \
- (cd @srcdir@/help; tar cf - .) | (cd $(IP)$(helpdir); tar xf -)
; \
+ (cd @srcdir@/help; tar cf - .) | (cd $(IP)$(DESTDIR)$(helpdir);
tar xf -) ; \
else \
echo No help files to install. ; \
Index: patches/patch-source_irc_c
===================================================================
RCS file: /home/cvs/ports/net/epic4/patches/patch-source_irc_c,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-source_irc_c
--- patches/patch-source_irc_c 5 Sep 2013 18:26:35 -0000 1.2
+++ patches/patch-source_irc_c 31 Jul 2014 02:22:49 -0000
@@ -1,15 +1,15 @@
$OpenBSD: patch-source_irc_c,v 1.2 2013/09/05 18:26:35 brad Exp $
-This wasn't updated in 2.10.1 or 2.10.2. Reported upstream.
+This was not updated in 2.10.1 - 2.10.5. Reported upstream.
---- source/irc.c.orig Tue Aug 20 14:03:59 2013
-+++ source/irc.c Tue Aug 20 14:04:12 2013
-@@ -47,7 +47,7 @@ const char useful_info[] = "epic4 2 10 2";
+--- source/irc.c.orig Mon Mar 31 09:57:22 2014
++++ source/irc.c Wed Jul 30 22:22:02 2014
+@@ -47,7 +47,7 @@ const char useful_info[] = "epic4 2 10 5";
* internal_version is what $V returns, its the integer-id for the
* version, and corresponds to the date of release, YYYYMMDD.
*/
-const char internal_version[] = "20080904";
-+const char internal_version[] = "20130716";
++const char internal_version[] = "20140331";
/*
* In theory, this number is incremented for every commit.
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/net/epic4/pkg/PLIST,v
retrieving revision 1.37
diff -u -p -u -p -r1.37 PLIST
--- pkg/PLIST 14 Apr 2009 09:37:49 -0000 1.37
+++ pkg/PLIST 31 Jul 2014 02:25:38 -0000
@@ -1112,6 +1112,7 @@ share/epic/script/tabkey.th
share/epic/script/tc
share/epic/script/time
share/epic/script/tls
+share/epic/script/unicode
share/epic/script/urlgrab
share/epic/script/utime
share/epic/script/vi-binds
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.