From owner-svn-ports-all@freebsd.org Wed Jul 6 14:30:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BE6DB7512F; Wed, 6 Jul 2016 14:30:46 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0DA81BEE; Wed, 6 Jul 2016 14:30:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u66EUjtO045620; Wed, 6 Jul 2016 14:30:45 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u66EUj7l045619; Wed, 6 Jul 2016 14:30:45 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201607061430.u66EUj7l045619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 6 Jul 2016 14:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418137 - head/irc/epic4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 14:30:46 -0000 Author: gahr Date: Wed Jul 6 14:30:44 2016 New Revision: 418137 URL: https://svnweb.freebsd.org/changeset/ports/418137 Log: irc/epic4: do not depend on a specific version of Tcl Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Wed Jul 6 14:30:16 2016 (r418136) +++ head/irc/epic4/Makefile Wed Jul 6 14:30:44 2016 (r418137) @@ -3,7 +3,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -USES+= tcl:84 +USES+= tcl CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl