diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-21 13:28:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-21 13:28:56 +0800 |
commit | ca958370d2ff5b83070e47cc12bca7354547a323 (patch) | |
tree | 037ae6011970038d67105605e270864cc5447ad4 | |
parent | d0ece974237339fe8c7be0cde7ade2bc7e355abd (diff) | |
download | freebsd-ports-gnome-ca958370d2ff5b83070e47cc12bca7354547a323.tar.gz freebsd-ports-gnome-ca958370d2ff5b83070e47cc12bca7354547a323.tar.zst freebsd-ports-gnome-ca958370d2ff5b83070e47cc12bca7354547a323.zip |
- Update to 1.1.10
PR: 189318
Submitted by: maintainer
-rw-r--r-- | irc/epic5/Makefile | 8 | ||||
-rw-r--r-- | irc/epic5/distinfo | 4 | ||||
-rw-r--r-- | irc/epic5/files/patch-configure | 19 | ||||
-rw-r--r-- | irc/epic5/files/patch-include_compat.h | 12 |
4 files changed, 5 insertions, 38 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 8a24cef918e6..928eee1fe0c1 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= epic5 -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.10 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \ - http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \ - ftp://ftp.irc.org/irc/clients/unix/epic/EPIC5-PRODUCTION/ \ http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-PRODUCTION/ MAINTAINER= mp39590@gmail.com @@ -35,8 +33,8 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 -CONFIGURE_ARGS+= --with-tcl +USES+= tcl +CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}/tclConfig.sh .else CONFIGURE_ARGS+= --without-tcl .endif diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo index 41b8e7aff885..1ea4db58383e 100644 --- a/irc/epic5/distinfo +++ b/irc/epic5/distinfo @@ -1,2 +1,2 @@ -SHA256 (epic5-1.1.8.tar.bz2) = 120fa637e54fcd66c2c25b634d5a0cf58c51f0a93563486be971dbcec0772e4f -SIZE (epic5-1.1.8.tar.bz2) = 849643 +SHA256 (epic5-1.1.10.tar.bz2) = a4f19214e8eb9a7aceaed62d924d96d8c9359b186ff230c01daff398dd62cdb5 +SIZE (epic5-1.1.10.tar.bz2) = 851439 diff --git a/irc/epic5/files/patch-configure b/irc/epic5/files/patch-configure deleted file mode 100644 index 756512a081d5..000000000000 --- a/irc/epic5/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ -*** configure.orig 2013-09-25 01:07:24.000000000 +0400 ---- configure 2014-01-19 11:11:54.000000000 +0400 -*************** -*** 6262,6268 **** - fi - - # Check whether --with-ruby or --without-ruby was given. -! if test "${with_ruby+set}" = set; then - withval="$with_ruby" - - rubyexe=$withval ---- 6262,6268 ---- - fi - - # Check whether --with-ruby or --without-ruby was given. -! if test "${with_ruby+set}" = set -a "x$with_ruby" != "xyes"; then - withval="$with_ruby" - - rubyexe=$withval diff --git a/irc/epic5/files/patch-include_compat.h b/irc/epic5/files/patch-include_compat.h deleted file mode 100644 index bde9c286f548..000000000000 --- a/irc/epic5/files/patch-include_compat.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/compat.h.orig Thu Oct 13 02:49:44 2005 -+++ include/compat.h Fri Sep 29 00:22:25 2006 -@@ -62,6 +62,9 @@ - - #define HN_GETSCALE 0x10 - #define HN_AUTOSCALE 0x20 -+ -+#ifndef __FreeBSD__ - int humanize_number (char *, size_t, long, const char *, int, int); -+#endif - - #endif |