From owner-svn-ports-head@freebsd.org Thu Dec 31 22:00:36 2015 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 ABA27A57F27; Thu, 31 Dec 2015 22:00:36 +0000 (UTC) (envelope-from sunpoet@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 6B315174C; Thu, 31 Dec 2015 22:00:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVM0ZnY064338; Thu, 31 Dec 2015 22:00:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVM0ZFF064333; Thu, 31 Dec 2015 22:00:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512312200.tBVM0ZFF064333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Dec 2015 22:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404964 - in head: deskutils/gourmet devel devel/py-distutils-extra devel/py-python-distutils-extra editors/gwrite graphics/variety 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: Thu, 31 Dec 2015 22:00:36 -0000 Author: sunpoet Date: Thu Dec 31 22:00:34 2015 New Revision: 404964 URL: https://svnweb.freebsd.org/changeset/ports/404964 Log: - Move devel/py-distutils-extra to devel/py-python-distutils-extra - Fix MASTER_SITES - Add LICENSE_FILE Added: head/devel/py-python-distutils-extra/ - copied from r404963, head/devel/py-distutils-extra/ Deleted: head/devel/py-distutils-extra/ Modified: head/deskutils/gourmet/Makefile head/devel/Makefile head/devel/py-python-distutils-extra/Makefile head/editors/gwrite/Makefile head/graphics/variety/Makefile Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Thu Dec 31 21:58:58 2015 (r404963) +++ head/deskutils/gourmet/Makefile Thu Dec 31 22:00:34 2015 (r404964) @@ -3,7 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.17.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MAINTAINER= rm@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= GNOME recipe manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:${PORTSDIR}/devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \ Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 31 21:58:58 2015 (r404963) +++ head/devel/Makefile Thu Dec 31 22:00:34 2015 (r404964) @@ -3994,7 +3994,6 @@ SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm - SUBDIR += py-distutils-extra SUBDIR += py-django-rq SUBDIR += py-django-tastypie-mongoengine SUBDIR += py-django16-tastypie-mongoengine @@ -4239,6 +4238,7 @@ SUBDIR += py-pytest-timeout SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla + SUBDIR += py-python-distutils-extra SUBDIR += py-python-jenkins SUBDIR += py-python-pcre SUBDIR += py-python-statsd Modified: head/devel/py-python-distutils-extra/Makefile ============================================================================== --- head/devel/py-distutils-extra/Makefile Thu Dec 31 21:58:58 2015 (r404963) +++ head/devel/py-python-distutils-extra/Makefile Thu Dec 31 22:00:34 2015 (r404964) @@ -1,18 +1,18 @@ # Created by: Ju Pengfei # $FreeBSD$ -PORTNAME= distutils-extra +PORTNAME= python-distutils-extra PORTVERSION= 2.38 CATEGORIES= devel python -MASTER_SITES= https://launchpad.net/${DISTNAME}/trunk/${PORTVERSION}/+download/ \ +MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add support for i18n, documentation, and icons to distutils LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/editors/gwrite/Makefile ============================================================================== --- head/editors/gwrite/Makefile Thu Dec 31 21:58:58 2015 (r404963) +++ head/editors/gwrite/Makefile Thu Dec 31 22:00:34 2015 (r404964) @@ -3,7 +3,7 @@ PORTNAME= gwrite PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors python MASTER_SITES= GOOGLE_CODE @@ -13,7 +13,7 @@ COMMENT= Simple HTML format editor LICENSE= LGPL3 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.15:${PORTSDIR}/devel/py-distutils-extra \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:${PORTSDIR}/devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:${PORTSDIR}/www/py-jswebkit \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ Modified: head/graphics/variety/Makefile ============================================================================== --- head/graphics/variety/Makefile Thu Dec 31 21:58:58 2015 (r404963) +++ head/graphics/variety/Makefile Thu Dec 31 22:00:34 2015 (r404964) @@ -3,7 +3,7 @@ PORTNAME= variety PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \ http://nivit.altervista.org/FreeBSD/ports/distfiles/ @@ -14,7 +14,7 @@ COMMENT= Wallpaper changer LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.38:${PORTSDIR}/devel/py-distutils-extra \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:${PORTSDIR}/devel/py-python-distutils-extra \ intltool-update:${PORTSDIR}/textproc/intltool RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}cairo>=1.10.0:${PORTSDIR}/graphics/py-cairo \