From a0e07c80df0c4cc02be8eac9c89fa21325aeb33e Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 12 Dec 2015 23:43:50 +0000 Subject: - Move ftp/py-curl to ftp/py-pycurl - Bump PORTREVISION for dependent ports --- net/nsscache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/nsscache/Makefile b/net/nsscache/Makefile index 336cb93b23fd..3d5eafde3181 100644 --- a/net/nsscache/Makefile +++ b/net/nsscache/Makefile @@ -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 local cache of directory services 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 -- cgit