From owner-svn-ports-head@freebsd.org Sat Dec 10 13:39:23 2016 Return-Path: Delivered-To: svn-ports-head@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 9C939C70A0D; Sat, 10 Dec 2016 13:39:23 +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 5BD721A3C; Sat, 10 Dec 2016 13:39:23 +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 uBADdMNL068355; Sat, 10 Dec 2016 13:39:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBADdMah068348; Sat, 10 Dec 2016 13:39:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201612101339.uBADdMah068348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 10 Dec 2016 13:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428295 - in head: . databases databases/py-mysqlclient databases/py-psycopg2 databases/py3-mysqlclient databases/py3-psycopg2 databases/py35-mysqlclient databases/py35-psycopg2 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.23 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: Sat, 10 Dec 2016 13:39:23 -0000 Author: antoine Date: Sat Dec 10 13:39:21 2016 New Revision: 428295 URL: https://svnweb.freebsd.org/changeset/ports/428295 Log: Move py35-mysqlclient and py35-psycopg2 to match existing naming convention Added: head/databases/py3-mysqlclient/ - copied from r428294, head/databases/py35-mysqlclient/ head/databases/py3-psycopg2/ - copied from r428294, head/databases/py35-psycopg2/ Deleted: head/databases/py35-mysqlclient/ head/databases/py35-psycopg2/ Modified: head/MOVED head/databases/Makefile head/databases/py-mysqlclient/Makefile head/databases/py-psycopg2/Makefile head/databases/py3-mysqlclient/Makefile head/databases/py3-psycopg2/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Dec 10 13:11:34 2016 (r428294) +++ head/MOVED Sat Dec 10 13:39:21 2016 (r428295) @@ -8818,8 +8818,8 @@ java/jakarta-struts||2016-12-01|Has expi www/rubygem-url-mount|www/rubygem-url_mount|2016-12-03|Rename to match our rubygems naming editors/focuswriter-qt4|editors/focuswriter|2016-12-03|Qt4 support was dropped, use editors/focuswriter instead graphics/gtkdps||2016-12-04|Has expired: No more upstream. Not used in the ports tree -security/gsfv||2016-12-04|Has expired: No more upstream. -misc/grun||2016-12-04|Has expired: No more upstream. +security/gsfv||2016-12-04|Has expired: No more upstream +misc/grun||2016-12-04|Has expired: No more upstream devel/py-argparse||2016-12-04|Has expired: Part of Python standard library for Python >= 2.7 and >= 3.2 www/node7|www/node|2016-12-07|www/node is now www/node7 databases/py-sqlalchemy06|databases/py-sqlalchemy10|2016-12-08|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 @@ -8829,3 +8829,5 @@ graphics/py-aafigure||2016-12-08|Has exp converters/py-pisa||2016-12-08|Has expired: Deprecated upstream, depends on broken and expired py-reportlab2 graphics/ocrfeeder||2016-12-08|Has expired: Depends on broken and expired py-reportlab2 devel/libcppformat|devel/libfmt|2016-12-08|Project was renamed +databases/py35-mysqlclient|databases/py3-mysqlclient|2016-12-10|Moved to match existing naming convention +databases/py35-psycopg2|databases/py3-psycopg2|2016-12-10|Moved to match existing naming convention Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Dec 10 13:11:34 2016 (r428294) +++ head/databases/Makefile Sat Dec 10 13:39:21 2016 (r428295) @@ -790,13 +790,13 @@ SUBDIR += py-unqlite SUBDIR += py-whisper SUBDIR += py3-bsddb3 + SUBDIR += py3-mysqlclient + SUBDIR += py3-psycopg2 SUBDIR += py33-gdbm SUBDIR += py33-sqlite3 SUBDIR += py34-gdbm SUBDIR += py34-sqlite3 SUBDIR += py35-gdbm - SUBDIR += py35-mysqlclient - SUBDIR += py35-psycopg2 SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo Modified: head/databases/py-mysqlclient/Makefile ============================================================================== --- head/databases/py-mysqlclient/Makefile Sat Dec 10 13:11:34 2016 (r428294) +++ head/databases/py-mysqlclient/Makefile Sat Dec 10 13:39:21 2016 (r428295) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= neel@neelc.org COMMENT= MySQL database connector for Python -USES= python mysql +USES?= python mysql USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= pymysql Modified: head/databases/py-psycopg2/Makefile ============================================================================== --- head/databases/py-psycopg2/Makefile Sat Dec 10 13:11:34 2016 (r428294) +++ head/databases/py-psycopg2/Makefile Sat Dec 10 13:39:21 2016 (r428295) @@ -16,7 +16,7 @@ LICENSE= LGPL3 OPTIONS_DEFINE= DOCS EXAMPLES USE_PYTHON= autoplist concurrent distutils -USES= pgsql python +USES?= pgsql python PORTDOCS= AUTHORS INSTALL NEWS PKG-INFO README.rst PORTEXAMPLES= * Modified: head/databases/py3-mysqlclient/Makefile ============================================================================== --- head/databases/py35-mysqlclient/Makefile Sat Dec 10 13:11:34 2016 (r428294) +++ head/databases/py3-mysqlclient/Makefile Sat Dec 10 13:39:21 2016 (r428295) @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-mysqlclient -PYTHON_VERSION= python3.5 +USES= python:3.3+ mysql .include "${MASTERDIR}/Makefile" Modified: head/databases/py3-psycopg2/Makefile ============================================================================== --- head/databases/py35-psycopg2/Makefile Sat Dec 10 13:11:34 2016 (r428294) +++ head/databases/py3-psycopg2/Makefile Sat Dec 10 13:39:21 2016 (r428295) @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-psycopg2 -PYTHON_VERSION= python3.5 +USES= pgsql python:3.3+ .include "${MASTERDIR}/Makefile"