From owner-svn-ports-all@FreeBSD.ORG Mon Sep 29 19:09:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B39CCFE for ; Mon, 29 Sep 2014 19:09:16 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EE8486A for ; Mon, 29 Sep 2014 19:09:15 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id z10so3774266pdj.12 for ; Mon, 29 Sep 2014 12:09:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Tn7OM+UoN9wEeAXRXGqNaVHPW99BZe77uAiS0xgPHng=; b=h7kwkYloSsJsKjb9cYhh4kiksvBxgn1CzlOlcA4Eou33+Eb+PZyMTMnSUgJ2b2udwI mZlyKAfD2b5wulj8fmKYRuGFvFa5fMx/PGp6XxqXcWB0ekNFPe6FoqfJMMyvajtvdxeD 5E9DeyIprbUsuEKYd2PX1VdmALSbCN+H8C/M6uBbzR6JW8MBEHCymPMTZmQ3S8bO10IW O28oSBIx0RJ2EIHgb2o3967FMvTFC+uE6Zkt6p05yaztp1/qQhCUl8z7SYnzQHQbUnVq A6lAXAtAseLCIYnf+7D1pM1c+Pj53Av9AodZ+4U+nBTo7ePvhNCgkAi/2OjbuqqOFOsm pH9g== X-Gm-Message-State: ALoCoQk/3noWsuv3++oAwdG49zAItTL1+b8ANiEZSwmolx0D6N17Di7fYDyeFw3lvJ9yxPhQWpP7 X-Received: by 10.66.140.8 with SMTP id rc8mr62042724pab.75.1412017749367; Mon, 29 Sep 2014 12:09:09 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.70.102.193 with HTTP; Mon, 29 Sep 2014 12:08:49 -0700 (PDT) In-Reply-To: <201409270831.s8R8Vwgv016945@svn.freebsd.org> References: <201409270831.s8R8Vwgv016945@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Sep 2014 03:08:49 +0800 X-Google-Sender-Auth: 4utVDSlTt5WeIMJNR54V-MKRynY Message-ID: Subject: Re: svn commit: r369379 - in head: . databases databases/freetds databases/freetds-msdblib databases/py-mssql lang/php5 lang/php53 lang/php55 lang/php56 To: Thomas Zander Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 29 Sep 2014 19:09:16 -0000 On Sat, Sep 27, 2014 at 4:31 PM, Thomas Zander wrote: > Author: riggs > Date: Sat Sep 27 08:31:58 2014 > New Revision: 369379 > URL: http://svnweb.freebsd.org/changeset/ports/369379 > QAT: https://qat.redports.org/buildarchive/r369379/ > > Log: > Modernise databases/freetds port > - Retire databases/freetds-msdblib port > (no longer needed, recently updated upstream version has necessary > compat > option which is now enabled in the freetds port) > - Fix LIB_DEPENDS in dependent ports > - Bump PORTREVISION in freetds and dependent ports > > PR: 193850 > Submitted by: 5u623l20@gmail.com (maintainer) > > Deleted: > head/databases/freetds-msdblib/ > Modified: > head/MOVED > head/databases/Makefile > head/databases/freetds/Makefile > head/databases/freetds/pkg-plist > head/databases/py-mssql/Makefile > head/lang/php5/Makefile > head/lang/php5/Makefile.ext > head/lang/php53/Makefile > head/lang/php53/Makefile.ext > head/lang/php55/Makefile > head/lang/php55/Makefile.ext > head/lang/php56/Makefile > head/lang/php56/Makefile.ext > IMHO, you should bump databases/phpXX-mssql and databases/phpXX-pdo_dblib, not lang/phpXX. Many irrelative ports were affected.