From owner-svn-ports-all@freebsd.org Tue Jul 5 05:58:18 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 E9CDEB85C8B; Tue, 5 Jul 2016 05:58:18 +0000 (UTC) (envelope-from antoine@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 936A627B4; Tue, 5 Jul 2016 05:58:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u655wHD2095047; Tue, 5 Jul 2016 05:58:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u655wHhu095044; Tue, 5 Jul 2016 05:58:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607050558.u655wHhu095044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Jul 2016 05:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418064 - in head: . textproc textproc/py-csvkit textproc/py-dbf 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: Tue, 05 Jul 2016 05:58:19 -0000 Author: antoine Date: Tue Jul 5 05:58:17 2016 New Revision: 418064 URL: https://svnweb.freebsd.org/changeset/ports/418064 Log: Remove duplicate port py-dbf Reported by: pkg-fallout Deleted: head/textproc/py-dbf/ Modified: head/MOVED head/textproc/Makefile head/textproc/py-csvkit/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 5 05:25:39 2016 (r418063) +++ head/MOVED Tue Jul 5 05:58:17 2016 (r418064) @@ -8595,3 +8595,4 @@ x11-wm/e-module-penguins||2016-07-04|Has ftp/fget||2016-07-04|Has expired: Broken for more than 6 months net-mgmt/netmond||2016-07-04|Has expired: Broken for more than 6 months net-mgmt/ipfm||2016-07-04|Has expired: Broken for more than 6 months +textproc/py-dbf|databases/py-dbf|2016-07-05|Duplicate port deleted Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jul 5 05:25:39 2016 (r418063) +++ head/textproc/Makefile Tue Jul 5 05:58:17 2016 (r418064) @@ -1221,7 +1221,6 @@ SUBDIR += py-cloud_sptheme SUBDIR += py-creole SUBDIR += py-csvkit - SUBDIR += py-dbf SUBDIR += py-dbfread SUBDIR += py-diff-match-patch SUBDIR += py-docutils Modified: head/textproc/py-csvkit/Makefile ============================================================================== --- head/textproc/py-csvkit/Makefile Tue Jul 5 05:25:39 2016 (r418063) +++ head/textproc/py-csvkit/Makefile Tue Jul 5 05:58:17 2016 (r418064) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agat ${PYTHON_PKGNAMEPREFIX}agate-excel>=0.1.0:textproc/py-agate-excel \ ${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.2:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}dbf>0.94.003:textproc/py-dbf \ + ${PYTHON_PKGNAMEPREFIX}dbf>0.94.003:databases/py-dbf \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>=0.9.3:databases/py-sqlalchemy09