Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 00:56:05 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403647 - in head: graphics/variety security/py-crits
Message-ID:  <201512130056.tBD0u5Zs017080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Dec 13 00:56:05 2015
New Revision: 403647
URL: https://svnweb.freebsd.org/changeset/ports/403647

Log:
  graphics/variety and security/py-crits: chase r403641 and r403642
  
  - Fix make index, bump PORTREVISION and update dependency listing
  
  Pointy Hat to:  sunpoet

Modified:
  head/graphics/variety/Makefile
  head/security/py-crits/Makefile

Modified: head/graphics/variety/Makefile
==============================================================================
--- head/graphics/variety/Makefile	Sun Dec 13 00:50:58 2015	(r403646)
+++ head/graphics/variety/Makefile	Sun Dec 13 00:56:05 2015	(r403647)
@@ -3,7 +3,7 @@
 
 PORTNAME=	variety
 PORTVERSION=	0.5.4
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \
 		http://nivit.altervista.org/FreeBSD/ports/distfiles/
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}di
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:${PORTSDIR}/www/py-beautifulsoup \
 		${PYTHON_PKGNAMEPREFIX}cairo>=1.10.0:${PORTSDIR}/graphics/py-cairo \
 		${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \
-		${PYTHON_PKGNAMEPREFIX}curl>=7.19.5.1:${PORTSDIR}/ftp/py-curl \
+		${PYTHON_PKGNAMEPREFIX}pycurl>=7.19.5.1:${PORTSDIR}/ftp/py-pycurl \
 		${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1_1:${PORTSDIR}/devel/py-dbus \
 		${PYTHON_PKGNAMEPREFIX}exiv2>=0.3.2_3:${PORTSDIR}/graphics/py-exiv2 \
 		${PYTHON_PKGNAMEPREFIX}gobject3>=3.14.0:${PORTSDIR}/devel/py-gobject3 \

Modified: head/security/py-crits/Makefile
==============================================================================
--- head/security/py-crits/Makefile	Sun Dec 13 00:50:58 2015	(r403646)
+++ head/security/py-crits/Makefile	Sun Dec 13 00:56:05 2015	(r403647)
@@ -3,7 +3,7 @@
 
 PORTNAME=		crits
 PORTVERSION=		3.1.0
-PORTREVISION=		2
+PORTREVISION=		3
 DISTVERSIONPREFIX=	v
 CATEGORIES=		security
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +31,7 @@ RUN_DEPENDS+=	7z:${PORTSDIR}/archivers/p
 		upx:${PORTSDIR}/archivers/upx	   \
 		zip:${PORTSDIR}/archivers/zip	   \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson  \
-		${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl                 \
+		${PYTHON_PKGNAMEPREFIX}pycurl>0:${PORTSDIR}/ftp/py-pycurl             \
 		${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot         \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml               \
 		${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512130056.tBD0u5Zs017080>