From owner-svn-ports-head@freebsd.org Sat Dec 12 23:43:53 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 93E9BA41FBA; Sat, 12 Dec 2015 23:43:53 +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 53D431CE9; Sat, 12 Dec 2015 23:43:53 +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 tBCNhqGQ092158; Sat, 12 Dec 2015 23:43:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBCNhpvF092145; Sat, 12 Dec 2015 23:43:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512122343.tBCNhpvF092145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Dec 2015 23:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403641 - in head: deskutils/py-bugwarrior devel/py-grab finance/py-stripe ftp ftp/py-curl ftp/py-pycurl multimedia/miro multimedia/spotify-websocket-api net/nsscache print/system-confi... 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: Sat, 12 Dec 2015 23:43:53 -0000 Author: sunpoet Date: Sat Dec 12 23:43:50 2015 New Revision: 403641 URL: https://svnweb.freebsd.org/changeset/ports/403641 Log: - Move ftp/py-curl to ftp/py-pycurl - Bump PORTREVISION for dependent ports Added: head/ftp/py-pycurl/ - copied from r403640, head/ftp/py-curl/ Deleted: head/ftp/py-curl/ Modified: head/deskutils/py-bugwarrior/Makefile head/devel/py-grab/Makefile head/finance/py-stripe/Makefile head/ftp/Makefile head/ftp/py-pycurl/Makefile head/multimedia/miro/Makefile head/multimedia/spotify-websocket-api/Makefile head/net/nsscache/Makefile head/print/system-config-printer/Makefile head/www/py-urlgrabber/Makefile head/www/py-urljr/Makefile Modified: head/deskutils/py-bugwarrior/Makefile ============================================================================== --- head/deskutils/py-bugwarrior/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/deskutils/py-bugwarrior/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,6 +3,7 @@ PORTNAME= bugwarrior PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twig ${PYTHON_PKGNAMEPREFIX}keyring>0:${PORTSDIR}/security/py-keyring \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.2:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_PKGNAMEPREFIX}pycurl>0:${PORTSDIR}/ftp/py-pycurl \ ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.5.3:${PORTSDIR}/devel/py-dogpile.cache \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9.1:${PORTSDIR}/devel/py-lockfile \ ${PYTHON_PKGNAMEPREFIX}click>0:${PORTSDIR}/devel/py-click \ Modified: head/devel/py-grab/Makefile ============================================================================== --- head/devel/py-grab/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/devel/py-grab/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -2,6 +2,7 @@ PORTNAME= grab PORTVERSION= 0.6.29 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Site scraping framework LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_PKGNAMEPREFIX}pycurl>0:${PORTSDIR}/ftp/py-pycurl \ ${PYTHON_PKGNAMEPREFIX}weblib>0:${PORTSDIR}/devel/py-weblib \ ${PYTHON_PKGNAMEPREFIX}selection>0:${PORTSDIR}/devel/py-selection \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ Modified: head/finance/py-stripe/Makefile ============================================================================== --- head/finance/py-stripe/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/finance/py-stripe/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -4,6 +4,7 @@ PORTNAME= stripe PORTVERSION= 1.25.0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ COMMENT= Stripe Python bindings LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:${PORTSDIR}/www/py-requests -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curl>=7.19:${PORTSDIR}/ftp/py-curl \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycurl>=7.19:${PORTSDIR}/ftp/py-pycurl \ ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock OPTIONS_DEFINE= TESTS Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/ftp/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -77,8 +77,8 @@ SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin - SUBDIR += py-curl SUBDIR += py-ftputil + SUBDIR += py-pycurl SUBDIR += py-pyftpdlib SUBDIR += py-tftpy SUBDIR += quftp Modified: head/ftp/py-pycurl/Makefile ============================================================================== --- head/ftp/py-curl/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/ftp/py-pycurl/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang # $FreeBSD$ -PORTNAME= curl +PORTNAME= pycurl PORTVERSION= 7.19.5.3 PORTREVISION= 1 CATEGORIES= ftp python @@ -9,7 +9,6 @@ MASTER_SITES= CHEESESHOP \ http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to libcurl @@ -23,6 +22,6 @@ USE_PYTHON= autoplist concurrent distuti USES= python post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pycurl.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so .include Modified: head/multimedia/miro/Makefile ============================================================================== --- head/multimedia/miro/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/multimedia/miro/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,7 +3,7 @@ PORTNAME= miro PORTVERSION= 6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdd ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-pycurl \ ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen BUILD_WRKSRC= ${WRKSRC}/linux Modified: head/multimedia/spotify-websocket-api/Makefile ============================================================================== --- head/multimedia/spotify-websocket-api/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/multimedia/spotify-websocket-api/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,7 +3,7 @@ PORTNAME= SpotifyWebsocketAPI PORTVERSION= 0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -42,7 +42,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requ EXAMPLES_LIB_DEPENDS=libao.so:${PORTSDIR}/audio/libao \ libmpg123.so:${PORTSDIR}/audio/mpg123 -EXAMPLES_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}curl>=0:${PORTSDIR}/ftp/py-curl \ +EXAMPLES_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}pycurl>=0:${PORTSDIR}/ftp/py-pycurl \ ${PYTHON_PKGNAMEPREFIX}gobject>=0:${PORTSDIR}/devel/py-gobject EXAMPLES_USE= GSTREAMER=python Modified: head/net/nsscache/Makefile ============================================================================== --- head/net/nsscache/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/net/nsscache/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,7 +3,7 @@ PORTNAME= nsscache PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= version/ CATEGORIES= net python @@ -13,7 +13,7 @@ COMMENT= Python utility to create a loca LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-pycurl \ ${PYTHON_PKGNAMEPREFIX}ldap>0:${PORTSDIR}/net/py-ldap USES= python:2 Modified: head/print/system-config-printer/Makefile ============================================================================== --- head/print/system-config-printer/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/print/system-config-printer/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,7 +3,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -14,7 +14,7 @@ BUILD_DEPENDS= xmlto:${PORTSDIR}/textpro docbook-xml>0:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-pycurl \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper # 1.5 series is python3 ignore them for now. Modified: head/www/py-urlgrabber/Makefile ============================================================================== --- head/www/py-urlgrabber/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/www/py-urlgrabber/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,7 +3,7 @@ PORTNAME= urlgrabber PORTVERSION= 3.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= http://urlgrabber.baseurl.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ COMMENT= High-level cross-protocol url-g LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PKGNAMEPREFIX}curl>=7.19.0_1:${PORTSDIR}/ftp/py-curl -RUN_DEPENDS= ${PKGNAMEPREFIX}curl>=7.19.0_1:${PORTSDIR}/ftp/py-curl +BUILD_DEPENDS= ${PKGNAMEPREFIX}pycurl>=7.19.0_1:${PORTSDIR}/ftp/py-pycurl +RUN_DEPENDS= ${PKGNAMEPREFIX}pycurl>=7.19.0_1:${PORTSDIR}/ftp/py-pycurl USES= python USE_PYTHON= distutils Modified: head/www/py-urljr/Makefile ============================================================================== --- head/www/py-urljr/Makefile Sat Dec 12 23:43:45 2015 (r403640) +++ head/www/py-urljr/Makefile Sat Dec 12 23:43:50 2015 (r403641) @@ -3,7 +3,7 @@ PORTNAME= urljr PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://www.openidenabled.com/resources/downloads/python-openid/ MASTER_SITES= http://openidenabled.com/files/python-openid/files/ @@ -15,7 +15,7 @@ COMMENT= Common interface to HTTP fetche BROKEN= unfetchable -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/curl:${PORTSDIR}/ftp/py-curl +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycurl>=0:${PORTSDIR}/ftp/py-pycurl USES= python USE_PYTHON= autoplist distutils