diff options
34 files changed, 69 insertions, 156 deletions
diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile index bed6a788dd29..ed9fad4c4d80 100644 --- a/astro/gmapcatcher/Makefile +++ b/astro/gmapcatcher/Makefile @@ -10,7 +10,7 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= Offline map viewer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} USE_GNOME= pygtk2 diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile index c7301345be6c..d3f0000cd9f7 100644 --- a/audio/pytone/Makefile +++ b/audio/pytone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pytone -# Date created: 2007-05-02 -# Whom: David Thiel <lx@FreeBSD.org> -# +# Created by: David Thiel <lx@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pytone PORTVERSION= 3.0.2 @@ -17,7 +13,7 @@ MAINTAINER= lx@FreeBSD.org COMMENT= A music jukebox written in Python with a curses GUI LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen USE_PYTHON= 2.5+ diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index ecdff94a4066..cd1b5b6c29f4 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-ibus-pinyin -# Date created: 21 October 2008 -# Whom: Henry Hu <henry.hu.sh@gmail.com> -# +# Created by: Henry Hu <henry.hu.sh@gmail.com> # $FreeBSD$ -# PORTNAME= ibus-pinyin PORTVERSION= 1.4.0 @@ -17,9 +13,9 @@ MAINTAINER= henry.hu.sh@gmail.com COMMENT= PinYin engine for IBus BUILD_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= yes USE_GNOME= pygtk2 diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index fc6d45e6e7ca..4dfde209811b 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-sqlalchemy -# Date created: 12 August 2004 -# Whom: Dryice Dong Liu <dryice@dryice.name> -# +# Created by: Dryice Dong Liu <dryice@dryice.name> # $FreeBSD$ -# PORTNAME= sqlalchemy PORTVERSION= 0.7.8 @@ -79,7 +75,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps .endif .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if ${PORT_OPTIONS:MSYBASE} diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile index 89de549b1195..e42ff3fa839a 100644 --- a/databases/py-sqlalchemy06/Makefile +++ b/databases/py-sqlalchemy06/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: py-sqlalchemy -# Date created: 12 August 2004 -# Whom: Dryice Dong Liu <dryice@dryice.name> -# +# Created by: Dryice Dong Liu <dryice@dryice.name> # $FreeBSD$ -# PORTNAME= sqlalchemy06 PORTVERSION= 0.6.9 @@ -87,7 +83,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps .endif .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if ${PORT_OPTIONS:MSYBASE} diff --git a/databases/py-sqlite3dbm/Makefile b/databases/py-sqlite3dbm/Makefile index 9520e66f09f1..d94b47083724 100644 --- a/databases/py-sqlite3dbm/Makefile +++ b/databases/py-sqlite3dbm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-sqlite3dbm -# Date created: Oct 28, 2011 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sqlite3dbm PORTVERSION= 0.1.4 @@ -14,8 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Sqlite-backed dictionary -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% diff --git a/databases/py-sqlkit/Makefile b/databases/py-sqlkit/Makefile index 0215080b53ae..d917f46bdf79 100644 --- a/databases/py-sqlkit/Makefile +++ b/databases/py-sqlkit/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: databases/py-sqlkit -# Date created: 2011-05-09 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= sqlkit PORTVERSION= 0.9.5.1 @@ -61,7 +57,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps .endif .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if ${PORT_OPTIONS:MSYBASE} diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index 20adc0a8ee5a..bc032307be46 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -42,7 +42,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py .endif .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if ${PORT_OPTIONS:MMSSQL} diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index ca3bf2b293ef..77bb3e9a54f6 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: conduit -# Date created: 2006-10-10 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/conduit/Makefile,v 1.7 2008/03/18 14:53:42 ahze Exp $ - PORTNAME= conduit PORTVERSION= 0.3.17 PORTREVISION= 6 @@ -15,13 +11,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Synchronization application for GNOME BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile index 40e24b3890a1..017880ea09ad 100644 --- a/devel/buildbot/Makefile +++ b/devel/buildbot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: buildbot -# Date created: 27 Sep 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= buildbot PORTVERSION= 0.8.6p1 @@ -14,11 +10,11 @@ MAINTAINER= tj@FreeBSD.org COMMENT= Automated system from compile/test cycle to validate code changes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}migrate>=0.7:${PORTSDIR}/databases/py-migrate -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes USE_TWISTED_RUN= conch mail web words diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index e8c379e3ad0a..8f27918e7b10 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: bzr-git -# Date created: 9 August 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-git PORTVERSION= 0.6.8 @@ -20,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \ py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 607aa3e775b3..ed1e2765b86e 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_SITELIBDIR}/PyQt4/QtHelp.so:${PORTSDIR}/devel/py-qt4-help \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_GNOME= desktopfileutils INSTALL_CMD= install.py -c -f eric4config.freebsd diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index b3cf72caa6cc..d6ae6d38e95f 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -105,7 +105,7 @@ PLIST_SUB+= BOOK="@comment " # testsuite will fail until PR156076 is committed .if ${PORT_OPTIONS:MTEST} -TEST_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif #.if ${PORT_OPTIONS:MASVN} diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index 03c8753e1246..d8419fe05ec6 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: unknown-horizons -# Date created: 26 May 2012 -# Whom: GreenDog <fiziologus@gmail.com> -# +# Created by: GreenDog <fiziologus@gmail.com> # $FreeBSD$ PORTNAME= unknown-horizons @@ -15,9 +12,9 @@ COMMENT= Real time simulation game BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${PYTHON_SITELIBDIR}/fife/__init__.py:${PORTSDIR}/games/py-fife \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \ - ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm + ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index a8709709879a..301a7864b35d 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -12,7 +12,7 @@ COMMENT= GTK2 comic book viewer for .cbz, .cbr, and .cbt files RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 NO_BUILD= yes USE_GNOME= desktopfileutils pygtk2 diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile index f5a891e687ba..fc8bb7559bc9 100644 --- a/japanese/trac/Makefile +++ b/japanese/trac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac -# Date created: 17 April 2004 -# Whom: Kuei-Feng Li <thinker@branda.to> -# +# Created by: Kuei-Feng Li <thinker@branda.to> # $FreeBSD$ -# PORTNAME= trac PORTVERSION= 0.12.3 @@ -87,7 +83,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz .if defined(WITH_PGSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2 .else -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if !defined(WITHOUT_SUBVERSION) diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 11aec8da022c..696155ecfa07 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Democracy -# Date created: 30 November 2006 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= miro PORTVERSION= 5.0 @@ -23,8 +19,8 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \ ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/taglib/taglib.h:${PORTSDIR}/audio/taglib LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index c7ee3910891f..b6f2ef4f189e 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: photofilmstrip -# Date created: 2011-02-04 -# Whom: Charlie Kester <corky1951@comcast.net> -# +# Created by: Charlie Kester <corky1951@comcast.net> # $FreeBSD$ -# PORTNAME= photofilmstrip PORTVERSION= 1.5.0 @@ -19,7 +14,7 @@ COMMENT= Creates movies out of your pictures LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ mencoder:${PORTSDIR}/multimedia/mencoder \ mplayer:${PORTSDIR}/multimedia/mplayer diff --git a/multimedia/pyjama/Makefile b/multimedia/pyjama/Makefile index 2677067b8be9..19ce86f6abb0 100644 --- a/multimedia/pyjama/Makefile +++ b/multimedia/pyjama/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pyjama -# Date created: 10. Sep 2009 -# Whom: Kjell Tore Ullavik <ktullavik@gmail.com> -# +# Created by: Kjell Tore Ullavik <ktullavik@gmail.com> # $FreeBSD$ PORTNAME= pyjama @@ -14,7 +11,7 @@ DISTNAME= pyjama-0.3.0.1_all MAINTAINER= ktullavik@gmail.com COMMENT= Frontend to the Jamendo music network -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile index 4e9751501289..b56c74f39468 100644 --- a/multimedia/xbmc-pvr/Makefile +++ b/multimedia/xbmc-pvr/Makefile @@ -55,7 +55,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ iconv:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ glxinfo:${PORTSDIR}/graphics/mesa-demos \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ xdpyinfo:${PORTSDIR}/x11/xdpyinfo diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index 58c8144dd3b8..c71381628343 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -50,7 +50,7 @@ LIB_DEPENDS= ass:${PORTSDIR}/multimedia/libass \ tinyxml:${PORTSDIR}/textproc/tinyxml \ vorbis:${PORTSDIR}/audio/libvorbis \ yajl:${PORTSDIR}/devel/yajl -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ glxinfo:${PORTSDIR}/graphics/mesa-demos \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh \ diff --git a/net/neubot/Makefile b/net/neubot/Makefile index ac9d2fc3a92a..7b61ed7613b3 100644 --- a/net/neubot/Makefile +++ b/net/neubot/Makefile @@ -11,7 +11,7 @@ COMMENT= Measures neutrality of your network connection in the background LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= 2.5-2.9 diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 4c4ece58212c..7d901e8950d6 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= multi RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah \ ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 LICENSE_NAME_CHERRYPY= CherryPy License LICENSE_FILE_CHERRYPY= ${WRKSRC}/licenses/License-CherryPy.txt diff --git a/security/hotssh/Makefile b/security/hotssh/Makefile index 64ae460c1b4a..0a4804671b01 100644 --- a/security/hotssh/Makefile +++ b/security/hotssh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hotssh -# Date created: 2009-01-30 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= hotssh PORTVERSION= 0.2.7 @@ -18,11 +14,11 @@ COMMENT= HotSSH is an interface to Secure Shell, for GNOME and OpenSSH BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte USE_GNOME= pygtk2 gnomedocutils libxslt glib20 diff --git a/security/umit/Makefile b/security/umit/Makefile index 1873e5ae359b..1fd9f09b367a 100644 --- a/security/umit/Makefile +++ b/security/umit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: umit -# Date created: 20 April 2007 -# Whom: Elisey Savateev <b3k@mail.ru> -# +# Created by: Elisey Savateev <b3k@mail.ru> # $FreeBSD$ -# PORTNAME= umit PORTVERSION= 1.0 @@ -16,12 +12,12 @@ MAINTAINER= ayu@commun.jp COMMENT= UMIT is the nmap frontend developed with Python and PyGTK RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= pygtk2 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 3dd3eedd080f..be3797fc9915 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ nltk>0:${PORTSDIR}/textproc/nltk \ ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy \ @@ -35,7 +35,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PORTNAME} USE_GETTEXT= yes USE_BZIP2= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes OPTIONS_DEFINE= GUI diff --git a/sysutils/yum/Makefile b/sysutils/yum/Makefile index 48c98e3bf631..6b2aab19343b 100644 --- a/sysutils/yum/Makefile +++ b/sysutils/yum/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ msgfmt:${PORTSDIR}/devel/gettext \ intltool-update:${PORTSDIR}/textproc/intltool RUN_DEPENDS= ${PYTHON_SITELIBDIR}/rpm:${PORTSDIR}/archivers/rpm4 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/sqlitecachec.py:${PORTSDIR}/devel/py-yum-metadata-parser \ ${PYTHON_SITELIBDIR}/iniparse:${PORTSDIR}/devel/py-iniparse \ ${PYTHON_SITELIBDIR}/urlgrabber:${PORTSDIR}/www/py-urlgrabber diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index 1f1a4a38af1a..23ae456887d8 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zeitgeist -# Date Created: 31 Mar 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= zeitgeist PORTVERSION= 0.8.2 @@ -16,7 +12,7 @@ COMMENT= Event logging framework - engine BUILD_DEPENDS= rapper:${PORTSDIR}/textproc/raptor2 \ ${PYTHON_SITELIBDIR}/rdflib/__init__.py:${PORTSDIR}/textproc/py-rdflib -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 648d382214e8..2aceae2d5ab0 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-table -# Date created: 20 November 2009 -# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net> -# +# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net> # $FreeBSD$ -# PORTNAME= ibus-table PORTVERSION= 1.3.9.20110827 @@ -15,11 +11,11 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Table based input method framework for IBus -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_GNOME= pkgconfig pygtk2 GNU_CONFIGURE= yes diff --git a/www/py-GinGin/Makefile b/www/py-GinGin/Makefile index 48d0868087d2..bb9037628819 100644 --- a/www/py-GinGin/Makefile +++ b/www/py-GinGin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GinGin -# Date created: 2008-02-26 -# Whom: Thinker K.F. Li <thinker@cowboy.branda.to> -# +# Created by: Thinker K.F. Li <thinker@cowboy.branda.to> # $FreeBSD$ -# PORTNAME= GinGin PORTVERSION= 1.0.1 @@ -16,7 +12,7 @@ COMMENT= A hybrid of WIKI and BLOG system BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mez_xml/__init__.py:${PORTSDIR}/devel/py-mez_xml RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/fcgi.py:${PORTSDIR}/www/py-fcgi USE_PYTHON= yes diff --git a/www/roundup/Makefile b/www/roundup/Makefile index 18ec6806e84b..72ab483f3b06 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -12,7 +12,7 @@ COMMENT= Issue-Tracking System for Knowledge Workers LICENSE= PSFL USE_GETTEXT= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS=yes OPTIONS_DEFINE= SQLITE PGSQL MYSQL NLS @@ -21,7 +21,7 @@ OPTIONS_DEFAULT=SQLITE NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if ${PORT_OPTIONS:MPGSQL} diff --git a/www/trac/Makefile b/www/trac/Makefile index 89c74e664454..87d1a9c2b13e 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac -# Date created: 17 April 2004 -# Whom: Kuei-Feng Li <thinker@branda.to> -# +# Created by: Kuei-Feng Li <thinker@branda.to> # $FreeBSD$ -# PORTNAME= trac PORTVERSION= 0.12.3 @@ -87,7 +83,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz .if defined(WITH_PGSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2 .else -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if !defined(WITHOUT_SUBVERSION) diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index 1edecaccc721..5d3b20837f40 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: font-manager -# Date created: 2011-03-25 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= font-manager PORTVERSION= 0.5.7 @@ -16,7 +12,7 @@ COMMENT= A font management application for the GNOME desktop LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 USE_BZIP2= yes USE_PYTHON= 2.6-2.7 diff --git a/x11/hotwire-shell/Makefile b/x11/hotwire-shell/Makefile index 3056d9de9ce0..52bdb82702d5 100644 --- a/x11/hotwire-shell/Makefile +++ b/x11/hotwire-shell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hotwire-shell -# Date created: 2008-06-25 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= hotwire-shell PORTVERSION= 0.721 @@ -19,12 +15,12 @@ COMMENT= Hotwire is an object-oriented hypershell BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ ${PYXML} RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GNOME= pygnome2 pygtk2 pygtksourceview INSTALLS_ICONS= yes |