svn commit: r313404 - in head: mail/py-spambayes multimedia/castpodder net-p2p/btqueue net-p2p/nicotine-plus science/gramps www/planet
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Mar 4 11:19:42 UTC 2013
Author: lwhsu
Date: Mon Mar 4 11:19:40 2013
New Revision: 313404
URL: http://svnweb.freebsd.org/changeset/ports/313404
Log:
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
Modified:
head/mail/py-spambayes/Makefile
head/multimedia/castpodder/Makefile
head/net-p2p/btqueue/Makefile
head/net-p2p/nicotine-plus/Makefile
head/science/gramps/Makefile
head/www/planet/Makefile
Modified: head/mail/py-spambayes/Makefile
==============================================================================
--- head/mail/py-spambayes/Makefile Mon Mar 4 11:08:12 2013 (r313403)
+++ head/mail/py-spambayes/Makefile Mon Mar 4 11:19:40 2013 (r313404)
@@ -12,7 +12,7 @@ COMMENT= A Bayesian anti-spam filter wri
LICENSE= PSFL
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \
${PYTHON_PKGNAMEPREFIX}dns>=2.0:${PORTSDIR}/dns/py-dns \
${PYTHON_PKGNAMEPREFIX}lockfile>=0.2:${PORTSDIR}/devel/py-lockfile
Modified: head/multimedia/castpodder/Makefile
==============================================================================
--- head/multimedia/castpodder/Makefile Mon Mar 4 11:08:12 2013 (r313403)
+++ head/multimedia/castpodder/Makefile Mon Mar 4 11:19:40 2013 (r313404)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-castpodder
-# Date created: 2006-04-30
-# Whom: Nicola Vitale <nivit at email.it>
-#
+# Created by: Nicola Vitale <nivit at email.it>
# $FreeBSD$
-#
PORTNAME= castpodder
PORTVERSION= 5.1
@@ -18,7 +14,7 @@ COMMENT= A podcast receiver written in P
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xmms/__init__.py:${PORTSDIR}/audio/py-xmms \
${PYTHON_SITELIBDIR}/bmp/__init__.py:${PORTSDIR}/multimedia/py-pybmp \
${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode \
- ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
+ ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
.if !defined(WITH_BMP)
RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms
.else
Modified: head/net-p2p/btqueue/Makefile
==============================================================================
--- head/net-p2p/btqueue/Makefile Mon Mar 4 11:08:12 2013 (r313403)
+++ head/net-p2p/btqueue/Makefile Mon Mar 4 11:19:40 2013 (r313404)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: BTQueue
-# Date created: 04 Jun 2004
-# Whom: Stefan Walter <sw at gegenunendlich.de>
-#
+# Created by: Stefan Walter <sw at gegenunendlich.de>
# $FreeBSD$
-#
PORTNAME= btqueue
PORTVERSION= 0.1.3
@@ -15,7 +11,7 @@ DISTNAME= BTQueue-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Alternative BitTorrent client with queuing functionality
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
USE_PYTHON= yes
Modified: head/net-p2p/nicotine-plus/Makefile
==============================================================================
--- head/net-p2p/nicotine-plus/Makefile Mon Mar 4 11:08:12 2013 (r313403)
+++ head/net-p2p/nicotine-plus/Makefile Mon Mar 4 11:19:40 2013 (r313404)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nicotine
-# Date created: 19 Aug 2003
-# Whom: Adam Weinberger <adamw at FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= plus
PORTVERSION= 1.2.16
@@ -15,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX:S/-/+/}-${PORT
MAINTAINER= acm at FreeBSD.org
COMMENT= A fork of nicotine soulseek client
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
CONFLICTS= nicotine-[0-9]*
BROKEN= does not build
Modified: head/science/gramps/Makefile
==============================================================================
--- head/science/gramps/Makefile Mon Mar 4 11:08:12 2013 (r313403)
+++ head/science/gramps/Makefile Mon Mar 4 11:19:40 2013 (r313404)
@@ -14,7 +14,7 @@ COMMENT= A GTK/GNOME-based genealogy pro
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \
${PYXML}
USE_BDB= 43
Modified: head/www/planet/Makefile
==============================================================================
--- head/www/planet/Makefile Mon Mar 4 11:08:12 2013 (r313403)
+++ head/www/planet/Makefile Mon Mar 4 11:19:40 2013 (r313404)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: planet
-# Date created: 26 September 2005
-# Whom: Alan Snelson <alan at wave2.co.uk>
-#
+# Created by: Alan Snelson <alan at wave2.co.uk>
# $FreeBSD$
-#
PORTNAME= planet
PORTVERSION= 2.0
@@ -14,7 +10,7 @@ MAINTAINER= alan at wave2.co.uk
COMMENT= Planet is a flexible feed aggregator - and more!
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental \
- ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
+ ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
USE_BZIP2= yes
NO_BUILD= yes
More information about the svn-ports-head
mailing list