Date: Thu, 31 Dec 2015 22:00:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201512312200.tBVM0ZFF064333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <jupengfei@gmail.com> # $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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512312200.tBVM0ZFF064333>