From owner-svn-ports-head@FreeBSD.ORG Mon Sep 29 19:09:16 2014 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 457ADCFB for ; Mon, 29 Sep 2014 19:09:16 +0000 (UTC) Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) (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 17FD2865 for ; Mon, 29 Sep 2014 19:09:15 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id fp1so3946610pdb.39 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=XRrBJ2Fe4iaB2TcjKTsBDy5u9tnCAv8pecn20Tp65yb9g6FQt0ratf/p42owmpPqQ5 ULqJQb4n3VQbvATfKjzkXe7qoSYkJB+pU1S4IejzJV+27dx+9qIHOZdozmDaOjt31twU 7z1rvhPUCiVxIWWzOb1EdTIg7a/oBIzohiHIdaZb0jRb6zHl33K9dAraoafalpqq17Hf 1dC0bOr2yaFumYVZ6HDKf7yZYxY7Z3jUFjp7Q56MsvuIq4IgvHUw4EgaaU/xYmA2+vHi 8UAwd968XDygJDpva3juJRjpdUVsLCghP7ADt7M7fR693zlkbROs+BeUL9vCLjUAvblQ gJ/g== X-Gm-Message-State: ALoCoQn6HH6NN52uWdUXW0cA3QwH4/3N31jFKa2kfkFrQckYb9xCXYGVQUFtI/SL5S37ZI1VPIRc 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 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.