From owner-svn-ports-head@FreeBSD.ORG Mon May 25 15:02:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54E1AB7F; Mon, 25 May 2015 15:02:29 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 43131902; Mon, 25 May 2015 15:02:29 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PF2Tec078724; Mon, 25 May 2015 15:02:29 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PF2TTR078722; Mon, 25 May 2015 15:02:29 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505251502.t4PF2TTR078722@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 25 May 2015 15:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387387 - head/databases/freetds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 15:02:29 -0000 Author: bofh Date: Mon May 25 15:02:28 2015 New Revision: 387387 URL: https://svnweb.freebsd.org/changeset/ports/387387 Log: databases/freetds-devel: Fix PORTSCOUT variable Modified: head/databases/freetds/Makefile Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Mon May 25 15:00:50 2015 (r387386) +++ head/databases/freetds/Makefile Mon May 25 15:02:28 2015 (r387387) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -PORTSCOUT= skipv:0.92.405 +PORTSCOUT= skipv:0.92.79,0.92.405 TDS_VER?= 5.0 USES= autoreconf iconv gmake pkgconfig libtool:keepla tar:bzip2