diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-13 07:43:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-13 07:43:50 +0800 |
commit | a0e07c80df0c4cc02be8eac9c89fa21325aeb33e (patch) | |
tree | 7058f2db9cae7f106b566a30662dff6325715135 /net | |
parent | b311a4ea445f7a3a0961a61161782f3b9fed8b4a (diff) | |
download | freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.tar.gz freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.tar.zst freebsd-ports-gnome-a0e07c80df0c4cc02be8eac9c89fa21325aeb33e.zip |
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'net')
-rw-r--r-- | net/nsscache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |