svn commit: r354704 - in head/irc/epic5: . files

Martin Wilke miwi at FreeBSD.org
Wed May 21 05:28:57 UTC 2014


Author: miwi
Date: Wed May 21 05:28:56 2014
New Revision: 354704
URL: http://svnweb.freebsd.org/changeset/ports/354704
QAT: https://qat.redports.org/buildarchive/r354704/

Log:
  - Update to 1.1.10
  
  PR:		189318
  Submitted by:	maintainer

Deleted:
  head/irc/epic5/files/
Modified:
  head/irc/epic5/Makefile
  head/irc/epic5/distinfo

Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile	Wed May 21 05:26:27 2014	(r354703)
+++ head/irc/epic5/Makefile	Wed May 21 05:28:56 2014	(r354704)
@@ -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 at 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

Modified: head/irc/epic5/distinfo
==============================================================================
--- head/irc/epic5/distinfo	Wed May 21 05:26:27 2014	(r354703)
+++ head/irc/epic5/distinfo	Wed May 21 05:28:56 2014	(r354704)
@@ -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


More information about the svn-ports-all mailing list