View | Details | Raw Unified | Return to bug 225752 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/python.mk (-3 / +2 lines)
Lines 18-24 Link Here
18
#			USES=python:3.3+	# Use Python 3.3 or newer
18
#			USES=python:3.3+	# Use Python 3.3 or newer
19
#			USES=python:3.3-3.4	# Use Python 3.3 or 3.4
19
#			USES=python:3.3-3.4	# Use Python 3.3 or 3.4
20
#			USES=python:-3.3	# Use any Python up to 3.3
20
#			USES=python:-3.3	# Use any Python up to 3.3
21
#			USES=python:2		# Use the Python 2 meta port
22
#			USES=python		# Use the set default Python
21
#			USES=python		# Use the set default Python
23
#						# version
22
#						# version
24
#
23
#
Lines 310-320 Link Here
310
.if ${_PYTHON_ARGS} == "2"
309
.if ${_PYTHON_ARGS} == "2"
311
_PYTHON_ARGS=		${PYTHON2_DEFAULT}
310
_PYTHON_ARGS=		${PYTHON2_DEFAULT}
312
_WANTS_META_PORT=	2
311
_WANTS_META_PORT=	2
313
DEV_WARNING+=		"USES=python:2 is deprecated, use USES=python:2.7"
312
DEV_ERROR+=		"USES=python:2 is unsupported, use USES=python:2.7 instead"
314
.elif ${_PYTHON_ARGS} == "3"
313
.elif ${_PYTHON_ARGS} == "3"
315
_PYTHON_ARGS=		${PYTHON3_DEFAULT}
314
_PYTHON_ARGS=		${PYTHON3_DEFAULT}
316
_WANTS_META_PORT=	3
315
_WANTS_META_PORT=	3
317
DEV_WARNING+=		"USES=python:3 is deprecated, use USES=python:3.4+ or an appropriate version range"
316
DEV_ERROR+=		"USES=python:3 is unsupported, use USES=python:3.4+ or an appropriate version range instead"
318
.endif  # ${_PYTHON_ARGS} == "2"
317
.endif  # ${_PYTHON_ARGS} == "2"
319
318
320
.if defined(PYTHON_VERSION)
319
.if defined(PYTHON_VERSION)
(-)accessibility/caribou/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	caribou
4
PORTNAME=	caribou
5
PORTVERSION=	0.4.21
5
PORTVERSION=	0.4.21
6
PORTREVISION=	1
6
CATEGORIES=	accessibility gnome
7
CATEGORIES=	accessibility gnome
7
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
8
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
Lines 18-24 Link Here
18
		libxklavier.so:x11/libxklavier
19
		libxklavier.so:x11/libxklavier
19
RUN_DEPENDS=	py2?-atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR}
20
RUN_DEPENDS=	py2?-atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR}
20
21
21
USES=		gettext gmake gnome libtool pathfix pkgconfig python:2 \
22
USES=		gettext gmake gnome libtool pathfix pkgconfig python:2.7 \
22
		shebangfix tar:xz
23
		shebangfix tar:xz
23
USE_GNOME=	gtk30 intlhack introspection:build libxml2 \
24
USE_GNOME=	gtk30 intlhack introspection:build libxml2 \
24
		libxslt:build pygobject3
25
		libxslt:build pygobject3
(-)accessibility/py-papi/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	papi
4
PORTNAME=	papi
5
PORTVERSION=	0.0.9
5
PORTVERSION=	0.0.9
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	accessibility devel python
7
CATEGORIES=	accessibility devel python
8
MASTER_SITES=	SF/ocemp/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/ocemp/${PORTNAME}/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
USES=		pkgconfig python:2
17
USES=		pkgconfig python:2.7
18
USE_GNOME=	atk
18
USE_GNOME=	atk
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
20
(-)audio/alsa-lib/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	alsa-lib
4
PORTNAME=	alsa-lib
5
PORTVERSION=	1.1.2
5
PORTVERSION=	1.1.2
6
PORTREVISION=	1
6
CATEGORIES=	audio
7
CATEGORIES=	audio
7
MASTER_SITES=	ftp://ftp.alsa-project.org/pub/lib/ \
8
MASTER_SITES=	ftp://ftp.alsa-project.org/pub/lib/ \
8
		GENTOO
9
		GENTOO
Lines 27-33 Link Here
27
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
28
29
29
PYTHON_CONFIGURE_ENABLE=python
30
PYTHON_CONFIGURE_ENABLE=python
30
PYTHON_USES=	python:2
31
PYTHON_USES=	python:2.7
31
32
32
post-patch:	.SILENT
33
post-patch:	.SILENT
33
	${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \
34
	${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \
(-)audio/boodler/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	boodler
4
PORTNAME=	boodler
5
PORTVERSION=	1.5.3
5
PORTVERSION=	1.5.3
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://www.eblong.com/zarf/boodler/
8
MASTER_SITES=	http://www.eblong.com/zarf/boodler/
9
DISTFILES=	boodler-153.tar.gz boodler-snd-021902.tar.gz
9
DISTFILES=	boodler-153.tar.gz boodler-snd-021902.tar.gz
Lines 17-23 Link Here
17
RESTRICTED=	Not for commercial use
17
RESTRICTED=	Not for commercial use
18
RESTRICTED_FILES=	boodler-snd-021902.tar.gz
18
RESTRICTED_FILES=	boodler-snd-021902.tar.gz
19
19
20
USES=		python:2 shebangfix
20
USES=		python:2.7 shebangfix
21
21
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
CONFIGURE_SCRIPT=	configure.py
23
CONFIGURE_SCRIPT=	configure.py
(-)audio/csound6/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	csound
4
PORTNAME=	csound
5
PORTVERSION=	6.06
5
PORTVERSION=	6.06
6
PORTREVISION=	12
6
PORTREVISION=	13
7
CATEGORIES=	audio lang
7
CATEGORIES=	audio lang
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION}
9
PKGNAMESUFFIX=	6
9
PKGNAMESUFFIX=	6
Lines 22-28 Link Here
22
LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
22
LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
23
		libsndfile.so:audio/libsndfile
23
		libsndfile.so:audio/libsndfile
24
24
25
USES=		alias bison cmake:outsource,noninja eigen:3 localbase python:2
25
USES=		alias bison cmake:outsource,noninja eigen:3 localbase python:2.7
26
# math/gmm++ requires c++11
26
# math/gmm++ requires c++11
27
USE_CXXSTD=	c++11
27
USE_CXXSTD=	c++11
28
CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
28
CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
(-)audio/dir2ogg/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dir2ogg
4
PORTNAME=	dir2ogg
5
PORTVERSION=	0.12
5
PORTVERSION=	0.12
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://jak-linux.org/projects/dir2ogg/${PORTVERSION}/
8
MASTER_SITES=	http://jak-linux.org/projects/dir2ogg/${PORTVERSION}/
9
9
Lines 18-24 Link Here
18
		mplayer:multimedia/mplayer \
18
		mplayer:multimedia/mplayer \
19
		oggenc:audio/vorbis-tools
19
		oggenc:audio/vorbis-tools
20
20
21
USES=		python:2,run shebangfix
21
USES=		python:2.7,run shebangfix
22
22
23
SHEBANG_FILES=	${PORTNAME}
23
SHEBANG_FILES=	${PORTNAME}
24
NO_BUILD=	yes
24
NO_BUILD=	yes
(-)audio/exaile/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	exaile
4
PORTNAME=	exaile
5
PORTVERSION=	3.4.5
5
PORTVERSION=	3.4.5
6
PORTREVISION=	1
6
CATEGORIES=	audio
7
CATEGORIES=	audio
7
MASTER_SITES=	https://github.com/exaile/exaile/releases/download/${PORTVERSION}/
8
MASTER_SITES=	https://github.com/exaile/exaile/releases/download/${PORTVERSION}/
8
9
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR}
16
17
17
MAKE_ENV+=	PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg
18
MAKE_ENV+=	PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg
18
USES=		desktop-file-utils gmake python:2
19
USES=		desktop-file-utils gmake python:2.7
19
USE_GNOME=	pygtk2 librsvg2
20
USE_GNOME=	pygtk2 librsvg2
20
USE_GSTREAMER=	good faad python
21
USE_GSTREAMER=	good faad python
21
22
(-)audio/jokosher/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	jokosher
3
PORTNAME=	jokosher
4
PORTVERSION=	0.11.5
4
PORTVERSION=	0.11.5
5
PORTREVISION=	6
5
PORTREVISION=	7
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://launchpadlibrarian.net/43860543/
7
MASTER_SITES=	http://launchpadlibrarian.net/43860543/
8
8
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
16
16
17
USES=		desktop-file-utils python:2 shared-mime-info
17
USES=		desktop-file-utils python:2.7 shared-mime-info
18
USE_PYTHON=	distutils
18
USE_PYTHON=	distutils
19
USE_GSTREAMER=	gnonlin good python
19
USE_GSTREAMER=	gnonlin good python
20
INSTALLS_ICONS=	yes
20
INSTALLS_ICONS=	yes
(-)audio/mbox/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mbox
4
PORTNAME=	mbox
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.2
6
PORTREVISION=	13
6
PORTREVISION=	14
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://www.mbox.wz.cz/src/
8
MASTER_SITES=	http://www.mbox.wz.cz/src/
9
9
Lines 19-25 Link Here
19
		mplayer:multimedia/mplayer
19
		mplayer:multimedia/mplayer
20
20
21
WRKSRC=		${WRKDIR}/mBox-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/mBox-${PORTVERSION}
22
USES=		python:2 tar:bzip2
22
USES=		python:2.7 tar:bzip2
23
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist distutils
24
USE_WX=		3.0+
24
USE_WX=		3.0+
25
WX_COMPS=	python
25
WX_COMPS=	python
(-)audio/mpdbrowser/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mpdbrowser
4
PORTNAME=	mpdbrowser
5
PORTVERSION=	0.9.20
5
PORTVERSION=	0.9.20
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	http://mpdbrowser.tuxfamily.org/
8
MASTER_SITES=	http://mpdbrowser.tuxfamily.org/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:audio/py-mpd@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:audio/py-mpd@${FLAVOR}
18
18
19
USES=		gettext iconv python:2 tar:tgz
19
USES=		gettext iconv python:2.7 tar:tgz
20
USE_GNOME=	intltool pygtk2
20
USE_GNOME=	intltool pygtk2
21
USE_PYTHON=	distutils
21
USE_PYTHON=	distutils
22
PYDISTUTILS_PKGNAME=	mpdBrowser
22
PYDISTUTILS_PKGNAME=	mpdBrowser
(-)audio/picard/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	picard
4
PORTNAME=	picard
5
PORTVERSION=	1.3.2
5
PORTVERSION=	1.3.2
6
PORTREVISION=	1
6
CATEGORIES=	audio python
7
CATEGORIES=	audio python
7
MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
8
MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
8
		ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
9
		ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
Lines 17-23 Link Here
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}discid>=0:audio/py-discid@${FLAVOR} \
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}discid>=0:audio/py-discid@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${FLAVOR}
19
20
20
USES=		gettext pyqt:4 python:2 desktop-file-utils
21
USES=		gettext pyqt:4 python:2.7 desktop-file-utils
21
USE_PYQT=	core_run gui_run network_run xml_run
22
USE_PYQT=	core_run gui_run network_run xml_run
22
USE_PYTHON=	distutils
23
USE_PYTHON=	distutils
23
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
(-)audio/puddletag/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	puddletag
3
PORTNAME=	puddletag
4
PORTVERSION=	1.2.0
4
PORTVERSION=	1.2.0
5
DISTVERSIONPREFIX=v
5
DISTVERSIONPREFIX=v
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
8
9
MAINTAINER=	pawel@FreeBSD.org
9
MAINTAINER=	pawel@FreeBSD.org
Lines 21-27 Link Here
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	keithgg
22
GH_ACCOUNT=	keithgg
23
23
24
USES=		python:2 pyqt:4
24
USES=		python:2.7 pyqt:4
25
USE_PYTHON=	autoplist distutils
25
USE_PYTHON=	autoplist distutils
26
USE_PYQT=	gui_run svg_run
26
USE_PYQT=	gui_run svg_run
27
WRKSRC_SUBDIR=	source
27
WRKSRC_SUBDIR=	source
(-)audio/py-ao/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ao
4
PORTNAME=	ao
5
PORTVERSION=	0.82
5
PORTVERSION=	0.82
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/ \
8
MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/ \
9
		http://www.sourcefiles.org/Programming/Development/Modules/Python/
9
		http://www.sourcefiles.org/Programming/Development/Modules/Python/
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	libao.so:audio/libao
19
LIB_DEPENDS=	libao.so:audio/libao
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
23
24
do-configure:
24
do-configure:
(-)audio/py-cddb/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cddb
4
PORTNAME=	cddb
5
PORTVERSION=	1.4
5
PORTVERSION=	1.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_FILE=	${WRKSRC}/COPYING
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist pythonprefix
19
USE_PYTHON=	distutils autoplist pythonprefix
20
20
21
post-install:
21
post-install:
(-)audio/py-hsaudiotag/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	hsaudiotag
4
PORTNAME=	hsaudiotag
5
PORTVERSION=	1.1.1
5
PORTVERSION=	1.1.1
6
PORTREVISION=	1
6
CATEGORIES=	audio python
7
CATEGORIES=	audio python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
NO_ARCH=	yes
18
NO_ARCH=	yes
18
19
(-)audio/py-id3/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	id3
4
PORTNAME=	id3
5
PORTVERSION=	1.2
5
PORTVERSION=	1.2
6
PORTREVISION=	1
6
CATEGORIES=	audio python
7
CATEGORIES=	audio python
7
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
COMMENT=	Python module for retrieving and setting ID3 tags on MP3 files
13
COMMENT=	Python module for retrieving and setting ID3 tags on MP3 files
13
14
14
WRKSRC=		${WRKDIR}/id3-py-${PORTVERSION}
15
WRKSRC=		${WRKDIR}/id3-py-${PORTVERSION}
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist pythonprefix
17
USE_PYTHON=	distutils autoplist pythonprefix
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)audio/py-karaoke/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	karaoke
4
PORTNAME=	karaoke
5
PORTVERSION=	0.7.5
5
PORTVERSION=	0.7.5
6
PORTREVISION=	13
6
PORTREVISION=	14
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-27 Link Here
21
		${PYGAME} \
21
		${PYGAME} \
22
		${PYNUMPY}
22
		${PYNUMPY}
23
23
24
USES=		compiler:c++11-lib desktop-file-utils iconv python:2 shebangfix zip
24
USES=		compiler:c++11-lib desktop-file-utils iconv python:2.7 shebangfix zip
25
SHEBANG_FILES=	install/pykaraoke_mini install/pykar install/pykaraoke \
25
SHEBANG_FILES=	install/pykaraoke_mini install/pykar install/pykaraoke \
26
		install/pycdg install/pympg
26
		install/pycdg install/pympg
27
USE_SDL=	sdl
27
USE_SDL=	sdl
(-)audio/py-musicbrainz2/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	musicbrainz2
4
PORTNAME=	musicbrainz2
5
PORTVERSION=	0.7.4
5
PORTVERSION=	0.7.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
8
MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
9
		http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/
9
		http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	libdiscid.so:audio/libdiscid
19
LIB_DEPENDS=	libdiscid.so:audio/libdiscid
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
PYDISTUTILS_PKGNAME=	python-musicbrainz2
23
PYDISTUTILS_PKGNAME=	python-musicbrainz2
24
24
(-)audio/py-ogg/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ogg
4
PORTNAME=	ogg
5
PORTVERSION=	1.3
5
PORTVERSION=	1.3
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/
8
MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libogg.so:audio/libogg
17
LIB_DEPENDS=	libogg.so:audio/libogg
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
do-configure:
22
do-configure:
(-)audio/py-shout/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	shout
4
PORTNAME=	shout
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.2.1
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	http://downloads.us.xiph.org/releases/libshout/
8
MASTER_SITES=	http://downloads.us.xiph.org/releases/libshout/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
19
20
OPTIONS_DEFINE=	EXAMPLES
20
OPTIONS_DEFINE=	EXAMPLES
21
21
22
USES=		pkgconfig python:2 shebangfix
22
USES=		pkgconfig python:2.7 shebangfix
23
SHEBANG_FILES=	example.py
23
SHEBANG_FILES=	example.py
24
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils
25
25
(-)audio/py-vorbis/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	vorbis
4
PORTNAME=	vorbis
5
PORTVERSION=	1.4
5
PORTVERSION=	1.4
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/
8
MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/_ogg.so:audio/py-ogg@${FLAVOR}
19
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/_ogg.so:audio/py-ogg@${FLAVOR}
20
LIB_DEPENDS=	libvorbis.so:audio/libvorbis
20
LIB_DEPENDS=	libvorbis.so:audio/libvorbis
21
21
22
USES=		python:2
22
USES=		python:2.7
23
USE_PYTHON=	distutils autoplist
23
USE_PYTHON=	distutils autoplist
24
24
25
post-patch:
25
post-patch:
(-)audio/pytone/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pytone
4
PORTNAME=	pytone
5
PORTVERSION=	3.0.3
5
PORTVERSION=	3.0.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	audio python
7
CATEGORIES=	audio python
8
MASTER_SITES=	http://www.luga.de/pytone/download/ \
8
MASTER_SITES=	http://www.luga.de/pytone/download/ \
9
		http://redundancy.redundancy.org/mirror/
9
		http://redundancy.redundancy.org/mirror/
Lines 18-24 Link Here
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} \
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${FLAVOR}
20
20
21
USES=		ncurses python:2
21
USES=		ncurses python:2.7
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
23
24
CFLAGS+=	-I${LOCALBASE}/include
24
CFLAGS+=	-I${LOCALBASE}/include
(-)audio/soundconverter/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	soundconverter
4
PORTNAME=	soundconverter
5
PORTVERSION=	2.1.6
5
PORTVERSION=	2.1.6
6
PORTREVISION=	1
6
CATEGORIES=	audio python
7
CATEGORIES=	audio python
7
MASTER_SITES=	https://launchpad.net/soundconverter/trunk/2.1.6/+download/ \
8
MASTER_SITES=	https://launchpad.net/soundconverter/trunk/2.1.6/+download/ \
8
		http://BSDforge.com/projects/source/audio/soundconverter/
9
		http://BSDforge.com/projects/source/audio/soundconverter/
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:multimedia/py-gstreamer@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:multimedia/py-gstreamer@${PY_FLAVOR}
17
18
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
USES=		desktop-file-utils gmake python:2 shebangfix tar:xz
20
USES=		desktop-file-utils gmake python:2.7 shebangfix tar:xz
20
21
21
SHEBANG_FILES=	bin/soundconverter.py
22
SHEBANG_FILES=	bin/soundconverter.py
22
23
(-)biology/py-biopython/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	biopython
4
PORTNAME=	biopython
5
PORTVERSION=	1.70
5
PORTVERSION=	1.70
6
PORTREVISION=	1
6
CATEGORIES=	biology python
7
CATEGORIES=	biology python
7
MASTER_SITES=	http://www.biopython.org/DIST/
8
MASTER_SITES=	http://www.biopython.org/DIST/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
BUILD_DEPENDS=	${PYNUMPY}
14
BUILD_DEPENDS=	${PYNUMPY}
14
RUN_DEPENDS=	${PYNUMPY}
15
RUN_DEPENDS=	${PYNUMPY}
15
16
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
18
19
19
OPTIONS_DEFINE=	REPORTLAB
20
OPTIONS_DEFINE=	REPORTLAB
(-)cad/brickutils/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	brickutils
4
PORTNAME=	brickutils
5
PORTVERSION=	0.1.6.1
5
PORTVERSION=	0.1.6.1
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	cad
7
CATEGORIES=	cad
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \
9
		SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \
9
		SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \
Lines 25-31 Link Here
25
WRKSRC=		${WRKDIR}/BrickUtils-${PORTVERSION}
25
WRKSRC=		${WRKDIR}/BrickUtils-${PORTVERSION}
26
26
27
NO_ARCH=	yes
27
NO_ARCH=	yes
28
USES=		python:2 shebangfix
28
USES=		python:2.7 shebangfix
29
USE_GNOME=	pygtk2
29
USE_GNOME=	pygtk2
30
SHEBANG_FILES=	pyBrickUtils.py \
30
SHEBANG_FILES=	pyBrickUtils.py \
31
		BrickUtils/*.py
31
		BrickUtils/*.py
(-)chinese/bg5pdf/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	bg5pdf
4
PORTNAME=	bg5pdf
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.0.0
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	chinese print
7
CATEGORIES=	chinese print
8
MASTER_SITES=	LOCAL/chinsan
8
MASTER_SITES=	LOCAL/chinsan
9
9
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpdf.so:print/pdflib
15
LIB_DEPENDS=	libpdf.so:print/pdflib
16
16
17
USES=		python:2 shebangfix
17
USES=		python:2.7 shebangfix
18
SHEBANG_FILES=	bg5pdf gbpdf
18
SHEBANG_FILES=	bg5pdf gbpdf
19
python_OLD_CMD=	"/usr/bin/env /usr/bin/python"
19
python_OLD_CMD=	"/usr/bin/env /usr/bin/python"
20
20
(-)converters/py-iconv/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	iconv
4
PORTNAME=	iconv
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	converters python
7
CATEGORIES=	converters python
8
MASTER_SITES=	LOCAL/perky
8
MASTER_SITES=	LOCAL/perky
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	Iconv wrapper with Unicode codec for Python
13
COMMENT=	Iconv wrapper with Unicode codec for Python
14
14
15
USES=		iconv python:2
15
USES=		iconv python:2.7
16
USE_PYTHON=	autoplist distutils
16
USE_PYTHON=	autoplist distutils
17
17
18
.if empty(ICONV_LIB)
18
.if empty(ICONV_LIB)
(-)databases/gadfly/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gadfly
4
PORTNAME=	gadfly
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.0.0
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
Lines 12-18 Link Here
12
12
13
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/kjbuckets.so:devel/py-kjbuckets@${FLAVOR}
13
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/kjbuckets.so:devel/py-kjbuckets@${FLAVOR}
14
14
15
USES=		python:2
15
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
(-)databases/grass7/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	grass
4
PORTNAME=	grass
5
PORTVERSION=	7.2.2
5
PORTVERSION=	7.2.2
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	databases geography
7
CATEGORIES=	databases geography
8
MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
8
MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
9
		http://grass.cict.fr/%SUBDIR%/ \
9
		http://grass.cict.fr/%SUBDIR%/ \
Lines 36-42 Link Here
36
		libgeos.so:graphics/geos
36
		libgeos.so:graphics/geos
37
RUN_DEPENDS=	bash:shells/bash
37
RUN_DEPENDS=	bash:shells/bash
38
38
39
USES=		fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 \
39
USES=		fortran gettext gmake iconv jpeg perl5 pkgconfig python:2.7 \
40
		readline shebangfix tk
40
		readline shebangfix tk
41
SHEBANG_LANG=	nviz
41
SHEBANG_LANG=	nviz
42
nviz_OLD_CMD=	nviz
42
nviz_OLD_CMD=	nviz
(-)databases/kdb/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=		kdb
3
PORTNAME=		kdb
4
DISTVERSION=		3.0.2
4
DISTVERSION=		3.0.2
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=		databases kde
6
CATEGORIES=		databases kde
7
MASTER_SITES=		KDE/stable/${PORTNAME}/src
7
MASTER_SITES=		KDE/stable/${PORTNAME}/src
8
DIST_SUBDIR=		KDE/${PORTNAME}
8
DIST_SUBDIR=		KDE/${PORTNAME}
Lines 12-18 Link Here
12
12
13
LIB_DEPENDS=		libicuuc.so:devel/icu
13
LIB_DEPENDS=		libicuuc.so:devel/icu
14
14
15
USES=			cmake:outsource gettext kde:5 python:2 tar:xz
15
USES=			cmake:outsource gettext kde:5 python:2.7 tar:xz
16
USE_KDE=		coreaddons ecm i18n
16
USE_KDE=		coreaddons ecm i18n
17
USE_QT5=		core gui network widgets xml \
17
USE_QT5=		core gui network widgets xml \
18
			buildtools_build qmake_build
18
			buildtools_build qmake_build
(-)databases/mtools-mongodb/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mtools
4
PORTNAME=	mtools
5
PORTVERSION=	1.2.3
5
PORTVERSION=	1.2.3
6
PORTREVISION=	1
6
CATEGORIES=	databases python
7
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-23 Link Here
18
		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR}
19
20
20
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
21
USES=		python:2
22
USES=		python:2.7
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)databases/ntdb/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=		ntdb
3
PORTNAME=		ntdb
4
PORTVERSION=		1.0
4
PORTVERSION=		1.0
5
PORTREVISION=		1
5
PORTREVISION=		2
6
PORTEPOCH=		0
6
PORTEPOCH=		0
7
CATEGORIES=		databases
7
CATEGORIES=		databases
8
MASTER_SITES=		SAMBA/tdb
8
MASTER_SITES=		SAMBA/tdb
Lines 35-41 Link Here
35
.if defined(NO_PYTHON)
35
.if defined(NO_PYTHON)
36
CONFIGURE_ARGS+=	--disable-python
36
CONFIGURE_ARGS+=	--disable-python
37
.else
37
.else
38
USES+=			python:2
38
USES+=			python:2.7
39
PLIST_FILES+=		%%PYTHON_SITELIBDIR%%/ntdb.so
39
PLIST_FILES+=		%%PYTHON_SITELIBDIR%%/ntdb.so
40
.endif
40
.endif
41
41
(-)databases/pg_activity/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	julmon
20
GH_ACCOUNT=	julmon
21
21
22
USES=		python:2.6+
22
USES=		python
23
USE_PYTHON=	autoplist distutils noegginfo concurrent optsuffix
23
USE_PYTHON=	autoplist distutils noegginfo concurrent optsuffix
24
PYDISTUTILS_INSTALLARGS=	--with-man
24
PYDISTUTILS_INSTALLARGS=	--with-man
25
25
(-)databases/pgtune/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pgtune
4
PORTNAME=	pgtune
5
PORTVERSION=	0.9.3
5
PORTVERSION=	0.9.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/2449/ \
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/2449/ \
9
		https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
9
		https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
Lines 14-20 Link Here
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
15
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
16
16
17
USES=		python:2,run shebangfix
17
USES=		python:2.7,run shebangfix
18
SHEBANG_FILES=	${PORTNAME}
18
SHEBANG_FILES=	${PORTNAME}
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
NO_ARCH=	yes
20
NO_ARCH=	yes
(-)databases/pgworksheet/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pgworksheet
4
PORTNAME=	pgworksheet
5
PORTVERSION=	1.9
5
PORTVERSION=	1.9
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/1695/
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/1695/
9
9
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${FLAVOR}
15
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${FLAVOR}
16
16
17
USES=		pgsql python:2 tar:bzip2
17
USES=		pgsql python:2.7 tar:bzip2
18
USE_GNOME=	pygtk2
18
USE_GNOME=	pygtk2
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
20
(-)databases/py-MySQLdb/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	MySQLdb
4
PORTNAME=	MySQLdb
5
PORTVERSION=	1.2.5
5
PORTVERSION=	1.2.5
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	${PORTNAME}-
7
DISTVERSIONPREFIX=	${PORTNAME}-
7
CATEGORIES=	databases python
8
CATEGORIES=	databases python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	GPLv2
14
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/GPL-2.0
15
LICENSE_FILE=	${WRKSRC}/GPL-2.0
15
16
16
USES=		mysql python:2
17
USES=		mysql python:2.7
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
18
USE_GITHUB=	yes
19
USE_GITHUB=	yes
19
GH_ACCOUNT=	farcepest
20
GH_ACCOUNT=	farcepest
(-)databases/py-cdb/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	cdb
4
PORTNAME=	cdb
5
PORTVERSION=	0.34
5
PORTVERSION=	0.34
6
PORTREVISION=	1
6
CATEGORIES=	databases python
7
CATEGORIES=	databases python
7
MASTER_SITES=	http://pilcrow.madison.wi.us/python-${PORTNAME}/
8
MASTER_SITES=	http://pilcrow.madison.wi.us/python-${PORTNAME}/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	GPLv2+
15
LICENSE=	GPLv2+
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
20
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
21
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
(-)databases/py-forgetsql/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	forgetsql
4
PORTNAME=	forgetsql
5
PORTVERSION=	0.5.1
5
PORTVERSION=	0.5.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
LICENSE=	LGPL21
15
LICENSE=	LGPL21
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_FILE=	${WRKSRC}/COPYING
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)databases/py-htsql/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	htsql
4
PORTNAME=	htsql
5
PORTVERSION=	2.3.3
5
PORTVERSION=	2.3.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
14
15
LICENSE=	AGPLv3
15
LICENSE=	AGPLv3
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} \
20
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} \
(-)databases/py-htsql-mysql/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	htsql-mysql
4
PORTNAME=	htsql-mysql
5
PORTVERSION=	2.3.3
5
PORTVERSION=	2.3.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${FLAVOR}
19
19
20
USES=		python:2
20
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)databases/py-htsql-pgsql/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	htsql-pgsql
4
PORTNAME=	htsql-pgsql
5
PORTVERSION=	2.3.3
5
PORTVERSION=	2.3.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}htsql>2.3:databases/py-htsql@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR}
19
19
20
USES=		python:2
20
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)databases/py-mysql2pgsql/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	mysql2pgsql
3
PORTNAME=	mysql2pgsql
4
PORTVERSION=	0.1.6
4
PORTVERSION=	0.1.6
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR}
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
(-)databases/py-oops/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	oops
4
PORTNAME=	oops
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.1
6
PORTREVISION=	1
6
CATEGORIES=	databases python
7
CATEGORIES=	databases python
7
MASTER_SITES=	SF/pyobjfs/OOPS-Python%20Datastore/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/pyobjfs/OOPS-Python%20Datastore/${PORTNAME}-${PORTVERSION}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-16 Link Here
10
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Object Oriented Database Library For Persistent Storage in Python
12
COMMENT=	Object Oriented Database Library For Persistent Storage in Python
12
13
13
USES=		python:2
14
USES=		python:2.7
14
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)databases/py-pg8000/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pg8000
4
PORTNAME=	pg8000
5
PORTVERSION=	1.11.0
5
PORTVERSION=	1.11.0
6
PORTREVISION=	1
6
CATEGORIES=	databases python
7
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
18
18
NO_ARCH=	yes
19
NO_ARCH=	yes
(-)databases/py-rrdtool_lgpl/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rrdtool_lgpl
4
PORTNAME=	rrdtool_lgpl
5
PORTVERSION=	1.0b1
5
PORTVERSION=	1.0b1
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	SF/py-rrdtool/py-rrdtool/${PORTVERSION}
8
MASTER_SITES=	SF/py-rrdtool/py-rrdtool/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	librrd.so:databases/rrdtool
18
LIB_DEPENDS=	librrd.so:databases/rrdtool
19
19
20
USES=		python:2
20
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
22
23
LIBDIR?=	${LOCALBASE}/lib # directory where librrd.so lives
23
LIBDIR?=	${LOCALBASE}/lib # directory where librrd.so lives
(-)databases/py-umemcache/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	umemcache
4
PORTNAME=	umemcache
5
PORTVERSION=	1.6.3
5
PORTVERSION=	1.6.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases python
7
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	BSD4CLAUSE
14
LICENSE=	BSD4CLAUSE
15
15
16
USES=		dos2unix python:2 zip
16
USES=		dos2unix python:2.7 zip
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)databases/skytools/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	skytools
4
PORTNAME=	skytools
5
PORTVERSION=	3.2
5
PORTVERSION=	3.2
6
PORTREVISION=	1
6
CATEGORIES=	databases
7
CATEGORIES=	databases
7
MASTER_SITES=	http://pgfoundry.org/frs/download.php/3622/
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/3622/
8
9
Lines 10-16 Link Here
10
COMMENT=	PostgreSQL tools from Skype: walshipping, queueing, replication
11
COMMENT=	PostgreSQL tools from Skype: walshipping, queueing, replication
11
12
12
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
13
USES=		gmake python:2 shebangfix pgsql
14
USES=		gmake python:2.7 shebangfix pgsql
14
15
15
SHEBANG_FILES=	setup_pkgloader.py setup_skytools.py \
16
SHEBANG_FILES=	setup_pkgloader.py setup_skytools.py \
16
		scripts/catsql.py scripts/data_maintainer.py \
17
		scripts/catsql.py scripts/data_maintainer.py \
(-)databases/zodb3/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	zodb
4
PORTNAME=	zodb
5
PORTVERSION=	3.10.5
5
PORTVERSION=	3.10.5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMESUFFIX=	-py${PYTHON_SUFFIX}
9
PKGNAMESUFFIX=	-py${PYTHON_SUFFIX}
Lines 21-27 Link Here
21
		${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:devel/py-zclockfile@${FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:devel/py-zclockfile@${FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:devel/py-zope.event@${FLAVOR}
22
		${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:devel/py-zope.event@${FLAVOR}
23
23
24
USES=		python:2
24
USES=		python:2.7
25
USE_PYTHON=	distutils autoplist
25
USE_PYTHON=	distutils autoplist
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)deskutils/calibre/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	calibre
4
PORTNAME=	calibre
5
PORTVERSION=	3.17.0
5
PORTVERSION=	3.17.0
6
PORTREVISION=	1
6
CATEGORIES=	deskutils python
7
CATEGORIES=	deskutils python
7
MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
8
MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
8
9
Lines 48-54 Link Here
48
		pdftohtml:graphics/poppler-utils
49
		pdftohtml:graphics/poppler-utils
49
50
50
USES=		desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig \
51
USES=		desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig \
51
		python:2 pyqt:5 shared-mime-info shebangfix ssl tar:xz
52
		python:2.7 pyqt:5 shared-mime-info shebangfix ssl tar:xz
52
USE_RC_SUBR=	calibre
53
USE_RC_SUBR=	calibre
53
EXTRACT_BEFORE_ARGS=	-x -s '/^calibre/~-src/' -f
54
EXTRACT_BEFORE_ARGS=	-x -s '/^calibre/~-src/' -f
54
SHEBANG_GLOB=	*.sh *.py
55
SHEBANG_GLOB=	*.sh *.py
(-)deskutils/conduit/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	conduit
5
PORTNAME=	conduit
6
PORTVERSION=	0.3.17
6
PORTVERSION=	0.3.17
7
PORTREVISION=	9
7
PORTREVISION=	10
8
CATEGORIES=	deskutils
8
CATEGORIES=	deskutils
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
10
Lines 23-29 Link Here
23
		xdg-open:devel/xdg-utils
23
		xdg-open:devel/xdg-utils
24
24
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
USES=		gettext gmake pathfix pkgconfig python:2 \
26
USES=		gettext gmake pathfix pkgconfig python:2.7 \
27
		shebangfix
27
		shebangfix
28
INSTALLS_OMF=	yes
28
INSTALLS_OMF=	yes
29
INSTALLS_ICONS=	yes
29
INSTALLS_ICONS=	yes
(-)deskutils/gnome-tweak-tool/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gnome-tweak-tool
4
PORTNAME=	gnome-tweak-tool
5
PORTVERSION=	3.18.1
5
PORTVERSION=	3.18.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	deskutils gnome
7
CATEGORIES=	deskutils gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
9
Lines 15-21 Link Here
15
15
16
PORTSCOUT=	limitw:1,even
16
PORTSCOUT=	limitw:1,even
17
17
18
USES=		gettext gmake gnome pathfix pkgconfig python:2 \
18
USES=		gettext gmake gnome pathfix pkgconfig python:2.7 \
19
		shebangfix tar:xz
19
		shebangfix tar:xz
20
USE_GNOME=	gtk30 pygobject3 intlhack
20
USE_GNOME=	gtk30 pygobject3 intlhack
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
(-)deskutils/griffith/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	griffith
4
PORTNAME=	griffith
5
PORTVERSION=	0.13
5
PORTVERSION=	0.13
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	deskutils
7
CATEGORIES=	deskutils
8
MASTER_SITES=	http://launchpadlibrarian.net/87859599/
8
MASTER_SITES=	http://launchpadlibrarian.net/87859599/
9
9
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:print/py-reportlab1@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:print/py-reportlab1@${PY_FLAVOR}
20
20
21
USES=		gmake gettext python:2 shebangfix tar:xz
21
USES=		gmake gettext python:2.7 shebangfix tar:xz
22
SHEBANG_FILES=	griffith
22
SHEBANG_FILES=	griffith
23
USE_GNOME=	pygtk2
23
USE_GNOME=	pygtk2
24
NO_BUILD=	yes
24
NO_BUILD=	yes
(-)deskutils/gtg/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	gtg
3
PORTNAME=	gtg
4
PORTVERSION=	0.3.1
4
PORTVERSION=	0.3.1
5
PORTREVISION=	1
5
CATEGORIES=	deskutils gnome python
6
CATEGORIES=	deskutils gnome python
6
MASTER_SITES=	http://launchpadlibrarian.net/157500472/
7
MASTER_SITES=	http://launchpadlibrarian.net/157500472/
7
8
Lines 16-22 Link Here
16
		xset:x11/xset
17
		xset:x11/xset
17
18
18
USE_GNOME=	pygobject pygtk2
19
USE_GNOME=	pygobject pygtk2
19
USES=		gettext desktop-file-utils python:2 shebangfix
20
USES=		gettext desktop-file-utils python:2.7 shebangfix
20
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
21
SHEBANG_FILES=	${WRKSRC}/gtcli_bash_completion
22
SHEBANG_FILES=	${WRKSRC}/gtcli_bash_completion
22
USE_PYTHON=	distutils autoplist
23
USE_PYTHON=	distutils autoplist
(-)deskutils/ljcharm/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	charm
4
PORTNAME=	charm
5
PORTVERSION=	1.9.2
5
PORTVERSION=	1.9.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	deskutils net
7
CATEGORIES=	deskutils net
8
MASTER_SITES=	SF/lj${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/lj${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
9
Lines 13-19 Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
19
(-)deskutils/mozo/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mozo
4
PORTNAME=	mozo
5
PORTVERSION=	1.18.0
5
PORTVERSION=	1.18.0
6
PORTREVISION=	1
6
CATEGORIES=	deskutils mate
7
CATEGORIES=	deskutils mate
7
MASTER_SITES=	MATE
8
MASTER_SITES=	MATE
8
DIST_SUBDIR=	mate
9
DIST_SUBDIR=	mate
Lines 13-19 Link Here
13
PORTSCOUT=	limitw:1,even
14
PORTSCOUT=	limitw:1,even
14
15
15
USES=		gettext gmake localbase pathfix pkgconfig \
16
USES=		gettext gmake localbase pathfix pkgconfig \
16
		python:2 tar:xz
17
		python:2.7 tar:xz
17
USE_MATE=	menus
18
USE_MATE=	menus
18
USE_GNOME=	gtk30 intltool pygobject3
19
USE_GNOME=	gtk30 intltool pygobject3
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)deskutils/rednotebook/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rednotebook
4
PORTNAME=	rednotebook
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.9.0
6
PORTREVISION=	1
6
CATEGORIES=	deskutils python
7
CATEGORIES=	deskutils python
7
MASTER_SITES=	SF/rednotebook
8
MASTER_SITES=	SF/rednotebook
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
		${LOCALBASE}/bin/xdg-open:devel/xdg-utils \
18
		${LOCALBASE}/bin/xdg-open:devel/xdg-utils \
18
		${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${FLAVOR}
19
20
20
USES=		desktop-file-utils gettext python:2
21
USES=		desktop-file-utils gettext python:2.7
21
22
22
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
23
USE_GNOME=	pygtk2
24
USE_GNOME=	pygtk2
(-)deskutils/semantik/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	semantik
3
PORTNAME=	semantik
4
DISTVERSION=	0.9.5
4
DISTVERSION=	0.9.5
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	deskutils kde
6
CATEGORIES=	deskutils kde
7
MASTER_SITES=	http://ftp.waf.io/pub/release/ \
7
MASTER_SITES=	http://ftp.waf.io/pub/release/ \
8
		http://www.freehackers.org/~tnagy/release/
8
		http://www.freehackers.org/~tnagy/release/
Lines 12-18 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
USES=		kde:4 pkgconfig python:2 shebangfix tar:bzip2 waf \
15
USES=		kde:4 pkgconfig python:2.7 shebangfix tar:bzip2 waf \
16
		gettext shared-mime-info
16
		gettext shared-mime-info
17
USE_KDE=	kdelibs
17
USE_KDE=	kdelibs
18
USE_OCAML=	yes
18
USE_OCAML=	yes
(-)deskutils/superkaramba/Makefile (-2 / +2 lines)
Lines 2-14 Link Here
2
2
3
PORTNAME=	superkaramba
3
PORTNAME=	superkaramba
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	deskutils kde kde-kde4
6
CATEGORIES=	deskutils kde kde-kde4
7
7
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Widget framework for KDE
9
COMMENT=	Widget framework for KDE
10
10
11
USES=		cmake:outsource kde:4 python:2 tar:xz
11
USES=		cmake:outsource kde:4 python:2.7 tar:xz
12
USE_KDE=	kdelibs automoc4 qimageblitz
12
USE_KDE=	kdelibs automoc4 qimageblitz
13
USE_QT4=	qmake_build moc_build rcc_build uic_build
13
USE_QT4=	qmake_build moc_build rcc_build uic_build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
(-)deskutils/tnote/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tnote
4
PORTNAME=	tnote
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.2.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	deskutils
7
CATEGORIES=	deskutils
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
9
9
Lines 12-18 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
USES=		python:2 shebangfix
15
USES=		python:2.7 shebangfix
16
USE_PYTHON=	distutils
16
USE_PYTHON=	distutils
17
17
18
SHEBANG_FILES=	tnote
18
SHEBANG_FILES=	tnote
(-)devel/bbfreeze/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bbfreeze
4
PORTNAME=	bbfreeze
5
PORTVERSION=	1.1.3
5
PORTVERSION=	1.1.3
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}altgraph>=0.9:math/py-altgraph@${FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}altgraph>=0.9:math/py-altgraph@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}bbfreeze-loader>=1.1.0:devel/bbfreeze-loader
17
		${PYTHON_PKGNAMEPREFIX}bbfreeze-loader>=1.1.0:devel/bbfreeze-loader
17
18
18
USES=		python:2 zip
19
USES=		python:2.7 zip
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
21
21
DOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
22
DOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
(-)devel/bbfreeze-loader/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	bbfreeze-loader
4
PORTNAME=	bbfreeze-loader
5
PORTVERSION=	1.1.0
5
PORTVERSION=	1.1.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	ZLIB
14
LICENSE=	ZLIB
15
15
16
USES=		python:2 zip
16
USES=		python:2.7 zip
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/bzr/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	bzr
4
PORTNAME=	bzr
5
PORTVERSION=	2.7.0
5
PORTVERSION=	2.7.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
9
Lines 20-26 Link Here
20
20
21
USE_PYTHON=	distutils cython
21
USE_PYTHON=	distutils cython
22
PYDISTUTILS_PKGNAME=	bzr
22
PYDISTUTILS_PKGNAME=	bzr
23
USES=		gettext python:2
23
USES=		gettext python:2.7
24
MAKE_ENV=	BZR_LOG=/dev/null
24
MAKE_ENV=	BZR_LOG=/dev/null
25
25
26
post-install:
26
post-install:
(-)devel/dee/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dee
4
PORTNAME=	dee
5
PORTVERSION=	1.2.7
5
PORTVERSION=	1.2.7
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	https://launchpadlibrarian.net/151383425/ \
8
MASTER_SITES=	https://launchpadlibrarian.net/151383425/ \
9
	https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
9
	https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
Lines 16-22 Link Here
16
BUILD_DEPENDS=	vapigen:lang/vala
16
BUILD_DEPENDS=	vapigen:lang/vala
17
LIB_DEPENDS=	libicutu.so:devel/icu
17
LIB_DEPENDS=	libicutu.so:devel/icu
18
18
19
USES=		gmake libtool pkgconfig pathfix python:2
19
USES=		gmake libtool pkgconfig pathfix python:2.7
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_GNOME=	glib20 introspection:build pygobject3
21
USE_GNOME=	glib20 introspection:build pygobject3
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)devel/diffuse/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	diffuse
4
PORTNAME=	diffuse
5
PORTVERSION=	0.4.8
5
PORTVERSION=	0.4.8
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	SF
8
MASTER_SITES=	SF
8
9
Lines 14-20 Link Here
14
15
15
CONFLICTS_INSTALL=	tinker-[0-9]*
16
CONFLICTS_INSTALL=	tinker-[0-9]*
16
17
17
USES=		desktop-file-utils python:2 tar:bzip2
18
USES=		desktop-file-utils python:2.7 tar:bzip2
18
USE_GNOME=	pygtk2
19
USE_GNOME=	pygtk2
19
20
20
NO_BUILD=	yes
21
NO_BUILD=	yes
(-)devel/dissy/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dissy
4
PORTNAME=	dissy
5
PORTVERSION=	10
5
PORTVERSION=	10
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
8
9
MAINTAINER=	sbz@FreeBSD.org
9
MAINTAINER=	sbz@FreeBSD.org
Lines 16-22 Link Here
16
		${PYTHON_PKGNAMEPREFIX}webkitgtk>0:www/py-webkitgtk@${FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}webkitgtk>0:www/py-webkitgtk@${FLAVOR}
17
LIB_DEPENDS=	librsvg-2.so:graphics/librsvg2
17
LIB_DEPENDS=	librsvg-2.so:graphics/librsvg2
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils
20
USE_PYTHON=	distutils
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	SimonKagstrom
22
GH_ACCOUNT=	SimonKagstrom
(-)devel/distorm/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME?=	distorm
4
PORTNAME?=	distorm
5
DISTVERSION=	20121220-r230
5
DISTVERSION=	20121220-r230
6
PORTREVISION?=	2
6
PORTREVISION?=	3
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
.if defined(PYTHON_SLAVEPORT)
8
.if defined(PYTHON_SLAVEPORT)
9
CATEGORIES+=	python
9
CATEGORIES+=	python
Lines 25-31 Link Here
25
USES=		dos2unix tar:xz
25
USES=		dos2unix tar:xz
26
26
27
.if defined(PYTHON_SLAVEPORT)
27
.if defined(PYTHON_SLAVEPORT)
28
USES+=		python:2
28
USES+=		python:2.7
29
USE_PYTHON=	distutils
29
USE_PYTHON=	distutils
30
30
31
PYDISTUTILS_PKGNAME=	distorm3
31
PYDISTUTILS_PKGNAME=	distorm3
(-)devel/dreampie/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dreampie
4
PORTNAME=	dreampie
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
9
Lines 12-18 Link Here
12
LICENSE=	GPLv3
13
LICENSE=	GPLv3
13
14
14
USE_GNOME=	pygtk2 pygtksourceview
15
USE_GNOME=	pygtk2 pygtksourceview
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
pre-patch:
19
pre-patch:
(-)devel/efl/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	efl
4
PORTNAME=	efl
5
PORTVERSION=	1.19.2
5
PORTVERSION=	1.19.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel enlightenment
7
CATEGORIES=	devel enlightenment
8
MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
8
MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
9
DIST_SUBDIR=	enlightenment
9
DIST_SUBDIR=	enlightenment
Lines 24-30 Link Here
24
24
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
USES=		autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \
26
USES=		autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \
27
		libtool pathfix pkgconfig python:2,run shared-mime-info \
27
		libtool pathfix pkgconfig python:2.7,run shared-mime-info \
28
		shebangfix tar:xz
28
		shebangfix tar:xz
29
SHEBANG_FILES=	src/scripts/eina/eina-bench-cmp
29
SHEBANG_FILES=	src/scripts/eina/eina-bench-cmp
30
USE_XORG=	x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \
30
USE_XORG=	x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \
(-)devel/evemu/Makefile (-2 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	evemu
4
PORTNAME=	evemu
5
PORTVERSION=	2.6.0
5
PORTVERSION=	2.6.0
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://www.freedesktop.org/software/${PORTNAME}/
8
MASTER_SITES=	http://www.freedesktop.org/software/${PORTNAME}/
8
9
Lines 25-32 Link Here
25
MANPAGES_CONFIGURE_ENV=		XMLTO=${LOCALBASE}/bin/minixmlto
26
MANPAGES_CONFIGURE_ENV=		XMLTO=${LOCALBASE}/bin/minixmlto
26
MANPAGES_CONFIGURE_ENV_OFF=	ac_cv_path_XMLTO="" \
27
MANPAGES_CONFIGURE_ENV_OFF=	ac_cv_path_XMLTO="" \
27
				ac_cv_path_ASCIIDOC=""
28
				ac_cv_path_ASCIIDOC=""
28
PYTHON_USES=			python:2
29
PYTHON_USES=			python:2.7
29
PYTHON_USES_OFF=		python:2,build
30
PYTHON_USES_OFF=		python:2.7,build
30
PYTHON_CONFIGURE_ENABLE=	python-bindings
31
PYTHON_CONFIGURE_ENABLE=	python-bindings
31
32
32
GNU_CONFIGURE=  yes
33
GNU_CONFIGURE=  yes
(-)devel/glade3/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	glade3
4
PORTNAME=	glade3
5
PORTVERSION=	3.8.5
5
PORTVERSION=	3.8.5
6
PORTREVISION=	1
6
CATEGORIES=	devel gnome
7
CATEGORIES=	devel gnome
7
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
8
DIST_SUBDIR=	gnome2
9
DIST_SUBDIR=	gnome2
Lines 38-44 Link Here
38
GNOME_USE=	GNOME=libgnomeui
39
GNOME_USE=	GNOME=libgnomeui
39
PYTHON_CONFIGURE_ENABLE=	python
40
PYTHON_CONFIGURE_ENABLE=	python
40
PYTHON_USE=	GNOME=pygtk2
41
PYTHON_USE=	GNOME=pygtk2
41
PYTHON_USES=	python:2
42
PYTHON_USES=	python:2.7
42
43
43
post-install:
44
post-install:
44
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/glade3/bindings
45
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/glade3/bindings
(-)devel/gobject-introspection/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gobject-introspection
4
PORTNAME=	gobject-introspection
5
PORTVERSION=	1.50.0
5
PORTVERSION=	1.50.0
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	devel
8
CATEGORIES=	devel
8
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
Lines 21-27 Link Here
21
PORTSCOUT=	limitw:1,even
22
PORTSCOUT=	limitw:1,even
22
23
23
USES=		bison gettext gmake gnome libtool localbase pathfix \
24
USES=		bison gettext gmake gnome libtool localbase pathfix \
24
		pkgconfig python:2 tar:xz
25
		pkgconfig python:2.7 tar:xz
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
USE_GNOME=	glib20
27
USE_GNOME=	glib20
27
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
(-)devel/hgview/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	hgview
4
PORTNAME=	hgview
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.9.0
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	CHEESESHOP \
8
MASTER_SITES=	CHEESESHOP \
8
		http://download.logilab.org/pub/${PORTNAME}/
9
		http://download.logilab.org/pub/${PORTNAME}/
Lines 21-27 Link Here
21
		asciidoc:textproc/asciidoc
22
		asciidoc:textproc/asciidoc
22
23
23
NO_ARCH=	yes
24
NO_ARCH=	yes
24
USES=		gmake pyqt:4 python:2
25
USES=		gmake pyqt:4 python:2.7
25
USE_PYQT=	gui_run qscintilla2_run
26
USE_PYQT=	gui_run qscintilla2_run
26
USE_PYTHON=	distutils
27
USE_PYTHON=	distutils
27
PORTDOCS=	*
28
PORTDOCS=	*
(-)devel/libftdi1/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libftdi1
3
PORTNAME=	libftdi1
4
PORTVERSION=	1.4
4
PORTVERSION=	1.4
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.intra2net.com/en/developer/libftdi/download/
7
MASTER_SITES=	http://www.intra2net.com/en/developer/libftdi/download/
8
8
Lines 43-49 Link Here
43
.endif
43
.endif
44
44
45
.if ${PORT_OPTIONS:MPYTHON}
45
.if ${PORT_OPTIONS:MPYTHON}
46
USES+=		python:2
46
USES+=		python:2.7
47
CMAKE_ARGS+=	-DPYTHON_BINDINGS:BOOL=true \
47
CMAKE_ARGS+=	-DPYTHON_BINDINGS:BOOL=true \
48
		-DDOCUMENTATION:BOOL=false
48
		-DDOCUMENTATION:BOOL=false
49
BUILD_DEPENDS+=	swig3.0:devel/swig30
49
BUILD_DEPENDS+=	swig3.0:devel/swig30
(-)devel/libglade2/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	libglade2
5
PORTNAME=	libglade2
6
PORTVERSION=	2.6.4
6
PORTVERSION=	2.6.4
7
PORTREVISION?=	8
7
PORTREVISION?=	9
8
CATEGORIES=	devel gnome
8
CATEGORIES=	devel gnome
9
MASTER_SITES=	GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
9
MASTER_SITES=	GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
10
DISTNAME=	${PORTNAME:S/2$//}-${PORTVERSION}
10
DISTNAME=	${PORTNAME:S/2$//}-${PORTVERSION}
Lines 38-44 Link Here
38
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
39
39
40
.if ${PORT_OPTIONS:MPYTHON}
40
.if ${PORT_OPTIONS:MPYTHON}
41
USES+=		python:2
41
USES+=		python:2.7
42
PLIST_SUB+=	PYTHON=""
42
PLIST_SUB+=	PYTHON=""
43
.else
43
.else
44
PLIST_SUB+=	PYTHON="@comment "
44
PLIST_SUB+=	PYTHON="@comment "
(-)devel/libmpsse/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libmpsse
3
PORTNAME=	libmpsse
4
PORTVERSION=	1.3
4
PORTVERSION=	1.3
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
Lines 18-24 Link Here
18
GH_ACCOUNT=	devttys0
18
GH_ACCOUNT=	devttys0
19
GH_TAGNAME=	f1a6744b220d
19
GH_TAGNAME=	f1a6744b220d
20
20
21
USES=		autoreconf localbase:ldflags pkgconfig python:2
21
USES=		autoreconf localbase:ldflags pkgconfig python:2.7
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	SWIG="swig3.0"
23
CONFIGURE_ENV=	SWIG="swig3.0"
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
(-)devel/libmpsse/files/patch-configure.ac (-2 / +2 lines)
Lines 6-12 Link Here
6
 
6
 
7
+	if ! test $PYEXE
7
+	if ! test $PYEXE
8
+  	then
8
+  	then
9
+    		PYEXE=$(which python2)
9
+    		PYEXE=$(which python2.7)
10
+    		if ! test ${PYEXE}
10
+    		if ! test ${PYEXE}
11
+    		then
11
+    		then
12
+      			PYEXE=$(which python)
12
+      			PYEXE=$(which python)
Lines 16-22 Link Here
16
+
16
+
17
+  	if ! test $PYDEV
17
+  	if ! test $PYDEV
18
+  	then
18
+  	then
19
+    		for INCL in $(python2-config --includes)
19
+    		for INCL in $(python2.7-config --includes)
20
+    		do
20
+    		do
21
+      			echo $INCL
21
+      			echo $INCL
22
+      			INCL=$(echo "${INCL}" | sed 's:^-I::g')
22
+      			INCL=$(echo "${INCL}" | sed 's:^-I::g')
(-)devel/libosmocore/Makefile (-1 / +8 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libosmocore
3
PORTNAME=	libosmocore
4
PORTVERSION=	0.10.2
4
PORTVERSION=	0.10.2
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	http://git.osmocom.org/libosmocore/snapshot/ \
7
MASTER_SITES=	http://git.osmocom.org/libosmocore/snapshot/ \
7
		http://chaosophia.net/downloads/osmocom/${PORTNAME}/
8
		http://chaosophia.net/downloads/osmocom/${PORTNAME}/
Lines 15-26 Link Here
15
LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
16
LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
16
		libtalloc.so:devel/talloc
17
		libtalloc.so:devel/talloc
17
18
18
USES=		alias autoreconf gmake libtool pathfix pkgconfig python:2
19
USES=		alias autoreconf gmake libtool pathfix pkgconfig python:2.7 shebangfix
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
LDFLAGS+=	-lexecinfo
21
LDFLAGS+=	-lexecinfo
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
22
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
23
PORTDOCS=	*
24
PORTDOCS=	*
25
SHEBANG_FILES=	utils/conv_codes_gsm.py utils/conv_gen.py
26
python_OLD_CMD=	/usr/bin/python2
24
27
25
OPTIONS_DEFINE=	DOXYGEN
28
OPTIONS_DEFINE=	DOXYGEN
26
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
29
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
Lines 31-35 Link Here
31
	${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
34
	${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
32
	@${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \
35
	@${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \
33
		${WRKSRC}/src/application.c
36
		${WRKSRC}/src/application.c
37
	${REINPLACE_CMD} -e 's/python2/${PYTHON_VERSION}/' \
38
		${WRKSRC}/include/Makefile.am \
39
		${WRKSRC}/src/gsm/Makefile.am \
40
		${WRKSRC}/tests/Makefile.am
34
41
35
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)devel/libvirt-glib/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libvirt-glib
4
PORTNAME=	libvirt-glib
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.0.0
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	ftp://libvirt.org/libvirt/glib/
8
MASTER_SITES=	ftp://libvirt.org/libvirt/glib/
8
9
Lines 21-27 Link Here
21
22
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--enable-introspection
24
CONFIGURE_ARGS=	--enable-introspection
24
USES=		gettext gmake libtool pathfix pkgconfig python:2
25
USES=		gettext gmake libtool pathfix pkgconfig python:2.7
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
26
USE_GNOME=	intlhack introspection libxml2
27
USE_GNOME=	intlhack introspection libxml2
27
CPPFLAGS+=	-I${LOCALBASE}/include
28
CPPFLAGS+=	-I${LOCALBASE}/include
(-)devel/ninja-ide/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	ninja-ide
4
PORTNAME=	ninja-ide
5
PORTVERSION=	2.3
5
PORTVERSION=	2.3
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	2
7
PORTREVISION=	3
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/
9
MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/
10
10
Lines 13-19 Link Here
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
15
16
USES=		pyqt:4 python:2
16
USES=		pyqt:4 python:2.7
17
USE_PYQT=	declarative_run network  webkit
17
USE_PYQT=	declarative_run network  webkit
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
(-)devel/py-Products.LDAPMultiPlugins/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	Products.LDAPMultiPlugins
4
PORTNAME=	Products.LDAPMultiPlugins
5
PORTVERSION=	1.14
5
PORTVERSION=	1.14
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	devel python zope
7
CATEGORIES=	devel python zope
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:devel/py-Products.LDAPUserFolder@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:devel/py-Products.LDAPUserFolder@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=1.4.0:security/py-Products.PluggableAuthService@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=1.4.0:security/py-Products.PluggableAuthService@${FLAVOR}
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)devel/py-Products.Marshall/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	Products.Marshall
3
PORTNAME=	Products.Marshall
4
PORTVERSION=	2.1.4
4
PORTVERSION=	2.1.4
5
PORTREVISION=	1
5
CATEGORIES=	devel python zope
6
CATEGORIES=	devel python zope
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 23-29 Link Here
23
		${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime@${FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime@${FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${FLAVOR}
25
		${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${FLAVOR}
25
26
26
USES=		python:2 zip
27
USES=		python:2.7 zip
27
USE_PYTHON=	autoplist distutils
28
USE_PYTHON=	autoplist distutils
28
29
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)devel/py-cliapp/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cliapp
3
PORTNAME=	cliapp
4
PORTVERSION=	1.20160724
4
PORTVERSION=	1.20160724
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/
7
MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
17
18
18
USES=		python:2
19
USES=		python:2.7
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
21
21
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
(-)devel/py-cmdtest/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cmdtest
3
PORTNAME=	cmdtest
4
PORTVERSION=	0.29
4
PORTVERSION=	0.29
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cmdtest/snapshot/
7
MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cmdtest/snapshot/
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${FLAVOR}
21
		${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${FLAVOR}
21
22
22
USES=		python:2
23
USES=		python:2.7
23
USE_PYTHON=	distutils autoplist
24
USE_PYTHON=	distutils autoplist
24
NO_ARCH=	yes
25
NO_ARCH=	yes
25
26
(-)devel/py-five.customerize/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	five.customerize
3
PORTNAME=	five.customerize
4
PORTVERSION=	1.1
4
PORTVERSION=	1.1
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	devel python zope
6
CATEGORIES=	devel python zope
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 30-35 Link Here
30
		${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${FLAVOR}
30
		${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${FLAVOR}
31
31
32
USE_PYTHON=	distutils autoplist
32
USE_PYTHON=	distutils autoplist
33
USES=		python:2 zope zip
33
USES=		python:2.7 zope zip
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)devel/py-freebsd/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	freebsd
4
PORTNAME=	freebsd
5
PORTVERSION=	0.9.3
5
PORTVERSION=	0.9.3
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	LOCAL/perky \
8
MASTER_SITES=	LOCAL/perky \
9
		http://people.freebsd.org/~perky/distfiles/
9
		http://people.freebsd.org/~perky/distfiles/
Lines 16-22 Link Here
16
LICENSE=	BSD2CLAUSE
16
LICENSE=	BSD2CLAUSE
17
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
17
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
21
21
22
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
(-)devel/py-functools32/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	functools32
3
PORTNAME=	functools32
4
PORTVERSION=	3.2.3
4
PORTVERSION=	3.2.3
5
PORTREVISION=	1
5
CATEGORIES=	devel python
6
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
Lines 15-21 Link Here
15
GH_PROJECT=	python-functools32
16
GH_PROJECT=	python-functools32
16
GH_TAGNAME=	ad90fa8
17
GH_TAGNAME=	ad90fa8
17
18
18
USES=		python:2
19
USES=		python:2.7
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
21
21
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/py-gdata/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gdata
4
PORTNAME=	gdata
5
PORTVERSION=	2.0.18
5
PORTVERSION=	2.0.18
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
18
18
OPTIONS_DEFINE=	GMPY M2CRYPTO PYCRYPTO EXAMPLES
19
OPTIONS_DEFINE=	GMPY M2CRYPTO PYCRYPTO EXAMPLES
(-)devel/py-gobject/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	gobject
5
PORTNAME=	gobject
6
PORTVERSION=	2.28.6
6
PORTVERSION=	2.28.6
7
PORTREVISION=	7
7
PORTREVISION=	8
8
CATEGORIES=	devel python
8
CATEGORIES=	devel python
9
MASTER_SITES=	GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
9
MASTER_SITES=	GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 22-28 Link Here
22
22
23
PORTSCOUT=	ignore:1
23
PORTSCOUT=	ignore:1
24
24
25
USES=		gmake libtool pathfix pkgconfig python:2 tar:xz shebangfix
25
USES=		gmake libtool pathfix pkgconfig python:2.7 tar:xz shebangfix
26
USE_GNOME=	glib20 introspection:build,run
26
USE_GNOME=	glib20 introspection:build,run
27
USE_PYTHON=	flavors
27
USE_PYTHON=	flavors
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
(-)devel/py-google-apputils/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	google-apputils
4
PORTNAME=	google-apputils
5
PORTVERSION=	0.4.2
5
PORTVERSION=	0.4.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}dateutil>2:devel/py-dateutil@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}dateutil>2:devel/py-dateutil@${FLAVOR}
20
20
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
USES=		python:2
22
USES=		python:2.7
23
USE_PYTHON=	distutils autoplist
23
USE_PYTHON=	distutils autoplist
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)devel/py-grouch/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	grouch
4
PORTNAME=	grouch
5
PORTVERSION=	0.4
5
PORTVERSION=	0.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	https://www.mems-exchange.org/software/files/${PORTNAME}/
8
MASTER_SITES=	https://www.mems-exchange.org/software/files/${PORTNAME}/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
14
15
OPTIONS_DEFINE=	DOCS EXAMPLES
15
OPTIONS_DEFINE=	DOCS EXAMPLES
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
PORTDOCS=	*
20
PORTDOCS=	*
(-)devel/py-gyp/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gyp
4
PORTNAME=	gyp
5
PORTVERSION=	20160504
5
PORTVERSION=	20160504
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	LOCAL/hrs
8
MASTER_SITES=	LOCAL/hrs
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	BSD3CLAUSE
15
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)devel/py-hghooks/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	hghooks
4
PORTNAME=	hghooks
5
PORTVERSION=	0.7.0
5
PORTVERSION=	0.7.0
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	LGPL3
14
LICENSE=	LGPL3
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/py-hgsubversion/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	hgsubversion
4
PORTNAME=	hgsubversion
5
PORTVERSION=	1.8.6
5
PORTVERSION=	1.8.6
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
OPTIONS_DEFAULT=SUBVERTPY
17
OPTIONS_DEFAULT=SUBVERTPY
17
SUBVERTPY_DESC=	Use subvertpy python bindings
18
SUBVERTPY_DESC=	Use subvertpy python bindings
18
19
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
21
22
22
.include <bsd.port.options.mk>
23
.include <bsd.port.options.mk>
(-)devel/py-instant/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	instant
4
PORTNAME=	instant
5
PORTVERSION=	${MMVERSION}.0
5
PORTVERSION=	${MMVERSION}.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
8
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
15
16
RUN_DEPENDS=	swig3.0:devel/swig30
16
RUN_DEPENDS=	swig3.0:devel/swig30
17
17
18
USES=			python:2
18
USES=			python:2.7
19
USE_PYTHON=		distutils
19
USE_PYTHON=		distutils
20
PYDISTUTILS_PKGNAME=	instant
20
PYDISTUTILS_PKGNAME=	instant
21
21
(-)devel/py-ioflo/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ioflo
4
PORTNAME=	ioflo
5
PORTVERSION=	1.5.0
5
PORTVERSION=	1.5.0
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
14
15
15
USES=		python:2 shebangfix
16
USES=		python:2.7 shebangfix
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
NO_ARCH=	yes
18
NO_ARCH=	yes
18
19
(-)devel/py-jsonrpclib/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	jsonrpclib
4
PORTNAME=	jsonrpclib
5
PORTVERSION=	0.1.7
5
PORTVERSION=	0.1.7
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
OPTIONS_DEFINE=	CJSON
19
OPTIONS_DEFINE=	CJSON
(-)devel/py-kayako/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	kayako
3
PORTNAME=	kayako
4
PORTVERSION=	1.1.5
4
PORTVERSION=	1.1.5
5
PORTREVISION=	1
5
CATEGORIES=	devel python
6
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR}
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR}
13
14
14
NO_ARCH=	yes
15
NO_ARCH=	yes
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/py-krosspython/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	krosspython
3
PORTNAME=	krosspython
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	devel kde kde-kde4 python
6
CATEGORIES=	devel kde kde-kde4 python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DISTNAME=	kross-interpreters-${PORTVERSION}
8
DISTNAME=	kross-interpreters-${PORTVERSION}
Lines 10-16 Link Here
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Kross Python scripting library
11
COMMENT=	Kross Python scripting library
12
12
13
USES=		cmake:outsource kde:4 python:2 tar:xz
13
USES=		cmake:outsource kde:4 python:2.7 tar:xz
14
USE_KDE=	kdelibs automoc4
14
USE_KDE=	kdelibs automoc4
15
USE_QT4=	corelib gui qmake_build moc_build uic_build rcc_build
15
USE_QT4=	corelib gui qmake_build moc_build uic_build rcc_build
16
CMAKE_ARGS+=	-DBUILD_falcon:BOOL=FALSE \
16
CMAKE_ARGS+=	-DBUILD_falcon:BOOL=FALSE \
(-)devel/py-liblarch/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	liblarch
3
PORTNAME=	liblarch
4
PORTVERSION=	2.1.0
4
PORTVERSION=	2.1.0
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
14
14
USE_GITHUB=	yes
15
USE_GITHUB=	yes
15
USE_GNOME=	pygobject
16
USE_GNOME=	pygobject
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/py-meliae/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	meliae
3
PORTNAME=	meliae
4
PORTVERSION=	0.4.0
4
PORTVERSION=	0.4.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	http://launchpadlibrarian.net/74803944/ \
7
MASTER_SITES=	http://launchpadlibrarian.net/74803944/ \
8
		LOCAL/sbz
8
		LOCAL/sbz
Lines 13-19 Link Here
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist cython
17
USE_PYTHON=	distutils autoplist cython
18
18
19
regression-test: extract
19
regression-test: extract
(-)devel/py-mongokit/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mongokit
4
PORTNAME=	mongokit
5
PORTVERSION=	0.8.3
5
PORTVERSION=	0.8.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pymongo>=2.0.1:databases/pymongo@${FLAVOR}
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pymongo>=2.0.1:databases/pymongo@${FLAVOR}
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/py-notify/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	notify
3
PORTNAME=	notify
4
PORTVERSION=	0.1.1
4
PORTVERSION=	0.1.1
5
DISTVERSIONPREFIX=python-
5
DISTVERSIONPREFIX=python-
6
PORTREVISION=	11
6
PORTREVISION=	12
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	http://www.galago-project.org/files/releases/source/notify-python/
8
MASTER_SITES=	http://www.galago-project.org/files/releases/source/notify-python/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libnotify.so:devel/libnotify
16
LIB_DEPENDS=	libnotify.so:devel/libnotify
17
17
18
USES=		gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2
18
USES=		gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2
19
USE_GNOME=	pygtk2
19
USE_GNOME=	pygtk2
20
USE_PYTHON=	flavors
20
USE_PYTHON=	flavors
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
(-)devel/py-ordereddict/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ordereddict
4
PORTNAME=	ordereddict
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	MIT
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
USES=		python:2		# for graphics/py-blocking
17
USES=		python:2.7		# for graphics/py-blocking
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/py-palm/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	palm
4
PORTNAME=	palm
5
PORTVERSION=	0.1.7
5
PORTVERSION=	0.1.7
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simpleparse>0:devel/py-simpleparse@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simpleparse>0:devel/py-simpleparse@${FLAVOR}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
21
21
22
post-patch:
22
post-patch:
(-)devel/py-pp/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pp
4
PORTNAME=	pp
5
PORTVERSION=	1.6.6
5
PORTVERSION=	1.6.6
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	http://www.parallelpython.com/downloads/pp/
8
MASTER_SITES=	http://www.parallelpython.com/downloads/pp/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/py-pybind11/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pybind11
4
PORTNAME=	pybind11
5
DISTVERSION=	2.2.1
5
DISTVERSION=	2.2.1
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
NO_ARCH=	yes
18
NO_ARCH=	yes
18
19
(-)devel/py-pydoop/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pydoop
4
PORTNAME=	pydoop
5
PORTVERSION=	1.1.0
5
PORTVERSION=	1.1.0
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
BUILD_DEPENDS=	${LOCALBASE}/bin/yarn:devel/hadoop2
14
BUILD_DEPENDS=	${LOCALBASE}/bin/yarn:devel/hadoop2
14
RUN_DEPENDS=	${LOCALBASE}/bin/yarn:devel/hadoop2
15
RUN_DEPENDS=	${LOCALBASE}/bin/yarn:devel/hadoop2
15
16
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
18
USE_JAVA=	1.7
19
USE_JAVA=	1.7
19
MAKE_ENV+=	HADOOP_HOME=${LOCALBASE} \
20
MAKE_ENV+=	HADOOP_HOME=${LOCALBASE} \
(-)devel/py-pykde4/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pykde4
3
PORTNAME=	pykde4
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	6
5
PORTREVISION=	7
6
CATEGORIES=	devel kde kde-kde4 python
6
CATEGORIES=	devel kde kde-kde4 python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt5
12
LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt5
13
13
14
USES=		cmake:outsource kde:4 python:2 pyqt:4 tar:xz
14
USES=		cmake:outsource kde:4 python:2.7 pyqt:4 tar:xz
15
USE_KDE=	kdelibs nepomuk-core okular pimlibs \
15
USE_KDE=	kdelibs nepomuk-core okular pimlibs \
16
		akonadi automoc4 soprano
16
		akonadi automoc4 soprano
17
USE_PYQT=	declarative designer gui network opengl phonon script sip \
17
USE_PYQT=	declarative designer gui network opengl phonon script sip \
(-)devel/py-pykdeuic4/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pykdeuic4
3
PORTNAME=	pykdeuic4
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	devel kde kde-kde4 python
6
CATEGORIES=	devel kde kde-kde4 python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DISTNAME=	pykde4-${PORTVERSION}
8
DISTNAME=	pykde4-${PORTVERSION}
Lines 10-16 Link Here
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Enhanced version of pyuic4
11
COMMENT=	Enhanced version of pyuic4
12
12
13
USES=		cmake:outsource python:2 kde:4 shebangfix tar:xz
13
USES=		cmake:outsource python:2.7 kde:4 shebangfix tar:xz
14
USE_KDE=	kdelibs automoc4 pykde4
14
USE_KDE=	kdelibs automoc4 pykde4
15
USE_QT4=	moc_build qmake_build rcc_build uic_build
15
USE_QT4=	moc_build qmake_build rcc_build uic_build
16
DISTINFO_FILE=	${.CURDIR:H:H}/devel/py-pykde4/distinfo
16
DISTINFO_FILE=	${.CURDIR:H:H}/devel/py-pykde4/distinfo
(-)devel/py-pytemplate/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pytemplate
4
PORTNAME=	pytemplate
5
PORTVERSION=	1.5.1
5
PORTVERSION=	1.5.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	http://www.bulot.org/downloads/
8
MASTER_SITES=	http://www.bulot.org/downloads/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils
17
USE_PYTHON=	distutils
18
18
19
EXAMPLESDIR=	${PREFIX}/share/examples/py-pytemplate
19
EXAMPLESDIR=	${PREFIX}/share/examples/py-pytemplate
(-)devel/py-pyutil/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pyutil
4
PORTNAME=	pyutil
5
PORTVERSION=	3.1.0
5
PORTVERSION=	3.1.0
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:devel/py-simplejson@${FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:devel/py-simplejson@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:converters/zbase32
17
		${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:converters/zbase32
17
18
18
USES=		python:2
19
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
20
21
21
post-extract:
22
post-extract:
(-)devel/py-rlcompleter2/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rlcompleter2
4
PORTNAME=	rlcompleter2
5
PORTVERSION=	0.98
5
PORTVERSION=	0.98
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	MIT
14
LICENSE=	MIT
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/py-robotframework-selenium2library/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	robotframework-selenium2library
4
PORTNAME=	robotframework-selenium2library
5
PORTVERSION=	1.8.0
5
PORTVERSION=	1.8.0
6
PORTREVISION=	1
6
CATEGORIES=	devel www python
7
CATEGORIES=	devel www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${FLAVOR}
18
19
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
(-)devel/py-spark/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	spark
4
PORTNAME=	spark
5
PORTVERSION=	0.6.1
5
PORTVERSION=	0.6.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	http://pages.cpsc.ucalgary.ca/~aycock/spark/
8
MASTER_SITES=	http://pages.cpsc.ucalgary.ca/~aycock/spark/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Scanning, Parsing, and Rewriting Kit
12
COMMENT=	Scanning, Parsing, and Rewriting Kit
13
13
14
USES=		python:2
14
USES=		python:2.7
15
NO_BUILD=	yes
15
NO_BUILD=	yes
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
17
(-)devel/py-trace2html/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	trace2html
4
PORTNAME=	trace2html
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.2.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/py-ttystatus/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	ttystatus
3
PORTNAME=	ttystatus
4
PORTVERSION=	0.32
4
PORTVERSION=	0.32
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/
7
MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
LICENSE=	GPLv3
13
LICENSE=	GPLv3
13
LICENSE_FILES=	${WRKSRC}/COPYING
14
LICENSE_FILES=	${WRKSRC}/COPYING
14
15
15
USES=		python:2
16
USES=		python:2.7
16
NO_ARCH=	yes
17
NO_ARCH=	yes
17
18
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
(-)devel/py-tvrage/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tvrage
4
PORTNAME=	tvrage
5
PORTVERSION=	0.4.1
5
PORTVERSION=	0.4.1
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
Lines 15-21 Link Here
15
GH_ACCOUNT=	ckreutzer
16
GH_ACCOUNT=	ckreutzer
16
GH_PROJECT=	python-${PORTNAME}
17
GH_PROJECT=	python-${PORTNAME}
17
18
18
USES=		python:2
19
USES=		python:2.7
19
USE_PYTHON=	distutils
20
USE_PYTHON=	distutils
20
PYDISTUTILS_PKGNAME=	python_${PORTNAME}
21
PYDISTUTILS_PKGNAME=	python_${PORTNAME}
21
22
(-)devel/py-uncompyle2/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	uncompyle2
4
PORTNAME=	uncompyle2
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
PKGNAMEPREFIX=	py-
8
PKGNAMEPREFIX=	py-
8
9
Lines 12-18 Link Here
12
USE_GITHUB=	yes
13
USE_GITHUB=	yes
13
GH_ACCOUNT=	Mysterie
14
GH_ACCOUNT=	Mysterie
14
GH_TAGNAME=	3956a5a
15
GH_TAGNAME=	3956a5a
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils
17
USE_PYTHON=	distutils
17
REINPLACE_ARGS=	-i ""
18
REINPLACE_ARGS=	-i ""
18
19
(-)devel/py-wsgitools/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	wsgitools
4
PORTNAME=	wsgitools
5
PORTVERSION=	0.3
5
PORTVERSION=	0.3
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://subdivi.de/~helmut/${PORTNAME}/dist/
8
MASTER_SITES=	http://subdivi.de/~helmut/${PORTNAME}/dist/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
LICENSE=	GPLv2+
16
LICENSE=	GPLv2+
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)devel/py-xoltar-toolkit/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xoltar-toolkit
4
PORTNAME=	xoltar-toolkit
5
PORTVERSION=	2001.06.01
5
PORTVERSION=	2001.06.01
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	SF/${PORTNAME}/xoltar%20toolkit/June%202001
8
MASTER_SITES=	SF/${PORTNAME}/xoltar%20toolkit/June%202001
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
14
14
LICENSE=	LGPL21+
15
LICENSE=	LGPL21+
15
16
16
USES=		python:2
17
USES=		python:2.7
17
NO_WRKSUBDIR=	yes
18
NO_WRKSUBDIR=	yes
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
20
(-)devel/py-zLOG/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	zLOG
3
PORTNAME=	zLOG
4
PORTVERSION=	2.11.2
4
PORTVERSION=	2.11.2
5
PORTREVISION=	1
5
CATEGORIES=	devel python zope
6
CATEGORIES=	devel python zope
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR}
17
18
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)devel/pydbus-common/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dbus
4
PORTNAME=	dbus
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.2.0
6
PORTREVISION?=	1
6
PORTREVISION?=	2
7
CATEGORIES=	devel gnome python
7
CATEGORIES=	devel gnome python
8
MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus-python/
8
MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus-python/
9
PKGNAMEPREFIX?=	py
9
PKGNAMEPREFIX?=	py
Lines 25-31 Link Here
25
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
26
26
27
.if ${SLAVE_PORT} == no
27
.if ${SLAVE_PORT} == no
28
USES+=		python:2,build
28
USES+=		python:2.7,build
29
29
30
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
30
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
31
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
31
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
(-)devel/pypersrc/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pypersrc
4
PORTNAME=	pypersrc
5
PORTVERSION=	20120106
5
PORTVERSION=	20120106
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://www.jimbrooks.org/software/pypersrc/
8
MASTER_SITES=	http://www.jimbrooks.org/software/pypersrc/
9
DISTNAME=	${PORTNAME}_${PORTVERSION}
9
DISTNAME=	${PORTNAME}_${PORTVERSION}
Lines 19-25 Link Here
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}
20
WRKSRC=		${WRKDIR}/${PORTNAME}
21
21
22
USES=		gmake python:2 tar:bzip2
22
USES=		gmake python:2.7 tar:bzip2
23
HAS_CONFIGURE=	yes
23
HAS_CONFIGURE=	yes
24
CONFIGURE_SCRIPT=	configure.sh
24
CONFIGURE_SCRIPT=	configure.sh
25
MAKE_ENV=	CXX_FLAGS="${CXXFLAGS}"
25
MAKE_ENV=	CXX_FLAGS="${CXXFLAGS}"
(-)devel/pyside/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	pyside
4
PORTNAME=	pyside
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.2
6
DISTVERSIONPREFIX=	qt4.8+
6
DISTVERSIONPREFIX=	qt4.8+
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	https://download.qt-project.org/official_releases/pyside/
9
MASTER_SITES=	https://download.qt-project.org/official_releases/pyside/
10
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
10
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
Lines 29-35 Link Here
29
PLIST_SUB=	PORTVERSION=${PORTVERSION} \
29
PLIST_SUB=	PORTVERSION=${PORTVERSION} \
30
		PYTHON_VERSION=${PYTHON_VERSION}
30
		PYTHON_VERSION=${PYTHON_VERSION}
31
31
32
USES=		cmake python:2 tar:bzip2
32
USES=		cmake python:2.7 tar:bzip2
33
USE_PYTHON=	flavors
33
USE_PYTHON=	flavors
34
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
35
35
(-)devel/pyside-tools/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pyside-tools
4
PORTNAME=	pyside-tools
5
PORTVERSION=	0.2.15
5
PORTVERSION=	0.2.15
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
8
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
9
9
Lines 21-27 Link Here
21
GH_ACCOUNT=	PySide
21
GH_ACCOUNT=	PySide
22
GH_PROJECT=	Tools
22
GH_PROJECT=	Tools
23
23
24
USES=		cmake python:2 shebangfix
24
USES=		cmake python:2.7 shebangfix
25
SHEBANG_FILES=	pyside-uic pysideuic/icon_cache.py
25
SHEBANG_FILES=	pyside-uic pysideuic/icon_cache.py
26
USE_QT4=	moc_build qmake_build rcc_build uic_build
26
USE_QT4=	moc_build qmake_build rcc_build uic_build
27
27
(-)devel/pyst/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pyst
4
PORTNAME=	pyst
5
PORTVERSION=	0.6.50
5
PORTVERSION=	0.6.50
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	SF/${PORTNAME}/pyst/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/pyst/${PORTVERSION}
8
9
Lines 12-18 Link Here
12
LICENSE=	LGPL21 PSFL
13
LICENSE=	LGPL21 PSFL
13
LICENSE_COMB=	dual
14
LICENSE_COMB=	dual
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils
17
USE_PYTHON=	distutils
17
NO_ARCH=	yes
18
NO_ARCH=	yes
18
19
(-)devel/pythk/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pythk
4
PORTNAME=	pythk
5
PORTVERSION=	0.2.0
5
PORTVERSION=	0.2.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/runsnakerun/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	runsnakerun
4
PORTNAME=	runsnakerun
5
DISTVERSION=	2.0.4
5
DISTVERSION=	2.0.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
DISTNAME=	${PORTNAME:C/r/R/g:C/s/S/}-${DISTVERSION}
9
DISTNAME=	${PORTNAME:C/r/R/g:C/s/S/}-${DISTVERSION}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}SquareMap>0:x11-toolkits/py-SquareMap@${FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}SquareMap>0:x11-toolkits/py-SquareMap@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}meliae>0:devel/py-meliae@${FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}meliae>0:devel/py-meliae@${FLAVOR}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/shedskin/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	shedskin
4
PORTNAME=	shedskin
5
PORTVERSION=	0.9.4
5
PORTVERSION=	0.9.4
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	devel python
8
CATEGORIES=	devel python
8
9
Lines 18-24 Link Here
18
19
19
USE_GITHUB=	yes
20
USE_GITHUB=	yes
20
21
21
USES=		python:2
22
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist distutils
23
NO_ARCH=	yes
24
NO_ARCH=	yes
24
25
(-)devel/spark/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	spark
4
PORTNAME=	spark
5
PORTVERSION=	2.1.1
5
PORTVERSION=	2.1.1
6
PORTREVISION=	1
6
CATEGORIES=	devel java
7
CATEGORIES=	devel java
7
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
8
MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
8
		LOCAL/demon/:maven \
9
		LOCAL/demon/:maven \
Lines 22-28 Link Here
22
RUN_DEPENDS=	bash:shells/bash \
23
RUN_DEPENDS=	bash:shells/bash \
23
		yarn:devel/hadoop2
24
		yarn:devel/hadoop2
24
25
25
USES=		python:2 shebangfix
26
USES=		python:2.7 shebangfix
26
USE_JAVA=	yes
27
USE_JAVA=	yes
27
JAVA_VERSION=	1.7+
28
JAVA_VERSION=	1.7+
28
MAKE_ENV+=	JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"
29
MAKE_ENV+=	JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"
(-)devel/zziplib/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
BUILD_DEPENDS=	zip:archivers/zip
16
BUILD_DEPENDS=	zip:archivers/zip
17
17
18
USES=		libtool pathfix pkgconfig python:2,build tar:bzip2
18
USES=		libtool pathfix pkgconfig python:2.7,build tar:bzip2
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
20
CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)dns/py-dns/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dns
4
PORTNAME=	dns
5
PORTVERSION=	2.3.6
5
PORTVERSION=	2.3.6
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	dns python
7
CATEGORIES=	dns python
8
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
LICENSE_FILE=	${WRKSRC}/LICENSE
17
LICENSE_FILE=	${WRKSRC}/LICENSE
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
19
20
USES=		python:2
20
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
22
23
PORTDOCS=	README.txt README-guido.txt
23
PORTDOCS=	README.txt README-guido.txt
(-)dns/py-idnkit2/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	idnkit-python
4
PORTNAME=	idnkit-python
5
PORTVERSION=	2.3
5
PORTVERSION=	2.3
6
PORTREVISION=	1
6
CATEGORIES=	dns
7
CATEGORIES=	dns
7
MASTER_SITES=	http://jprs.co.jp/idn/
8
MASTER_SITES=	http://jprs.co.jp/idn/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LIB_DEPENDS=	libidnkitlite.so:dns/idnkit2
14
LIB_DEPENDS=	libidnkitlite.so:dns/idnkit2
14
15
15
USES=		python:2 tar:bzip2
16
USES=		python:2.7 tar:bzip2
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
post-patch:
19
post-patch:
(-)dns/unbound/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.6.8
5
PORTVERSION=	1.6.8
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	dns
7
CATEGORIES=	dns
8
MASTER_SITES=	http://unbound.net/downloads/
8
MASTER_SITES=	http://unbound.net/downloads/
9
9
Lines 75-81 Link Here
75
PYTHON_CONFIGURE_ON=	--with-pyunbound=yes --with-pythonmodule=yes \
75
PYTHON_CONFIGURE_ON=	--with-pyunbound=yes --with-pythonmodule=yes \
76
			LDFLAGS="-L${LOCALBASE}/lib" \
76
			LDFLAGS="-L${LOCALBASE}/lib" \
77
			ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0
77
			ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0
78
PYTHON_USES=		python:2
78
PYTHON_USES=		python:2.7
79
PYTHON_VARS=		STRIP_FILES+=.libs/_unbound.so
79
PYTHON_VARS=		STRIP_FILES+=.libs/_unbound.so
80
THREADS_CONFIGURE_WITH=	pthreads
80
THREADS_CONFIGURE_WITH=	pthreads
81
81
(-)editors/leo/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	leo
4
PORTNAME=	leo
5
PORTVERSION=	5.3
5
PORTVERSION=	5.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	editors python
7
CATEGORIES=	editors python
8
MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
8
MASTER_SITES=	SF/${PORTNAME}/Leo/${PORTVERSION}-final
9
DISTNAME=	Leo-${PORTVERSION}-final
9
DISTNAME=	Leo-${PORTVERSION}-final
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} \
20
		silvercity>0:textproc/silvercity
20
		silvercity>0:textproc/silvercity
21
21
22
USES=		pyqt:4 python:2 shebangfix zip
22
USES=		pyqt:4 python:2.7 shebangfix zip
23
SHEBANG_FILES=	leo/doc/html/fixup.pl leo/external/saveleo \
23
SHEBANG_FILES=	leo/doc/html/fixup.pl leo/external/saveleo \
24
		leo/dist/leo-install.py leo/scripts/leo
24
		leo/dist/leo-install.py leo/scripts/leo
25
USE_PYQT=	gui_run svg_run
25
USE_PYQT=	gui_run svg_run
(-)emulators/mame/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
GH_PROJECT=	mame				# explicit (master port)
22
GH_PROJECT=	mame				# explicit (master port)
23
GH_TAGNAME=	mame${PORTVERSION:S/.//}
23
GH_TAGNAME=	mame${PORTVERSION:S/.//}
24
24
25
USES=		compiler:c11 gmake jpeg pkgconfig python:2,build shebangfix
25
USES=		compiler:c11 gmake jpeg pkgconfig python:2.7,build shebangfix
26
SHEBANG_FILES=	src/devices/cpu/m6502/m6502make.py \
26
SHEBANG_FILES=	src/devices/cpu/m6502/m6502make.py \
27
		src/devices/cpu/m6809/m6809make.py \
27
		src/devices/cpu/m6809/m6809make.py \
28
		src/devices/cpu/mcs96/mcs96make.py \
28
		src/devices/cpu/mcs96/mcs96make.py \
(-)emulators/qemu/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libfreetype.so:print/freetype2
18
		libfreetype.so:print/freetype2
19
19
20
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
21
USES?=		cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2
21
USES?=		cpe gmake pkgconfig bison perl5 python:2.7,build tar:bzip2
22
USE_PERL5=	build
22
USE_PERL5=	build
23
MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
23
MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
24
.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
24
.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
(-)emulators/qemu-devel/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
HAS_CONFIGURE=	yes
16
HAS_CONFIGURE=	yes
17
USES=		cpe gmake pkgconfig bison perl5 python:2,build ssl tar:bzip2
17
USES=		cpe gmake pkgconfig bison perl5 python:2.7,build ssl tar:bzip2
18
USE_PERL5=	build
18
USE_PERL5=	build
19
USE_XORG=	pixman
19
USE_XORG=	pixman
20
USE_GNOME+=	cairo glib20
20
USE_GNOME+=	cairo glib20
(-)emulators/qemu-ppcnv/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
GH_TAGNAME=	8d5981c
25
GH_TAGNAME=	8d5981c
26
26
27
HAS_CONFIGURE=	yes
27
HAS_CONFIGURE=	yes
28
USES=		gmake libtool makeinfo pkgconfig python:2,build
28
USES=		gmake libtool makeinfo pkgconfig python:2.7,build
29
USE_XORG=	pixman
29
USE_XORG=	pixman
30
USE_GNOME+=	glib20
30
USE_GNOME+=	glib20
31
ONLY_FOR_ARCHS=	amd64
31
ONLY_FOR_ARCHS=	amd64
(-)emulators/qemu-utils/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
COMMENT=	QEMU userland utilities
6
COMMENT=	QEMU userland utilities
7
7
8
HAS_CONFIGURE=	yes
8
HAS_CONFIGURE=	yes
9
USES=		cpe gmake pkgconfig perl5 python:2,build tar:bzip2
9
USES=		cpe gmake pkgconfig perl5 python:2.7,build tar:bzip2
10
USES+=		gettext-runtime
10
USES+=		gettext-runtime
11
USE_GNOME+=	glib20
11
USE_GNOME+=	glib20
12
MAKE_ENV+=	BSD_MAKE="${MAKE}" PREFIX=${PREFIX}
12
MAKE_ENV+=	BSD_MAKE="${MAKE}" PREFIX=${PREFIX}
(-)finance/bitcoin-armory/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	BitcoinArmory
4
PORTNAME=	BitcoinArmory
5
PORTVERSION=	0.93.3
5
PORTVERSION=	0.93.3
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	finance
8
CATEGORIES=	finance
9
9
10
MAINTAINER=	yuri@rawbw.com
10
MAINTAINER=	yuri@rawbw.com
Lines 23-29 Link Here
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	etotheipi
24
GH_ACCOUNT=	etotheipi
25
25
26
USES=		compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix
26
USES=		compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2.7 shebangfix
27
USE_PYQT=	core_run gui_run
27
USE_PYQT=	core_run gui_run
28
SHEBANG_FILES=	ArmoryQt.py extras/extractKeysFromWallet.py
28
SHEBANG_FILES=	ArmoryQt.py extras/extractKeysFromWallet.py
29
CPPFLAGS+=	-I${LOCALBASE}/include
29
CPPFLAGS+=	-I${LOCALBASE}/include
(-)finance/ktoblzcheck/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ktoblzcheck
4
PORTNAME=	ktoblzcheck
5
PORTVERSION=	1.49
5
PORTVERSION=	1.49
6
PORTREVISION=	1
6
CATEGORIES=	finance german
7
CATEGORIES=	finance german
7
MASTER_SITES=	SF/${PORTNAME}
8
MASTER_SITES=	SF/${PORTNAME}
8
9
Lines 24-30 Link Here
24
OPTIONS_DEFINE=	DOCS PYTHON
25
OPTIONS_DEFINE=	DOCS PYTHON
25
OPTIONS_SUB=	yes
26
OPTIONS_SUB=	yes
26
27
27
PYTHON_USES=			python:2
28
PYTHON_USES=			python:2.7
28
PYTHON_CONFIGURE_ENABLE=	python
29
PYTHON_CONFIGURE_ENABLE=	python
29
30
30
TEST_TARGET=			check
31
TEST_TARGET=			check
(-)finance/tryton28/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tryton
4
PORTNAME=	tryton
5
PORTVERSION=	2.8.12
5
PORTVERSION=	2.8.12
6
PORTREVISION=	1
6
CATEGORIES=	finance python
7
CATEGORIES=	finance python
7
MASTER_SITES=	CHEESESHOP \
8
MASTER_SITES=	CHEESESHOP \
8
		http://downloads.tryton.org/2.8/
9
		http://downloads.tryton.org/2.8/
Lines 18-24 Link Here
18
19
19
CONFLICTS=	tryton-2.[46].*
20
CONFLICTS=	tryton-2.[46].*
20
21
21
USES=		desktop-file-utils gettext python:2
22
USES=		desktop-file-utils gettext python:2.7
22
USE_PYTHON=	distutils autoplist
23
USE_PYTHON=	distutils autoplist
23
USE_GNOME=	gtk20 pygtk2
24
USE_GNOME=	gtk20 pygtk2
24
25
(-)french/aster/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	aster
4
PORTNAME=	aster
5
DISTVERSION=	${ASTER_DISTVERSION}
5
DISTVERSION=	${ASTER_DISTVERSION}
6
PORTREVISION=	1
6
CATEGORIES=	french cad
7
CATEGORIES=	french cad
7
CATEGORIES=	french cad
8
CATEGORIES=	french cad
8
9
Lines 52-58 Link Here
52
53
53
BROKEN_FreeBSD_12=	does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory)
54
BROKEN_FreeBSD_12=	does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory)
54
55
55
USES=		bison fortran gettext python:2 tk
56
USES=		bison fortran gettext python:2.7 tk
56
USE_BINUTILS=	yes
57
USE_BINUTILS=	yes
57
USE_QT4=	linguisttools_build
58
USE_QT4=	linguisttools_build
58
59
(-)games/anki/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	anki
4
PORTNAME=	anki
5
PORTVERSION=	2.0.36
5
PORTVERSION=	2.0.36
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	http://ankisrs.net/download/mirror/
8
MASTER_SITES=	http://ankisrs.net/download/mirror/
9
DIST_SUBDIR=	python
9
DIST_SUBDIR=	python
Lines 23-29 Link Here
23
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR}
24
		${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR}
25
25
26
USES=		desktop-file-utils pyqt:4 python:2 shared-mime-info shebangfix tar:tgz
26
USES=		desktop-file-utils pyqt:4 python:2.7 shared-mime-info shebangfix tar:tgz
27
SHEBANG_FILES=	tools/build_ui.sh tools/tests.sh
27
SHEBANG_FILES=	tools/build_ui.sh tools/tests.sh
28
USE_PYQT=	network_run webkit_run
28
USE_PYQT=	network_run webkit_run
29
USE_QT4=	network_run webkit_run
29
USE_QT4=	network_run webkit_run
(-)games/barbie_seahorse_adventures/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	barbie_seahorse_adventures
4
PORTNAME=	barbie_seahorse_adventures
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	http://www.imitationpickles.org/barbie/files/
8
MASTER_SITES=	http://www.imitationpickles.org/barbie/files/
9
DISTNAME=	barbie-${DISTVERSION}
9
DISTNAME=	barbie-${DISTVERSION}
Lines 19-25 Link Here
19
19
20
WRKSRC=		${WRKDIR}/barbie-${DISTVERSION}
20
WRKSRC=		${WRKDIR}/barbie-${DISTVERSION}
21
21
22
USES=		dos2unix python:2 shebangfix tar:tgz
22
USES=		dos2unix python:2.7 shebangfix tar:tgz
23
SHEBANG_FILES=	run_game.py create-upload.py
23
SHEBANG_FILES=	run_game.py create-upload.py
24
DOS2UNIX_GLOB=	*.py
24
DOS2UNIX_GLOB=	*.py
25
NO_BUILD=	yes
25
NO_BUILD=	yes
(-)games/bouncy/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	bouncy
4
PORTNAME=	bouncy
5
PORTVERSION=	r6
5
PORTVERSION=	r6
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	http://media.pyweek.org/dl/3/bouncy/ \
8
MASTER_SITES=	http://media.pyweek.org/dl/3/bouncy/ \
9
		SF/nemysisfreebsdp/games/${PORTNAME}/:icons
9
		SF/nemysisfreebsdp/games/${PORTNAME}/:icons
Lines 23-29 Link Here
23
23
24
WRKSRC=		${WRKDIR}/${PORTNAME}-post-${DISTVERSION}
24
WRKSRC=		${WRKDIR}/${PORTNAME}-post-${DISTVERSION}
25
25
26
USES=		python:2
26
USES=		python:2.7
27
27
28
PORTDOCS=	README.txt
28
PORTDOCS=	README.txt
29
29
(-)games/childsplay/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	childsplay
4
PORTNAME=	childsplay
5
PORTVERSION=	2.6.5
5
PORTVERSION=	2.6.5
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	SAVANNAH
8
MASTER_SITES=	SAVANNAH
9
9
Lines 19-25 Link Here
19
19
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
21
22
USES=		gettext shebangfix tar:tgz python:2
22
USES=		gettext shebangfix tar:tgz python:2.7
23
USE_GNOME=	pygtk2
23
USE_GNOME=	pygtk2
24
24
25
SHEBANG_FILES=	childsplay.py
25
SHEBANG_FILES=	childsplay.py
(-)games/gcompris/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gcompris
4
PORTNAME=	gcompris
5
PORTVERSION=	15.10
5
PORTVERSION=	15.10
6
PORTREVISION=	1
6
CATEGORIES=	games gnome
7
CATEGORIES=	games gnome
7
MASTER_SITES=	http://gcompris.net/download/
8
MASTER_SITES=	http://gcompris.net/download/
8
9
Lines 22-28 Link Here
22
		gnucap:cad/gnucap
23
		gnucap:cad/gnucap
23
24
24
USES=		display:configure gettext gmake libtool localbase pathfix \
25
USES=		display:configure gettext gmake libtool localbase pathfix \
25
		pkgconfig python:2 shebangfix sqlite tar:bzip2
26
		pkgconfig python:2.7 shebangfix sqlite tar:bzip2
26
SHEBANG_FILES=	boards/voices/*.sh
27
SHEBANG_FILES=	boards/voices/*.sh
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
28
USE_GSTREAMER=	yes
29
USE_GSTREAMER=	yes
(-)games/mudmagic/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mudmagic
4
PORTNAME=	mudmagic
5
PORTVERSION=	1.9
5
PORTVERSION=	1.9
6
PORTREVISION=	17
6
PORTREVISION=	18
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	http://www.mudmagic.com/mud-client/downloads/
8
MASTER_SITES=	http://www.mudmagic.com/mud-client/downloads/
9
9
Lines 21-27 Link Here
21
		libfontconfig.so:x11-fonts/fontconfig
21
		libfontconfig.so:x11-fonts/fontconfig
22
22
23
USES=		gettext-runtime gmake libtool localbase pathfix \
23
USES=		gettext-runtime gmake libtool localbase pathfix \
24
		pkgconfig python sqlite
24
		pkgconfig python:2.7 sqlite
25
USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 libxml2
25
USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 libxml2
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
INSTALL_TARGET=	install-strip
27
INSTALL_TARGET=	install-strip
(-)games/mudmagic/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2018-02-11 22:32:42 UTC
2
+++ configure
3
@@ -18702,7 +18702,7 @@ FOUND_PYTHON=no
4
 PYTHON_CXXFLAGS=""
5
 PYTHON_LIBS=""
6
 
7
-PYTHON_binchk="python python2 python2.2 python2.3 python2.4"
8
+PYTHON_binchk="python python2 python2.2 python2.3 python2.4 python2.7"
9
 for i in ${PYTHON_binchk};
10
 do
11
     PYTHON_check=`$i -V 2>/dev/null; echo $?`
(-)games/nelly/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	nelly
4
PORTNAME=	nelly
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	http://www.partiallydisassembled.net/nelly/ \
8
MASTER_SITES=	http://www.partiallydisassembled.net/nelly/ \
9
		http://media.pyweek.org/dl/2/rushed/ \
9
		http://media.pyweek.org/dl/2/rushed/ \
Lines 19-25 Link Here
19
RUN_DEPENDS=	${PYGAME} \
19
RUN_DEPENDS=	${PYGAME} \
20
		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR}
20
		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR}
21
21
22
USES=		python:2
22
USES=		python:2.7
23
23
24
PORTDOCS=	README
24
PORTDOCS=	README
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
(-)games/oneisenough/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	oneisenough
4
PORTNAME=	oneisenough
5
PORTVERSION=	0.40
5
PORTVERSION=	0.40
6
PORTREVISION=	1
6
CATEGORIES=	games python
7
CATEGORIES=	games python
7
MASTER_SITES=	http://hectigo.net/games/oneisenough/ \
8
MASTER_SITES=	http://hectigo.net/games/oneisenough/ \
8
		SF/nemysisfreebsdp/games/:icons
9
		SF/nemysisfreebsdp/games/:icons
Lines 20-26 Link Here
20
21
21
WRKSRC=		${WRKDIR}/"one is enough"
22
WRKSRC=		${WRKDIR}/"one is enough"
22
23
23
USES=		dos2unix python:2 shebangfix zip
24
USES=		dos2unix python:2.7 shebangfix zip
24
DOS2UNIX_FILES=	*.txt bin/*.py
25
DOS2UNIX_FILES=	*.txt bin/*.py
25
DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
26
DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
26
SHEBANG_FILES=	run_game.py bin/mainmenu.py
27
SHEBANG_FILES=	run_game.py bin/mainmenu.py
(-)games/poker-engine/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	poker-engine
4
PORTNAME=	poker-engine
5
PORTVERSION=	1.3.6
5
PORTVERSION=	1.3.6
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	http://download.gna.org/pokersource/sources/
8
MASTER_SITES=	http://download.gna.org/pokersource/sources/
9
9
Lines 22-28 Link Here
22
		${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${FLAVOR} \
22
		${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${FLAVOR} \
23
		${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt@${FLAVOR}
23
		${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt@${FLAVOR}
24
24
25
USES=		gettext gmake pathfix pkgconfig python:2
25
USES=		gettext gmake pathfix pkgconfig python:2.7
26
USE_PYTHON=	flavors
26
USE_PYTHON=	flavors
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
28
(-)games/py-fife/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=		fife
4
PORTNAME=		fife
5
PORTVERSION=		0.4.1
5
PORTVERSION=		0.4.1
6
PORTREVISION=		6
6
PORTREVISION=		7
7
CATEGORIES=		games
7
CATEGORIES=		games
8
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
9
9
Lines 60-66 Link Here
60
LOGGING_CMAKE_BOOL=	logging
60
LOGGING_CMAKE_BOOL=	logging
61
61
62
PYTHON_CMAKE_BOOL=	build-python
62
PYTHON_CMAKE_BOOL=	build-python
63
PYTHON_USES=		python:2
63
PYTHON_USES=		python:2.7
64
PYTHON_USE=		python=flavors
64
PYTHON_USE=		python=flavors
65
PYTHON_BUILD_DEPENDS=	${LOCALBASE}/bin/swig3.0:devel/swig30
65
PYTHON_BUILD_DEPENDS=	${LOCALBASE}/bin/swig3.0:devel/swig30
66
66
(-)games/py-poker-eval/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	poker-eval
4
PORTNAME=	poker-eval
5
PORTVERSION=	0.138
5
PORTVERSION=	0.138
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	http://download.gna.org/pokersource/sources/
8
MASTER_SITES=	http://download.gna.org/pokersource/sources/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	libpoker-eval.so:games/poker-eval
18
LIB_DEPENDS=	libpoker-eval.so:games/poker-eval
19
19
20
USES=		autoreconf libtool pathfix pkgconfig python:2
20
USES=		autoreconf libtool pathfix pkgconfig python:2.7
21
USE_PYTHON=	flavors
21
USE_PYTHON=	flavors
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	PYTHON=""
23
CONFIGURE_ARGS=	PYTHON=""
(-)games/pycadia/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pycadia
4
PORTNAME=	pycadia
5
PORTVERSION=	0.5.1
5
PORTVERSION=	0.5.1
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	GENTOO \
8
MASTER_SITES=	GENTOO \
9
		SF/nemysisfreebsdp/games/
9
		SF/nemysisfreebsdp/games/
Lines 19-25 Link Here
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}
20
WRKSRC=		${WRKDIR}/${PORTNAME}
21
21
22
USES=		python:2 shebangfix
22
USES=		python:2.7 shebangfix
23
USE_GNOME=	pygtk2 libgnomeui
23
USE_GNOME=	pygtk2 libgnomeui
24
SHEBANG_FILES=	*.py
24
SHEBANG_FILES=	*.py
25
NO_ARCH=	yes
25
NO_ARCH=	yes
(-)games/pyfa/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pyfa
4
PORTNAME=	pyfa
5
PORTVERSION=	1.19.1
5
PORTVERSION=	1.19.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
8
CATEGORIES=	games python
8
CATEGORIES=	games python
9
9
Lines 21-27 Link Here
21
GH_ACCOUNT=	pyfa-org
21
GH_ACCOUNT=	pyfa-org
22
GH_PROJECT=	Pyfa
22
GH_PROJECT=	Pyfa
23
23
24
USES=		python:2 dos2unix
24
USES=		python:2.7 dos2unix
25
DOS2UNIX_GLOB=	*.py
25
DOS2UNIX_GLOB=	*.py
26
NO_ARCH=	yes
26
NO_ARCH=	yes
27
27
(-)games/pythonchess/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pythonchess
4
PORTNAME=	pythonchess
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	1
6
CATEGORIES=	games
7
CATEGORIES=	games
7
MASTER_SITES=	http://sites.google.com/site/purplesaguaroinc/myfiles/ \
8
MASTER_SITES=	http://sites.google.com/site/purplesaguaroinc/myfiles/ \
8
		SF/nemysisfreebsdp/games/:icons
9
		SF/nemysisfreebsdp/games/:icons
Lines 21-27 Link Here
21
22
22
WRKSRC=		${WRKDIR}/${PORTNAME:S/p/P/:S/c/C/}
23
WRKSRC=		${WRKDIR}/${PORTNAME:S/p/P/:S/c/C/}
23
24
24
USES=		dos2unix python:2 zip
25
USES=		dos2unix python:2.7 zip
25
DOS2UNIX_REGEX=	.*.[^p][^n][^g]$
26
DOS2UNIX_REGEX=	.*.[^p][^n][^g]$
26
27
27
SUB_FILES=	${PORTNAME}
28
SUB_FILES=	${PORTNAME}
(-)games/pythonsudoku/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pythonsudoku
4
PORTNAME=	pythonsudoku
5
PORTVERSION=	0.13
5
PORTVERSION=	0.13
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \
8
MASTER_SITES=	SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \
9
		SF/nemysisfreebsdp/games/:icons
9
		SF/nemysisfreebsdp/games/:icons
Lines 23-29 Link Here
23
		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}reportlab1>=0:print/py-reportlab1@${FLAVOR}
24
		${PYTHON_PKGNAMEPREFIX}reportlab1>=0:print/py-reportlab1@${FLAVOR}
25
25
26
USES=		python:2 tar:bzip2
26
USES=		python:2.7 tar:bzip2
27
USE_GNOME=	pygtk2
27
USE_GNOME=	pygtk2
28
USE_PYTHON=	distutils
28
USE_PYTHON=	distutils
29
INSTALLS_ICONS=	yes
29
INSTALLS_ICONS=	yes
(-)games/pytowerdefense/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pytowerdefense
4
PORTNAME=	pytowerdefense
5
PORTVERSION=	0.5
5
PORTVERSION=	0.5
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/
8
MASTER_SITES=	SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/
9
DISTNAME=	${PORTNAME}${DISTVERSION}
9
DISTNAME=	${PORTNAME}${DISTVERSION}
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	${PYGAME}
17
RUN_DEPENDS=	${PYGAME}
18
18
19
USES=		python:2 shebangfix zip
19
USES=		python:2.7 shebangfix zip
20
SHEBANG_FILES=	pyconsole.py
20
SHEBANG_FILES=	pyconsole.py
21
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
22
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)games/schiff/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	schiff
4
PORTNAME=	schiff
5
PORTVERSION=	16
5
PORTVERSION=	16
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	SF/pygamebook/${PORTNAME:S/s/S/}/${PORTNAME}${PORTVERSION}.py/ \
8
MASTER_SITES=	SF/pygamebook/${PORTNAME:S/s/S/}/${PORTNAME}${PORTVERSION}.py/ \
9
		SF/nemysisfreebsdp/games/:icons
9
		SF/nemysisfreebsdp/games/:icons
Lines 19-25 Link Here
19
19
20
RUN_DEPENDS=	${PYGAME}
20
RUN_DEPENDS=	${PYGAME}
21
21
22
USES=		python:2,run shebangfix
22
USES=		python:2.7,run shebangfix
23
SHEBANG_FILES=	schiff.py
23
SHEBANG_FILES=	schiff.py
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
NO_WRKSUBDIR=	yes
25
NO_WRKSUBDIR=	yes
(-)games/schwarzweiss/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	schwarzweiss
4
PORTNAME=	schwarzweiss
5
PORTVERSION=	20110806
5
PORTVERSION=	20110806
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	SF/nemysisfreebsdp/games/:icons
8
MASTER_SITES=	SF/nemysisfreebsdp/games/:icons
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
Lines 23-29 Link Here
23
GH_ACCOUNT=	horstjens
23
GH_ACCOUNT=	horstjens
24
GH_TAGNAME=	d95263f
24
GH_TAGNAME=	d95263f
25
25
26
USES=		python:2 shebangfix
26
USES=		python:2.7 shebangfix
27
SHEBANG_FILES=	schwarzweiss_start.py data/*.py
27
SHEBANG_FILES=	schwarzweiss_start.py data/*.py
28
28
29
PORTDOCS=	readme.txt
29
PORTDOCS=	readme.txt
(-)games/secrettower/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	secrettower
4
PORTNAME=	secrettower
5
PORTVERSION=	0.2.0
5
PORTVERSION=	0.2.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
DIST_SUBDIR=	python
8
DIST_SUBDIR=	python
9
9
Lines 20-26 Link Here
20
GH_PROJECT=	TheSecretTower
20
GH_PROJECT=	TheSecretTower
21
GH_TAGNAME=	ecf13e4
21
GH_TAGNAME=	ecf13e4
22
22
23
USES=		python:2 shebangfix
23
USES=		python:2.7 shebangfix
24
SHEBANG_FILES=	TheSecretTower.py server.py
24
SHEBANG_FILES=	TheSecretTower.py server.py
25
25
26
PORTDOCS=	README
26
PORTDOCS=	README
(-)games/super_mario_bros_python/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	super_mario_bros_python
4
PORTNAME=	super_mario_bros_python
5
PORTVERSION=	0.1
5
PORTVERSION=	0.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	SF/supermariobrosp/ \
8
MASTER_SITES=	SF/supermariobrosp/ \
9
		SF/nemysisfreebsdp/games/:icons
9
		SF/nemysisfreebsdp/games/:icons
Lines 22-28 Link Here
22
22
23
WRKSRC=		${WRKDIR}/Super-Mario-Bros-Python-v${DISTVERSION}release
23
WRKSRC=		${WRKDIR}/Super-Mario-Bros-Python-v${DISTVERSION}release
24
24
25
USES=		shebangfix python:2 zip
25
USES=		shebangfix python:2.7 zip
26
SHEBANG_FILES=	gamelib/*.py start.py
26
SHEBANG_FILES=	gamelib/*.py start.py
27
27
28
PORTDOCS=	changelog.txt readme.txt
28
PORTDOCS=	changelog.txt readme.txt
(-)games/tuxfighter/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tuxfighter
4
PORTNAME=	tuxfighter
5
PORTVERSION=	54
5
PORTVERSION=	54
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	SF/pygamebook/TuxFighter/TuxFighter${PORTVERSION}_source/ \
8
MASTER_SITES=	SF/pygamebook/TuxFighter/TuxFighter${PORTVERSION}_source/ \
9
		SF/nemysisfreebsdp/games/:icons
9
		SF/nemysisfreebsdp/games/:icons
Lines 21-27 Link Here
21
21
22
WRKSRC=		${WRKDIR}
22
WRKSRC=		${WRKDIR}
23
23
24
USES=		python:2 shebangfix
24
USES=		python:2.7 shebangfix
25
SHEBANG_FILES=	TuxFighter54.py
25
SHEBANG_FILES=	TuxFighter54.py
26
26
27
PORTDOCS=	readme_TuxFighter54.txt
27
PORTDOCS=	readme_TuxFighter54.txt
(-)games/unknown-horizons/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	unknown-horizons
4
PORTNAME=	unknown-horizons
5
PORTVERSION=	2013.3
5
PORTVERSION=	2013.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	games
7
CATEGORIES=	games
8
8
9
MAINTAINER=	fiziologus@gmail.com
9
MAINTAINER=	fiziologus@gmail.com
Lines 23-29 Link Here
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
24
25
USE_GNOME=	intltool
25
USE_GNOME=	intltool
26
USES=		gettext-tools python:2 tar:xz
26
USES=		gettext-tools python:2.7 tar:xz
27
USE_PYTHON=	distutils
27
USE_PYTHON=	distutils
28
PYDISTUTILS_PKGNAME=	UnknownHorizons
28
PYDISTUTILS_PKGNAME=	UnknownHorizons
29
29
(-)games/wxlauncher/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GH_ACCOUNT=	scp-fs2open
20
GH_ACCOUNT=	scp-fs2open
21
GH_PROJECT=	wxLauncher
21
GH_PROJECT=	wxLauncher
22
22
23
USES=		cmake:outsource openal pkgconfig python:2,build
23
USES=		cmake:outsource openal pkgconfig python:2.7,build
24
USE_SDL=	sdl2
24
USE_SDL=	sdl2
25
CMAKE_ARGS+=	-DRESOURCES_PATH:STRING="${DATADIR}"
25
CMAKE_ARGS+=	-DRESOURCES_PATH:STRING="${DATADIR}"
26
26
(-)games/zephulor/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	zephulor
4
PORTNAME=	zephulor
5
PORTVERSION=	1
5
PORTVERSION=	1
6
PORTREVISION=	8
6
PORTREVISION=	9
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	SF/apz/apz/stable/ \
8
MASTER_SITES=	SF/apz/apz/stable/ \
9
		SF/nemysisfreebsdp/${CATEGORIES}/:icons
9
		SF/nemysisfreebsdp/${CATEGORIES}/:icons
Lines 22-28 Link Here
22
22
23
WRKSRC=		${WRKDIR}/zephulor-source
23
WRKSRC=		${WRKDIR}/zephulor-source
24
24
25
USES=		python:2
25
USES=		python:2.7
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
27
28
PORTDOCS=	*
28
PORTDOCS=	*
(-)graphics/electrix/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	electrix
3
PORTNAME=	electrix
4
PORTVERSION=	0.2.0
4
PORTVERSION=	0.2.0
5
PORTREVISION=	10
5
PORTREVISION=	11
6
CATEGORIES=	graphics print
6
CATEGORIES=	graphics print
7
MASTER_SITES=	SF/${PORTNAME:tl}/${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME:tl}/${PORTVERSION}
8
8
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		desktop-file-utils pkgconfig python:2 tar:bzip2 waf
14
USES=		desktop-file-utils pkgconfig python:2.7 tar:bzip2 waf
15
USE_GNOME=	gtk20 glib20 intltool intlhack
15
USE_GNOME=	gtk20 glib20 intltool intlhack
16
16
17
MAKE_ENV=	DESTDIR="${STAGEDIR}" \
17
MAKE_ENV=	DESTDIR="${STAGEDIR}" \
(-)graphics/gsculpt/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gsculpt
4
PORTNAME=	gsculpt
5
PORTVERSION=	0.99.47
5
PORTVERSION=	0.99.47
6
PORTREVISION=	16
6
PORTREVISION=	17
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,}
9
DISTNAME=	gSculpt-${PORTVERSION}-alpha-src
9
DISTNAME=	gSculpt-${PORTVERSION}-alpha-src
Lines 24-30 Link Here
24
24
25
WRKSRC=		${WRKDIR}/${DISTNAME:S,-src,,}
25
WRKSRC=		${WRKDIR}/${DISTNAME:S,-src,,}
26
26
27
USES=		pkgconfig python:2 scons
27
USES=		pkgconfig python:2.7 scons
28
USE_GNOME=	pygtk2
28
USE_GNOME=	pygtk2
29
USE_GL=		glu
29
USE_GL=		glu
30
USE_XORG=	x11
30
USE_XORG=	x11
(-)graphics/inkscape/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	inkscape
4
PORTNAME=	inkscape
5
PORTVERSION=	0.92.2
5
PORTVERSION=	0.92.2
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	graphics gnome
7
CATEGORIES=	graphics gnome
8
MASTER_SITES=	https://launchpadlibrarian.net/332184472/ \
8
MASTER_SITES=	https://launchpadlibrarian.net/332184472/ \
9
		https://inkscape.org/en/gallery/item/11254/ \
9
		https://inkscape.org/en/gallery/item/11254/ \
Lines 33-39 Link Here
33
33
34
USE_GNOME=	gtkmm24 libxml2 libxslt
34
USE_GNOME=	gtkmm24 libxml2 libxslt
35
USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
35
USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
36
		iconv:wchar_t jpeg pathfix pkgconfig python:2,build \
36
		iconv:wchar_t jpeg pathfix pkgconfig python:2.7,build \
37
		shebangfix tar:bzip2
37
		shebangfix tar:bzip2
38
USE_XORG=	x11
38
USE_XORG=	x11
39
INSTALLS_ICONS=	yes
39
INSTALLS_ICONS=	yes
Lines 81-87 Link Here
81
#NLS_USES=		gettext
81
#NLS_USES=		gettext
82
82
83
post-patch:
83
post-patch:
84
	@${REINPLACE_CMD} -e 's|COMMAND python|COMMAND python2|g' \
84
	@${REINPLACE_CMD} -e 's|COMMAND python|COMMAND ${PYTHON_VERSION}|g' \
85
		${WRKSRC}/share/*/CMakeLists.txt
85
		${WRKSRC}/share/*/CMakeLists.txt
86
86
87
.include <bsd.port.mk>
87
.include <bsd.port.mk>
(-)graphics/lcms-python/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	lcms
4
PORTNAME=	lcms
5
PORTVERSION=	1.19
5
PORTVERSION=	1.19
6
PORTREVISION=	1
6
CATEGORIES=	graphics devel python
7
CATEGORIES=	graphics devel python
7
MASTER_SITES=	SF
8
MASTER_SITES=	SF
8
PKGNAMESUFFIX=	-python
9
PKGNAMESUFFIX=	-python
Lines 17-23 Link Here
17
BUILD_WRKSRC=	${WRKSRC}/python
18
BUILD_WRKSRC=	${WRKSRC}/python
18
INSTALL_WRKSRC=	${WRKSRC}/python
19
INSTALL_WRKSRC=	${WRKSRC}/python
19
20
20
USES=		python:2
21
USES=		python:2.7
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--with-python
23
CONFIGURE_ARGS=	--with-python
23
CONFIGURE_ENV=	PYTHON="${PYTHON_CMD}"
24
CONFIGURE_ENV=	PYTHON="${PYTHON_CMD}"
(-)graphics/lcms-python/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2018-02-06 01:53:28 UTC
2
+++ configure
3
@@ -5287,7 +5287,7 @@ if test "${am_cv_pathless_PYTHON+set}" =
4
   echo $ECHO_N "(cached) $ECHO_C" >&6
5
 else
6
 
7
-	for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
8
+	for am_cv_pathless_PYTHON in python python2 python2.7 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
9
 	  test "$am_cv_pathless_PYTHON" = none && break
10
 	  prog="import sys, string
11
 # split strings by '.' and convert to numeric.  Append some zeros
(-)graphics/mapserver/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=		mapserver
4
PORTNAME=		mapserver
5
PORTVERSION=		7.0.7
5
PORTVERSION=		7.0.7
6
PORTREVISION=	1
6
CATEGORIES=		graphics www geography
7
CATEGORIES=		graphics www geography
7
MASTER_SITES=		http://download.osgeo.org/mapserver/
8
MASTER_SITES=		http://download.osgeo.org/mapserver/
8
9
Lines 43-49 Link Here
43
.include <bsd.port.options.mk>
44
.include <bsd.port.options.mk>
44
45
45
.if ${PORT_OPTIONS:MPYTHON}
46
.if ${PORT_OPTIONS:MPYTHON}
46
USES+=			python:2
47
USES+=			python:2.7
47
BUILD_DEPENDS+=		swig3.0:devel/swig30
48
BUILD_DEPENDS+=		swig3.0:devel/swig30
48
BINARY_ALIAS=		swig=swig3.0
49
BINARY_ALIAS=		swig=swig3.0
49
CMAKE_ARGS+=		-DWITH_PYTHON=yes
50
CMAKE_ARGS+=		-DWITH_PYTHON=yes
(-)graphics/mypaint/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mypaint
4
PORTNAME=	mypaint
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.2.0
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/
8
MASTER_SITES=	https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/
9
9
Lines 32-38 Link Here
32
		python_config="${PYTHON_CMD}-config"
32
		python_config="${PYTHON_CMD}-config"
33
# XXX Embed RPATH via USES=fortran for py-numpy to load libgcc_s.so from ports
33
# XXX Embed RPATH via USES=fortran for py-numpy to load libgcc_s.so from ports
34
USES=		desktop-file-utils fortran gettext localbase \
34
USES=		desktop-file-utils fortran gettext localbase \
35
		pkgconfig python:2 scons tar:xz
35
		pkgconfig python:2.7 scons tar:xz
36
INSTALL_TARGET=	${STAGEDIR} --install-sandbox=${STAGEDIR}
36
INSTALL_TARGET=	${STAGEDIR} --install-sandbox=${STAGEDIR}
37
USE_LDCONFIG=	yes
37
USE_LDCONFIG=	yes
38
INSTALLS_ICONS=	yes
38
INSTALLS_ICONS=	yes
(-)graphics/opencolorio/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	opencolorio
4
PORTNAME=	opencolorio
5
PORTVERSION=	1.0.9
5
PORTVERSION=	1.0.9
6
PORTREVISION?=	4
6
PORTREVISION?=	5
7
CATEGORIES=	graphics multimedia
7
CATEGORIES=	graphics multimedia
8
8
9
MAINTAINER?=	FreeBSD@Shaneware.biz
9
MAINTAINER?=	FreeBSD@Shaneware.biz
Lines 72-78 Link Here
72
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
72
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
73
LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml \
73
LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml \
74
		libyaml-cpp03.so:devel/yaml-cpp03
74
		libyaml-cpp03.so:devel/yaml-cpp03
75
USES+=		python:2,build
75
USES+=		python:2.7,build
76
USE_LDCONFIG=	yes
76
USE_LDCONFIG=	yes
77
CMAKE_ARGS+=	-DOCIO_BUILD_APPS:BOOL=OFF \
77
CMAKE_ARGS+=	-DOCIO_BUILD_APPS:BOOL=OFF \
78
		-DOCIO_BUILD_SHARED:BOOL=ON \
78
		-DOCIO_BUILD_SHARED:BOOL=ON \
(-)graphics/openimageio/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	openimageio
4
PORTNAME=	openimageio
5
PORTVERSION=	1.7.17
5
PORTVERSION=	1.7.17
6
DISTVERSIONPREFIX=	Release-
6
DISTVERSIONPREFIX=	Release-
7
PORTREVISION=	7
7
PORTREVISION=	8
8
CATEGORIES?=	graphics multimedia
8
CATEGORIES?=	graphics multimedia
9
9
10
MAINTAINER?=	FreeBSD@Shaneware.biz
10
MAINTAINER?=	FreeBSD@Shaneware.biz
Lines 97-103 Link Here
97
		libboost_python.so:devel/boost-python-libs
97
		libboost_python.so:devel/boost-python-libs
98
PLIST=		${PKGDIR}/pkg-plist-pybind
98
PLIST=		${PKGDIR}/pkg-plist-pybind
99
#while oiio supports py3, ports doesn't have py3 support for boost-python yet
99
#while oiio supports py3, ports doesn't have py3 support for boost-python yet
100
USES+=		python:2
100
USES+=		python:2.7
101
CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \
101
CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \
102
		-DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF
102
		-DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF
103
.endif
103
.endif
(-)graphics/piglit/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	piglit
4
PORTNAME=	piglit
5
PORTVERSION=	20170922
5
PORTVERSION=	20170922
6
PORTREVISION=	1
6
CATEGORIES=	graphics
7
CATEGORIES=	graphics
7
8
8
MAINTAINER=	x11@FreeBSD.org
9
MAINTAINER=	x11@FreeBSD.org
Lines 29-35 Link Here
29
GH_PROJECT=	piglit
30
GH_PROJECT=	piglit
30
GH_TAGNAME=	60996b829c85f3df192bc6228108c0a8eaa38afd
31
GH_TAGNAME=	60996b829c85f3df192bc6228108c0a8eaa38afd
31
32
32
USES=		cmake:outsource compiler:c11 pkgconfig python:2
33
USES=		cmake:outsource compiler:c11 pkgconfig python:2.7
33
USE_GL=		egl gbm gl glu
34
USE_GL=		egl gbm gl glu
34
USE_XORG=	x11 xcb xext xrender
35
USE_XORG=	x11 xcb xext xrender
35
36
(-)graphics/py-blockdiagcontrib-cisco/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	blockdiagcontrib-cisco
3
PORTNAME=	blockdiagcontrib-cisco
4
PORTVERSION=	0.1.8
4
PORTVERSION=	0.1.8
5
PORTREVISION=	1
5
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
12
12
RUN_DEPENDS=	${PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${FLAVOR}
13
RUN_DEPENDS=	${PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${FLAVOR}
13
14
14
USES=		python:2
15
USES=		python:2.7
15
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
16
17
17
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)graphics/py-djvulibre/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	python-djvulibre
4
PORTNAME=	python-djvulibre
5
PORTVERSION=	0.8
5
PORTVERSION=	0.8
6
PORTREVISION=	1
6
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
16
LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
16
17
17
USES=		python:2 pkgconfig
18
USES=		python:2.7 pkgconfig
18
USE_PYTHON=	autoplist distutils cython
19
USE_PYTHON=	autoplist distutils cython
19
20
20
post-patch:
21
post-patch:
(-)graphics/py-exiv2/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	exiv2
4
PORTNAME=	exiv2
5
PORTVERSION=	0.3.2
5
PORTVERSION=	0.3.2
6
PORTREVISION=	10
6
PORTREVISION=	11
7
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
8
MASTER_SITES=	https://launchpadlibrarian.net/83595798/
8
MASTER_SITES=	https://launchpadlibrarian.net/83595798/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
LIB_DEPENDS=	libexiv2.so:graphics/exiv2\
15
LIB_DEPENDS=	libexiv2.so:graphics/exiv2\
16
		libboost_python.so:devel/boost-python-libs
16
		libboost_python.so:devel/boost-python-libs
17
17
18
USES=		python:2 scons tar:bzip2
18
USES=		python:2.7 scons tar:bzip2
19
USE_PYTHON=	flavors
19
USE_PYTHON=	flavors
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
CXXFLAGS+=	-I${LOCALBASE}/include
21
CXXFLAGS+=	-I${LOCALBASE}/include
(-)graphics/py-gimp/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gimp
4
PORTNAME=	gimp
5
PORTREVISION=	0
5
PORTREVISION=	1
6
PORTEPOCH=	0
6
PORTEPOCH=	0
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMESUFFIX=
8
PKGNAMESUFFIX=
Lines 12-18 Link Here
12
12
13
GIMP_SLAVE=	pygimp
13
GIMP_SLAVE=	pygimp
14
14
15
USES=		python:2
15
USES=		python:2.7
16
USE_GNOME=	pygtk2
16
USE_GNOME=	pygtk2
17
17
18
CONFIGURE_ARGS=	--enable-python
18
CONFIGURE_ARGS=	--enable-python
(-)graphics/py-pivy/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pivy
4
PORTNAME=	pivy
5
PORTVERSION=	0.5.0
5
PORTVERSION=	0.5.0
6
PORTREVISION=	1
6
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
7
MASTER_SITES=	https://bitbucket.org/Coin3D/pivy/get/
8
MASTER_SITES=	https://bitbucket.org/Coin3D/pivy/get/
8
DISTNAME=	8eab90908f2a
9
DISTNAME=	8eab90908f2a
Lines 17-23 Link Here
17
18
18
BROKEN_powerpc64=	fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
19
BROKEN_powerpc64=	fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
19
20
20
USES=		zip python:2
21
USES=		zip python:2.7
21
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
22
BINARY_ALIAS=	swig=swig3.0
23
BINARY_ALIAS=	swig=swig3.0
23
24
(-)graphics/py-sk1/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	sk1
3
PORTNAME=	sk1
4
DISTVERSION=	g20171127
4
DISTVERSION=	g20171127
5
PORTREVISION=	1
5
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR}
21
		${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR}
21
22
22
USES=		desktop-file-utils python:2
23
USES=		desktop-file-utils python:2.7
23
USE_GITHUB=	yes
24
USE_GITHUB=	yes
24
GH_ACCOUNT=	sk1project
25
GH_ACCOUNT=	sk1project
25
GH_PROJECT=	sk1-wx
26
GH_PROJECT=	sk1-wx
(-)graphics/pymorph/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pymorph
4
PORTNAME=	pymorph
5
PORTVERSION=	0.96
5
PORTVERSION=	0.96
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
9
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS+=	${PYNUMPY}
15
RUN_DEPENDS+=	${PYNUMPY}
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)graphics/pysvg/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pysvg
4
PORTNAME=	pysvg
5
PORTVERSION=	0.2.2
5
PORTVERSION=	0.2.2
6
PORTREVISION=	1
6
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
9
Lines 11-17 Link Here
11
12
12
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
13
14
14
USES=	zip python:2
15
USES=	zip python:2.7
15
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
16
17
17
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)graphics/variety/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	variety
4
PORTNAME=	variety
5
PORTVERSION=	0.5.4
5
PORTVERSION=	0.5.4
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \
8
MASTER_SITES=	https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \
9
		http://nivit.altervista.org/FreeBSD/ports/distfiles/
9
		http://nivit.altervista.org/FreeBSD/ports/distfiles/
Lines 38-44 Link Here
38
38
39
SHEBANG_FILES=	bin/variety data/scripts/*
39
SHEBANG_FILES=	bin/variety data/scripts/*
40
40
41
USES=	desktop-file-utils gettext python:2 shebangfix gnome
41
USES=	desktop-file-utils gettext python:2.7 shebangfix gnome
42
USE_GNOME=	pygobject3:run
42
USE_GNOME=	pygobject3:run
43
USE_PYTHON=	distutils
43
USE_PYTHON=	distutils
44
44
(-)graphics/vigra/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	vigra
4
PORTNAME=	vigra
5
DISTVERSION=	1.11.0
5
DISTVERSION=	1.11.0
6
PORTREVISION=	18
6
PORTREVISION=	19
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
8
9
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
9
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Lines 18-24 Link Here
18
LIB_DEPENDS=	libHalf.so:graphics/ilmbase \
18
LIB_DEPENDS=	libHalf.so:graphics/ilmbase \
19
		libsz.so:science/szip
19
		libsz.so:science/szip
20
20
21
USES=		cmake:outsource python:2,run shebangfix
21
USES=		cmake:outsource python:2.7,run shebangfix
22
CMAKE_ARGS=	-DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \
22
CMAKE_ARGS=	-DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \
23
		-DDOCINSTALL:PATH=${DOCSDIR_REL}
23
		-DDOCINSTALL:PATH=${DOCSDIR_REL}
24
24
Lines 44-50 Link Here
44
44
45
NUMPY_DESC=		NumPy mathematical computing (USE Fortran/GCC47+)
45
NUMPY_DESC=		NumPy mathematical computing (USE Fortran/GCC47+)
46
NUMPY_CMAKE_BOOL=	WITH_VIGRANUMPY
46
NUMPY_CMAKE_BOOL=	WITH_VIGRANUMPY
47
NUMPY_USES=		compiler:gcc-c++11-lib python:2,build
47
NUMPY_USES=		compiler:gcc-c++11-lib python:2.7,build
48
NUMPY_BUILD_DEPENDS=	nosetests:devel/py-nose \
48
NUMPY_BUILD_DEPENDS=	nosetests:devel/py-nose \
49
			f2py:math/py-numpy
49
			f2py:math/py-numpy
50
NUMPY_RUN_DEPENDS=	nosetests:devel/py-nose \
50
NUMPY_RUN_DEPENDS=	nosetests:devel/py-nose \
(-)graphics/zbar/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	zbar
4
PORTNAME=	zbar
5
PORTVERSION=	0.10
5
PORTVERSION=	0.10
6
PORTREVISION=	12
6
PORTREVISION=	13
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
Lines 37-43 Link Here
37
V4L_CONFIGURE_OFF=	--enable-video=no
37
V4L_CONFIGURE_OFF=	--enable-video=no
38
38
39
PYTHON_USE=		GNOME=pygtk2
39
PYTHON_USE=		GNOME=pygtk2
40
PYTHON_USES=		python:2
40
PYTHON_USES=		python:2.7
41
PYTHON_CONFIGURE_ON=	--with-python=yes
41
PYTHON_CONFIGURE_ON=	--with-python=yes
42
PYTHON_CONFIGURE_OFF=	--with-python=no
42
PYTHON_CONFIGURE_OFF=	--with-python=no
43
43
(-)irc/insub/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	cjones
16
GH_ACCOUNT=	cjones
17
17
18
USES=		perl5 python:2.5+ shebangfix
18
USES=		perl5 python shebangfix
19
SHEBANG_FILES=	insub.py
19
SHEBANG_FILES=	insub.py
20
USE_PERL5=	run
20
USE_PERL5=	run
21
NO_BUILD=	yes
21
NO_BUILD=	yes
(-)japanese/mailman/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mailman
4
PORTNAME=	mailman
5
PORTVERSION=	2.1.14.j7
5
PORTVERSION=	2.1.14.j7
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	japanese mail
8
CATEGORIES=	japanese mail
9
MASTER_SITES=	http://www.python.jp/doc/contrib/mailman/_static/ \
9
MASTER_SITES=	http://www.python.jp/doc/contrib/mailman/_static/ \
Lines 21-27 Link Here
21
21
22
PORTSCOUT=	limit:.*\.j\d+$$
22
PORTSCOUT=	limit:.*\.j\d+$$
23
23
24
USES=		autoreconf gettext python:2 tar:tgz
24
USES=		autoreconf gettext python:2.7 tar:tgz
25
USE_RC_SUBR=	mailman
25
USE_RC_SUBR=	mailman
26
26
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
(-)japanese/tegaki-recognize/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tegaki
4
PORTNAME=	tegaki
5
PORTVERSION=	0.3.1.2
5
PORTVERSION=	0.3.1.2
6
PORTREVISION=	1
6
CATEGORIES=	japanese python
7
CATEGORIES=	japanese python
7
MASTER_SITES=	http://www.tegaki.org/releases/${PORTVERSION:.2=}/
8
MASTER_SITES=	http://www.tegaki.org/releases/${PORTVERSION:.2=}/
8
PKGNAMESUFFIX=	-recognize
9
PKGNAMESUFFIX=	-recognize
Lines 18-24 Link Here
18
19
19
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
20
21
21
USES=		python:2
22
USES=		python:2.7
22
USE_PYTHON=	distutils
23
USE_PYTHON=	distutils
23
PYDISTUTILS_PKGNAME=	${PORTNAME}_recognize
24
PYDISTUTILS_PKGNAME=	${PORTNAME}_recognize
24
25
(-)lang/py-mx-base/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mx-base
4
PORTNAME=	mx-base
5
PORTVERSION=	3.2.9
5
PORTVERSION=	3.2.9
6
PORTREVISION=	1
6
CATEGORIES=	lang python
7
CATEGORIES=	lang python
7
MASTER_SITES=	http://downloads.egenix.com/python/
8
MASTER_SITES=	http://downloads.egenix.com/python/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
LICENSE_FILE=	${WRKSRC}/LICENSE
17
LICENSE_FILE=	${WRKSRC}/LICENSE
17
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
19
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	distutils
21
USE_PYTHON=	distutils
21
PYDISTUTILS_PKGNAME=	egenix-mx-base
22
PYDISTUTILS_PKGNAME=	egenix-mx-base
22
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}-nspkg.pth
23
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-py${PYTHON_VER}-nspkg.pth
(-)lang/spidermonkey170/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
CONFLICTS=		njs-[0-9]*
17
CONFLICTS=		njs-[0-9]*
18
18
19
GNU_CONFIGURE=		yes
19
GNU_CONFIGURE=		yes
20
USES=			gmake pathfix perl5 python:2,build
20
USES=			gmake pathfix perl5 python:2.7,build
21
USE_PERL5=		build
21
USE_PERL5=		build
22
USE_LDCONFIG=		yes
22
USE_LDCONFIG=		yes
23
23
(-)lang/spidermonkey185/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
CONFLICTS=		njs-[0-9]*
18
CONFLICTS=		njs-[0-9]*
19
19
20
USES=			gmake pathfix perl5 pkgconfig python:2,build
20
USES=			gmake pathfix perl5 pkgconfig python:2.7,build
21
GNU_CONFIGURE=		yes
21
GNU_CONFIGURE=		yes
22
USE_LDCONFIG=		yes
22
USE_LDCONFIG=		yes
23
USE_PERL5=		build
23
USE_PERL5=		build
(-)lang/spidermonkey24/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
CONFLICTS=		njs-[0-9]*
18
CONFLICTS=		njs-[0-9]*
19
19
20
GNU_CONFIGURE=		yes
20
GNU_CONFIGURE=		yes
21
USES=			compiler:c++11-lib gmake pathfix perl5 python:2,build \
21
USES=			compiler:c++11-lib gmake pathfix perl5 python:2.7,build \
22
			readline tar:bzip2
22
			readline tar:bzip2
23
USE_PERL5=		build
23
USE_PERL5=		build
24
USE_LDCONFIG=		yes
24
USE_LDCONFIG=		yes
(-)lang/spidermonkey38/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	spidermonkey38
4
PORTNAME=	spidermonkey38
5
PORTVERSION=	38.8.0
5
PORTVERSION=	38.8.0
6
PORTREVISION=	4
6
PORTREVISION=	3
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	MOZILLA/firefox/releases/${PORTVERSION}esr/source
8
MASTER_SITES=	MOZILLA/firefox/releases/${PORTVERSION}esr/source
9
DISTNAME=	firefox-${PORTVERSION}esr.source
9
DISTNAME=	firefox-${PORTVERSION}esr.source
(-)lang/v8/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	v8
4
PORTNAME=	v8
5
PORTVERSION=	3.18.5
5
PORTVERSION=	3.18.5
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	LOCAL/vanilla
8
MASTER_SITES=	LOCAL/vanilla
9
9
Lines 22-28 Link Here
22
MAKE_ARGS=	library=shared
22
MAKE_ARGS=	library=shared
23
MAKE_ENV=	CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
23
MAKE_ENV=	CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USES=		alias compiler cpe gmake python:2 shebangfix tar:xz
25
USES=		alias compiler cpe gmake python:2.7 shebangfix tar:xz
26
26
27
CPE_VENDOR=	google
27
CPE_VENDOR=	google
28
28
(-)lang/v8-devel/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	v8
4
PORTNAME=	v8
5
PORTVERSION=	3.27.7
5
PORTVERSION=	3.27.7
6
PORTREVISION=	13
6
PORTREVISION=	14
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	LOCAL/vanilla
8
MASTER_SITES=	LOCAL/vanilla
9
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
Lines 24-30 Link Here
24
MAKE_ENV=	CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
24
MAKE_ENV=	CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_CXXSTD=	gnu++11
26
USE_CXXSTD=	gnu++11
27
USES=		compiler:c++11-lib cpe gmake localbase python:2 shebangfix tar:xz
27
USES=		compiler:c++11-lib cpe gmake localbase python:2.7 shebangfix tar:xz
28
28
29
CPE_VENDOR=	google
29
CPE_VENDOR=	google
30
30
(-)mail/getmail/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	getmail
4
PORTNAME=	getmail
5
PORTVERSION=	5.5
5
PORTVERSION=	5.5
6
PORTREVISION=	1
6
CATEGORIES=	mail python
7
CATEGORIES=	mail python
7
MASTER_SITES=	http://pyropus.ca/software/getmail/old-versions/
8
MASTER_SITES=	http://pyropus.ca/software/getmail/old-versions/
8
9
Lines 12-18 Link Here
12
LICENSE=	GPLv2
13
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/docs/COPYING
14
LICENSE_FILE=	${WRKSRC}/docs/COPYING
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils
17
USE_PYTHON=	distutils
17
NO_ARCH=	yes
18
NO_ARCH=	yes
18
19
(-)mail/py-milter/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	milter
4
PORTNAME=	milter
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	mail python
7
CATEGORIES=	mail python
8
MASTER_SITES=	SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
8
MASTER_SITES=	SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 23-29 Link Here
23
23
24
PYPORTNAME=	${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}
24
PYPORTNAME=	${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME}
25
25
26
USES=		python:2
26
USES=		python:2.7
27
USE_PYTHON=	distutils autoplist
27
USE_PYTHON=	distutils autoplist
28
28
29
post-install:
29
post-install:
(-)mail/py-zope.sendmail/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	zope.sendmail
3
PORTNAME=	zope.sendmail
4
PORTVERSION=	3.7.5
4
PORTVERSION=	3.7.5
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	mail python zope
6
CATEGORIES=	mail python zope
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-27 Link Here
21
		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${FLAVOR}
22
		${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${FLAVOR}
23
23
24
USES=		python:2
24
USES=		python:2.7
25
USE_PYTHON=	distutils autoplist
25
USE_PYTHON=	distutils autoplist
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)mail/rss2email2/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rss2email
4
PORTNAME=	rss2email
5
PORTVERSION=	2.71
5
PORTVERSION=	2.71
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	mail python
7
CATEGORIES=	mail python
8
MASTER_SITES=	http://www.allthingsrss.com/rss2email/
8
MASTER_SITES=	http://www.allthingsrss.com/rss2email/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser@${PY_FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text@${PY_FLAVOR}
19
19
20
USES=		python:2 shebangfix
20
USES=		python:2.7 shebangfix
21
SHEBANG_FILES=	rss2email.py
21
SHEBANG_FILES=	rss2email.py
22
NO_ARCH=	yes
22
NO_ARCH=	yes
23
NO_BUILD=	yes
23
NO_BUILD=	yes
(-)mail/svnmailer/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	svnmailer
4
PORTNAME=	svnmailer
5
DISTVERSION=	1.1.0-dev-r1373
5
DISTVERSION=	1.1.0-dev-r1373
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	mail python
7
CATEGORIES=	mail python
8
MASTER_SITES=	http://storage.perlig.de/${PORTNAME}/
8
MASTER_SITES=	http://storage.perlig.de/${PORTNAME}/
9
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
9
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
Lines 14-20 Link Here
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>0:devel/py-subversion@${FLAVOR}
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>0:devel/py-subversion@${FLAVOR}
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
16
16
17
USES=		python:2 tar:bzip2
17
USES=		python:2.7 tar:bzip2
18
USE_PYTHON=	distutils
18
USE_PYTHON=	distutils
19
PYDISTUTILS_PKGVERSION=	${DISTVERSION}
19
PYDISTUTILS_PKGVERSION=	${DISTVERSION}
20
20
(-)math/biggles/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	biggles
4
PORTNAME=	biggles
5
PORTVERSION=	1.6.6
5
PORTVERSION=	1.6.6
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
DISTNAME=	python2-${PORTNAME}-${PORTVERSION}
9
DISTNAME=	python2-${PORTNAME}-${PORTVERSION}
Lines 17-23 Link Here
17
BUILD_DEPENDS=	${PYNUMPY}
17
BUILD_DEPENDS=	${PYNUMPY}
18
LIB_DEPENDS=	libplot.so:graphics/plotutils
18
LIB_DEPENDS=	libplot.so:graphics/plotutils
19
19
20
USES=		gmake python:2
20
USES=		gmake python:2.7
21
MAKE_ARGS=	CC="${CC}" \
21
MAKE_ARGS=	CC="${CC}" \
22
		CFLAGS="${CFLAGS} -fPIC" \
22
		CFLAGS="${CFLAGS} -fPIC" \
23
		LIBPLOT_CPPFLAGS="-I${LOCALBASE}/include" \
23
		LIBPLOT_CPPFLAGS="-I${LOCALBASE}/include" \
(-)math/cadabra2/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cadabra2
3
PORTNAME=	cadabra2
4
DISTVERSION=	2.1.6
4
DISTVERSION=	2.1.6
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	math
6
CATEGORIES=	math
7
7
8
MAINTAINER=	yuri@FreeBSD.org
8
MAINTAINER=	yuri@FreeBSD.org
Lines 26-32 Link Here
26
OPTIONS_DEFINE=	GUI
26
OPTIONS_DEFINE=	GUI
27
OPTIONS_DEFAULT=GUI
27
OPTIONS_DEFAULT=GUI
28
28
29
USES=		compiler:c++14-lang cmake gettext-runtime pkgconfig python:2 sqlite
29
USES=		compiler:c++14-lang cmake gettext-runtime pkgconfig python:2.7 sqlite
30
USE_GITHUB=	yes
30
USE_GITHUB=	yes
31
GH_ACCOUNT=	kpeeters
31
GH_ACCOUNT=	kpeeters
32
GUI_USE=	GNOME=gtkmm30,gdkpixbuf2
32
GUI_USE=	GNOME=gtkmm30,gdkpixbuf2
(-)math/cantor/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
		libqalculate.so:math/libqalculate \
12
		libqalculate.so:math/libqalculate \
13
		libanalitza.so:math/analitza
13
		libanalitza.so:math/analitza
14
14
15
USES=		cmake:outsource kde:4 pkgconfig python:2 tar:xz
15
USES=		cmake:outsource kde:4 pkgconfig python:2.7 tar:xz
16
USE_KDE=	kdelibs automoc4
16
USE_KDE=	kdelibs automoc4
17
USE_QT4=	corelib qtestlib_build xml xmlpatterns \
17
USE_QT4=	corelib qtestlib_build xml xmlpatterns \
18
		moc_build qmake_build rcc_build uic_build
18
		moc_build qmake_build rcc_build uic_build
(-)math/gnumeric/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gnumeric
4
PORTNAME=	gnumeric
5
PORTVERSION=	1.12.28
5
PORTVERSION=	1.12.28
6
PORTREVISION=	1
6
CATEGORIES=	math gnome
7
CATEGORIES=	math gnome
7
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
8
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
Lines 19-25 Link Here
19
RUN_DEPENDS=	rarian-sk-config:textproc/rarian
20
RUN_DEPENDS=	rarian-sk-config:textproc/rarian
20
21
21
USES=		cpe desktop-file-utils gettext gmake libtool pathfix pkgconfig \
22
USES=		cpe desktop-file-utils gettext gmake libtool pathfix pkgconfig \
22
		python:2 shebangfix tar:xz
23
		python:2.7 shebangfix tar:xz
23
USE_GNOME=	intlhack libgsf pygobject3
24
USE_GNOME=	intlhack libgsf pygobject3
24
INSTALLS_OMF=	yes
25
INSTALLS_OMF=	yes
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)math/hfst/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	hfst
4
PORTNAME=	hfst
5
PORTVERSION=	3.13.0
5
PORTVERSION=	3.13.0
6
PORTREVISION=	1
6
CATEGORIES=	math
7
CATEGORIES=	math
7
8
8
MAINTAINER=	demon@FreeBSD.org
9
MAINTAINER=	demon@FreeBSD.org
Lines 13-19 Link Here
13
USE_GITHUB=	yes
14
USE_GITHUB=	yes
14
GH_TAGNAME=	c187d5a
15
GH_TAGNAME=	c187d5a
15
16
16
USES=		autoreconf libtool pathfix pkgconfig python:2 readline shebangfix
17
USES=		autoreconf libtool pathfix pkgconfig python:2.7 readline shebangfix
17
USE_GCC=	yes
18
USE_GCC=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--with-readline --enable-lexc-wrapper --enable-proc --enable-tagger --enable-train-tagger --enable-xfst --enable-shuffle --enable-traverse
20
CONFIGURE_ARGS=	--with-readline --enable-lexc-wrapper --enable-proc --enable-tagger --enable-train-tagger --enable-xfst --enable-shuffle --enable-traverse
(-)math/nlopt/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	nlopt
4
PORTNAME=	nlopt
5
PORTVERSION=	2.4.2
5
PORTVERSION=	2.4.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	http://ab-initio.mit.edu/nlopt/
8
MASTER_SITES=	http://ab-initio.mit.edu/nlopt/
9
9
Lines 25-31 Link Here
25
CONFIGURE_ENV=	SWIG="${LOCALBASE}/bin/swig3.0"
25
CONFIGURE_ENV=	SWIG="${LOCALBASE}/bin/swig3.0"
26
26
27
USES=		autoreconf compiler:features libtool pathfix \
27
USES=		autoreconf compiler:features libtool pathfix \
28
		pkgconfig python:2
28
		pkgconfig python:2.7
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
INSTALL_TARGET=	install-strip
31
INSTALL_TARGET=	install-strip
(-)math/openfst/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	openfst
4
PORTNAME=	openfst
5
PORTVERSION=	1.6.3
5
PORTVERSION=	1.6.3
6
PORTREVISION=	1
6
CATEGORIES=	math
7
CATEGORIES=	math
7
MASTER_SITES=	http://www.openfst.org/twiki/pub/FST/FstDownload/
8
MASTER_SITES=	http://www.openfst.org/twiki/pub/FST/FstDownload/
8
9
Lines 11-17 Link Here
11
12
12
LICENSE=	APACHE20
13
LICENSE=	APACHE20
13
14
14
USES=		compiler:c++11-lib libtool python:2
15
USES=		compiler:c++11-lib libtool python:2.7
15
USE_LDCONFIG=	${LOCALBASE}/lib/fst
16
USE_LDCONFIG=	${LOCALBASE}/lib/fst
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python --enable-special
18
CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python --enable-special
(-)math/py-bitmath/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	bitmath
3
PORTNAME=	bitmath
4
PORTVERSION=	1.2.3
4
PORTVERSION=	1.2.3
5
PORTREVISION=	1
5
CATEGORIES=	math python
6
CATEGORIES=	math python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
14
14
LICENSE=	MIT
15
LICENSE=	MIT
15
16
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
18
19
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-4
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-4
(-)math/py-ffc/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	ffc
3
PORTNAME=	ffc
4
PORTVERSION=	${MMVERSION}.0
4
PORTVERSION=	${MMVERSION}.0
5
PORTREVISION=	1
5
CATEGORIES=	math python
6
CATEGORIES=	math python
6
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
7
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
12
12
LICENSE=	LGPL3
13
LICENSE=	LGPL3
13
14
14
USES=		python:2
15
USES=		python:2.7
15
USE_PYTHON=	distutils
16
USE_PYTHON=	distutils
16
PYDISTUTILS_PKGNAME=	FFC
17
PYDISTUTILS_PKGNAME=	FFC
17
18
(-)math/py-fiat/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	fiat
3
PORTNAME=	fiat
4
PORTVERSION=	${MMVERSION}.0
4
PORTVERSION=	${MMVERSION}.0
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	math python
6
CATEGORIES=	math python
7
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/
7
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scientific>=0:math/py-scientific@${FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scientific>=0:math/py-scientific@${FLAVOR}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
MMVERSION=	1.1
22
MMVERSION=	1.1
(-)math/py-fpconst/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	fpconst
4
PORTNAME=	fpconst
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.2
6
PORTREVISION=	1
6
CATEGORIES=	math python
7
CATEGORIES=	math python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-16 Link Here
10
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Utilities for handling IEEE 754 floating point special values
12
COMMENT=	Utilities for handling IEEE 754 floating point special values
12
13
13
USES=		python:2
14
USES=		python:2.7
14
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)math/py-gato/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gato
4
PORTNAME=	gato
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.2
6
PORTREVISION=	1
6
CATEGORIES=	math python
7
CATEGORIES=	math python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
19
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
PORTEXAMPLES=	*
21
PORTEXAMPLES=	*
21
USES=		python:2
22
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist distutils
23
24
24
post-install:
25
post-install:
(-)math/py-gmpy2/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gmpy2
4
PORTNAME=	gmpy2
5
PORTVERSION=	2.0.8
5
PORTVERSION=	2.0.8
6
PORTREVISION=	1
6
CATEGORIES=	math python
7
CATEGORIES=	math python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
		libmpc.so:math/mpc \
17
		libmpc.so:math/mpc \
17
		libmpfr.so:math/mpfr
18
		libmpfr.so:math/mpfr
18
19
19
USES=		python:2 zip
20
USES=		python:2.7 zip
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
22
22
post-install:
23
post-install:
(-)math/py-symeig/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	symeig
4
PORTNAME=	symeig
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	math python
7
CATEGORIES=	math python
8
MASTER_SITES=	SF/mdp-toolkit/mdp-toolkit/2.4
8
MASTER_SITES=	SF/mdp-toolkit/mdp-toolkit/2.4
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
BUILD_DEPENDS+=	${PYNUMPY}
16
BUILD_DEPENDS+=	${PYNUMPY}
17
RUN_DEPENDS+=	${PYNUMPY}
17
RUN_DEPENDS+=	${PYNUMPY}
18
18
19
USES=		fortran python:2
19
USES=		fortran python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
LDFLAGS+=	-shared
22
LDFLAGS+=	-shared
(-)math/py-ufl/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	ufl
3
PORTNAME=	ufl
4
PORTVERSION=	${MMVERSION}0
4
PORTVERSION=	${MMVERSION}0
5
PORTREVISION=	1
5
CATEGORIES=	math python
6
CATEGORIES=	math python
6
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+download/
7
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+download/
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	LGPL3
14
LICENSE=	LGPL3
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
MMVERSION=	1.2
19
MMVERSION=	1.2
(-)math/py-viper/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	viper
3
PORTNAME=	viper
4
PORTVERSION=	1.0.1
4
PORTVERSION=	1.0.1
5
PORTREVISION=	1
5
CATEGORIES=	math python
6
CATEGORIES=	math python
6
MASTER_SITES=	https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
7
MASTER_SITES=	https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
12
12
LICENSE=	LGPL3
13
LICENSE=	LGPL3
13
14
14
USES=		python:2
15
USES=		python:2.7
15
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
16
17
17
post-patch:
18
post-patch:
(-)math/saga/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	saga
4
PORTNAME=	saga
5
PORTVERSION=	6.1.0
5
PORTVERSION=	6.1.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
8
MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
9
9
Lines 29-35 Link Here
29
RUN_DEPENDS:=	${BUILD_DEPENDS}
29
RUN_DEPENDS:=	${BUILD_DEPENDS}
30
30
31
USES=		autoreconf compiler:gcc-c++11-lib desktop-file-utils dos2unix \
31
USES=		autoreconf compiler:gcc-c++11-lib desktop-file-utils dos2unix \
32
		iconv:wchar_t libtool localbase pkgconfig python:2
32
		iconv:wchar_t libtool localbase pkgconfig python:2.7
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
USE_CXXSTD=	c++11
34
USE_CXXSTD=	c++11
35
USE_WX=		3.0+
35
USE_WX=		3.0+
(-)math/ufc/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ufc
3
PORTNAME=	ufc
4
PORTVERSION=	${MMVERSION}.0
4
PORTVERSION=	${MMVERSION}.0
5
PORTREVISION=	7
5
PORTREVISION=	8
6
CATEGORIES=	math python
6
CATEGORIES=	math python
7
MASTER_SITES=	http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
7
MASTER_SITES=	http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
8
8
Lines 14-20 Link Here
14
14
15
# LICENSE=	public domain
15
# LICENSE=	public domain
16
16
17
USES=		cmake python:2
17
USES=		cmake python:2.7
18
18
19
CMAKE_ARGS+=	-DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
19
CMAKE_ARGS+=	-DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
20
20
(-)misc/gimp-help-en/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gimp-help
4
PORTNAME=	gimp-help
5
PORTVERSION=	2.8.2
5
PORTVERSION=	2.8.2
6
PORTREVISION=	1
6
CATEGORIES?=	misc graphics
7
CATEGORIES?=	misc graphics
7
MASTER_SITES=	http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \
8
MASTER_SITES=	http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \
8
		http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \
9
		http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \
Lines 19-25 Link Here
19
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \
20
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \
20
		${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl
21
		${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl
21
22
22
USES=		gettext-tools gmake perl5 pkgconfig python:2 shebangfix tar:bzip2
23
USES=		gettext-tools gmake perl5 pkgconfig python:2.7 shebangfix tar:bzip2
23
USE_GNOME=	libxslt:build
24
USE_GNOME=	libxslt:build
24
USE_PERL5=	build
25
USE_PERL5=	build
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
(-)misc/py-progressbar231/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	progressbar231
3
PORTNAME=	progressbar231
4
PORTVERSION=	2.3.1
4
PORTVERSION=	2.3.1
5
PORTREVISION=	1
5
CATEGORIES=	misc python
6
CATEGORIES=	misc python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
13
14
14
USE_PYTHON=	autoplist distutils
15
USE_PYTHON=	autoplist distutils
15
USES=		python:2
16
USES=		python:2.7
16
17
17
CONFLICTS=	py*-progressbar
18
CONFLICTS=	py*-progressbar
18
19
(-)misc/py-pyfiglet/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
14
15
# Actually 2.6-2.7,3.1-3.5 (no 3.0)
15
# Actually 2.6-2.7,3.1-3.5 (no 3.0)
16
USES=		python:2.6-3.5
16
USES=		python:2.7-3.5
17
USE_PYTHON=	autoplist concurrent distutils
17
USE_PYTHON=	autoplist concurrent distutils
18
18
19
NO_ARCH=	yes
19
NO_ARCH=	yes
(-)misc/py-python-geohash/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	python-geohash
4
PORTNAME=	python-geohash
5
PORTVERSION=	0.8.5
5
PORTVERSION=	0.8.5
6
PORTREVISION=	1
6
CATEGORIES=	misc python
7
CATEGORIES=	misc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	APACHE20 MIT BSD3CLAUSE
14
LICENSE=	APACHE20 MIT BSD3CLAUSE
14
LICENSE_COMB=	multi
15
LICENSE_COMB=	multi
15
16
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)misc/py-yolk/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	yolk
4
PORTNAME=	yolk
5
PORTVERSION=	0.4.3
5
PORTVERSION=	0.4.3
6
PORTREVISION=	0
6
PORTREVISION=	1
7
CATEGORIES=	misc python
7
CATEGORIES=	misc python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
OPTIONS_DEFINE=	EXAMPLES
19
OPTIONS_DEFINE=	EXAMPLES
(-)misc/pylize/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pylize
4
PORTNAME=	pylize
5
PORTVERSION=	1.3.b
5
PORTVERSION=	1.3.b
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	misc textproc
7
CATEGORIES=	misc textproc
8
MASTER_SITES=	http://www.chrisarndt.de/en/software/pylize/download/ \
8
MASTER_SITES=	http://www.chrisarndt.de/en/software/pylize/download/ \
9
		http://dryice.name/computer/FreeBSD/distfiles/
9
		http://dryice.name/computer/FreeBSD/distfiles/
Lines 18-24 Link Here
18
		${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${FLAVOR}
18
		${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${FLAVOR}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
20
21
USES=		python:2 tar:bzip2
21
USES=		python:2.7 tar:bzip2
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
23
24
do-configure:
24
do-configure:
(-)misc/typetrainer/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	typetrainer
3
PORTNAME=	typetrainer
4
PORTVERSION=	0.5.2
4
PORTVERSION=	0.5.2
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	misc python
6
CATEGORIES=	misc python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
Lines 12-18 Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
13
14
USE_GNOME=	pygtk2
14
USE_GNOME=	pygtk2
15
USES=		python:2
15
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)misc/wotsap/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	wotsap
4
PORTNAME=	wotsap
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	misc
7
CATEGORIES=	misc
8
MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/
8
MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/
9
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
15
15
16
USES=		python:2,run shebangfix
16
USES=		python:2.7,run shebangfix
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
SHEBANG_FILES=	wotsap pks2wot
18
SHEBANG_FILES=	wotsap pks2wot
19
19
(-)multimedia/freevo/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	freevo
4
PORTNAME=	freevo
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.9.0
6
PORTREVISION=	16
6
PORTREVISION=	17
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	SF/${PORTNAME}/Freevo%20releases/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/Freevo%20releases/${PORTVERSION}
9
9
Lines 39-45 Link Here
39
SUB_FILES=	pkg-message pkg-deinstall
39
SUB_FILES=	pkg-message pkg-deinstall
40
40
41
NO_ARCH=	yes
41
NO_ARCH=	yes
42
USES=		python:2 shebangfix
42
USES=		python:2.7 shebangfix
43
USE_PYTHON=	distutils noegginfo
43
USE_PYTHON=	distutils noegginfo
44
PYDISTUTILS_INSTALLNOSINGLE=	yes
44
PYDISTUTILS_INSTALLNOSINGLE=	yes
45
PYDISTUTILS_SETUP=	${PYSETUP}
45
PYDISTUTILS_SETUP=	${PYSETUP}
(-)multimedia/gstreamer1-validate/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gstreamer1-validate
4
PORTNAME=	gstreamer1-validate
5
PORTVERSION=	1.12.3
5
PORTVERSION=	1.12.3
6
PORTREVISION=	1
6
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
7
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-validate/
8
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-validate/
8
DISTNAME=	gst-validate-${PORTVERSION}
9
DISTNAME=	gst-validate-${PORTVERSION}
Lines 13-19 Link Here
13
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
14
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
14
15
15
USES=		gettext-runtime gmake gnome libtool pathfix \
16
USES=		gettext-runtime gmake gnome libtool pathfix \
16
		pkgconfig python:2 tar:xz
17
		pkgconfig python:2.7 tar:xz
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
20
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
(-)multimedia/openshot/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	openshot
4
PORTNAME=	openshot
5
PORTVERSION=	1.4.3
5
PORTVERSION=	1.4.3
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/
8
MASTER_SITES=	http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/
9
9
Lines 24-30 Link Here
24
24
25
USE_GNOME=	pygtk2
25
USE_GNOME=	pygtk2
26
USE_PYTHON=	distutils
26
USE_PYTHON=	distutils
27
USES=		desktop-file-utils gettext python:2 shared-mime-info
27
USES=		desktop-file-utils gettext python:2.7 shared-mime-info
28
INSTALLS_OMF=	yes
28
INSTALLS_OMF=	yes
29
29
30
post-patch:
30
post-patch:
(-)multimedia/pitivi/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2018-02-11 23:00:45 UTC
2
+++ configure
3
@@ -2920,7 +2920,7 @@ $as_echo "$as_me: Using localstatedir $L
4
 
5
 
6
 
7
-    PYTHON_CANDIDATES="python python2.2 python2.1 python2.0 python2 \
8
+    PYTHON_CANDIDATES="python python2.7 python2.2 python2.1 python2.0 python2 \
9
                      python1.6 python1.5"
10
 
11
      { $as_echo "$as_me:${as_lineno-$LINENO}: Looking for Python version >= 2.5" >&5
(-)multimedia/plexpy/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	plexpy
4
PORTNAME=	plexpy
5
PORTVERSION=	1.4.22
5
PORTVERSION=	1.4.22
6
PORTREVISION=	0
6
PORTREVISION=	1
7
CATEGORIES=	multimedia python
7
CATEGORIES=	multimedia python
8
DISTVERSIONPREFIX=v
8
DISTVERSIONPREFIX=v
9
9
Lines 20-26 Link Here
20
USE_RC_SUBR=	${PORTNAME}
20
USE_RC_SUBR=	${PORTNAME}
21
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
21
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
22
22
23
USES=		python:2 shebangfix
23
USES=		python:2.7 shebangfix
24
SHEBANG_FILES=	PlexPy.py
24
SHEBANG_FILES=	PlexPy.py
25
python_OLD_CMD=	/bin/sh
25
python_OLD_CMD=	/bin/sh
26
26
(-)multimedia/py-enzyme/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	enzyme
4
PORTNAME=	enzyme
5
PORTVERSION=	0.4.1
5
PORTVERSION=	0.4.1
6
PORTREVISION=	1
6
CATEGORIES=	multimedia python
7
CATEGORIES=	multimedia python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)multimedia/py-flvlib/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	flvlib
4
PORTNAME=	flvlib
5
PORTVERSION=	0.1.13
5
PORTVERSION=	0.1.13
6
PORTREVISION=	1
6
CATEGORIES=	multimedia python
7
CATEGORIES=	multimedia python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
16
USES=		python:2 tar:bzip2
17
USES=		python:2.7 tar:bzip2
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
20
(-)multimedia/py-gstreamer/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	gstreamer
5
PORTNAME=	gstreamer
6
PORTVERSION=	0.10.22
6
PORTVERSION=	0.10.22
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	multimedia python gnome
8
CATEGORIES=	multimedia python gnome
9
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-python/
9
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-python/
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-27 Link Here
21
21
22
PORTSCOUT=	limit:0\.10\..*
22
PORTSCOUT=	limit:0\.10\..*
23
23
24
USES=		gmake libtool pathfix pkgconfig python:2 tar:bzip2
24
USES=		gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
25
USE_GNOME=	pygobject
25
USE_GNOME=	pygobject
26
USE_GSTREAMER=	yes
26
USE_GSTREAMER=	yes
27
USE_PYTHON=	flavors
27
USE_PYTHON=	flavors
(-)multimedia/py-kaa-metadata/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	kaa-metadata
4
PORTNAME=	kaa-metadata
5
PORTVERSION=	0.7.7
5
PORTVERSION=	0.7.7
6
PORTREVISION=	12
6
PORTREVISION=	13
7
CATEGORIES=	multimedia python
7
CATEGORIES=	multimedia python
8
MASTER_SITES=	SF/freevo/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/freevo/${PORTNAME}/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
		${PYTHON_PKGNAMEPREFIX}exiv2>0:graphics/py-exiv2@${FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}exiv2>0:graphics/py-exiv2@${FLAVOR}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
CFLAGS+=	-I${PREFIX}/include
22
CFLAGS+=	-I${PREFIX}/include
(-)multimedia/py-mlt/Makefile (-2 / +2 lines)
Lines 1-13 Link Here
1
# Created by: Charlie Kester <corky1951@comcast.net>
1
# Created by: Charlie Kester <corky1951@comcast.net>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTREVISION=	1
4
PORTREVISION=	2
5
CATEGORIES=	multimedia python
5
CATEGORIES=	multimedia python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
7
8
BUILD_DEPENDS=	python:lang/python
8
BUILD_DEPENDS=	python:lang/python
9
9
10
USES=		python:2
10
USES=		python:2.7
11
USE_PYTHON=	flavors
11
USE_PYTHON=	flavors
12
MASTERDIR=	${.CURDIR:H}/mlt
12
MASTERDIR=	${.CURDIR:H}/mlt
13
SLAVEPORT=	swig Python
13
SLAVEPORT=	swig Python
(-)multimedia/totem/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	totem
4
PORTNAME=	totem
5
PORTVERSION=	3.18.1
5
PORTVERSION=	3.18.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	multimedia gnome
7
CATEGORIES=	multimedia gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
Lines 33-39 Link Here
33
PORTSCOUT=	limitw:1,even
33
PORTSCOUT=	limitw:1,even
34
34
35
USES=		desktop-file-utils gettext gmake gnome libtool \
35
USES=		desktop-file-utils gettext gmake gnome libtool \
36
		pathfix pkgconfig python:2 tar:xz
36
		pathfix pkgconfig python:2.7 tar:xz
37
USE_GNOME=	gtk30 intlhack introspection:build libxml2 nautilus3 \
37
USE_GNOME=	gtk30 intlhack introspection:build libxml2 nautilus3 \
38
		pygobject3
38
		pygobject3
39
USE_XORG=	x11 xproto xtst ice sm
39
USE_XORG=	x11 xproto xtst ice sm
(-)net/googlecl/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	googlecl
4
PORTNAME=	googlecl
5
PORTVERSION=	0.9.15.1
5
PORTVERSION=	0.9.15.1
6
PORTREVISION=	1
6
CATEGORIES=	net www python
7
CATEGORIES=	net www python
7
8
8
MAINTAINER=	sbz@FreeBSD.org
9
MAINTAINER=	sbz@FreeBSD.org
Lines 15-21 Link Here
15
		${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${FLAVOR}
17
18
18
USES=		python:2
19
USES=		python:2.7
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
USE_GITHUB=	yes
21
USE_GITHUB=	yes
21
GH_ACCOUNT=	vinitkumar
22
GH_ACCOUNT=	vinitkumar
(-)net/netatalk3/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	netatalk
4
PORTNAME=	netatalk
5
PORTVERSION=	3.1.11
5
PORTVERSION=	3.1.11
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	net
8
CATEGORIES=	net
9
MASTER_SITES=	SF
9
MASTER_SITES=	SF
Lines 62-68 Link Here
62
LDAP_USE=	OPENLDAP=yes
62
LDAP_USE=	OPENLDAP=yes
63
LDAP_CONFIGURE_OFF=	--without-ldap
63
LDAP_CONFIGURE_OFF=	--without-ldap
64
SENDFILE_CONFIGURE_ENABLE=sendfile
64
SENDFILE_CONFIGURE_ENABLE=sendfile
65
DBUS_USES=	python:2
65
DBUS_USES=	python:2.7
66
DBUS_USE=	GNOME=glib20
66
DBUS_USE=	GNOME=glib20
67
DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
67
DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
68
			libdbus-1.so:devel/dbus
68
			libdbus-1.so:devel/dbus
(-)net/neubot/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	neubot
4
PORTNAME=	neubot
5
PORTVERSION=	0.4.16.9
5
PORTVERSION=	0.4.16.9
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	http://releases.neubot.org/_packages/
8
MASTER_SITES=	http://releases.neubot.org/_packages/
8
9
Lines 13-19 Link Here
13
14
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
15
16
16
USES=		python:2
17
USES=		python:2.7
17
NO_BUILD=	yes
18
NO_BUILD=	yes
18
19
19
USERS=		_neubot
20
USERS=		_neubot
(-)net/nsscache/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	nsscache
4
PORTNAME=	nsscache
5
PORTVERSION=	0.32
5
PORTVERSION=	0.32
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	version/
7
DISTVERSIONPREFIX=	version/
7
CATEGORIES=	net python
8
CATEGORIES=	net python
8
9
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pycurl.so:ftp/py-pycurl@${FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pycurl.so:ftp/py-pycurl@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${FLAVOR}
17
18
18
USES=		python:2
19
USES=		python:2.7
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
USE_GITHUB=	yes
21
USE_GITHUB=	yes
21
GH_ACCOUNT=	google
22
GH_ACCOUNT=	google
(-)net/py-avahi/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
#   $MCom: ports/net/py-avahi/Makefile,v 1.4 2007/07/31 18:24:13 ahze Exp $
3
#   $MCom: ports/net/py-avahi/Makefile,v 1.4 2007/07/31 18:24:13 ahze Exp $
4
4
5
PORTREVISION=	7
5
PORTREVISION=	8
6
CATEGORIES=	net gnome python
6
CATEGORIES=	net gnome python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMESUFFIX=	# empty
8
PKGNAMESUFFIX=	# empty
Lines 25-31 Link Here
25
AVAHI_SLAVE=	python
25
AVAHI_SLAVE=	python
26
26
27
USE_GNOME=	pygtk2
27
USE_GNOME=	pygtk2
28
USES=		python:2
28
USES=		python:2.7
29
USE_PYTHON=	flavors
29
USE_PYTHON=	flavors
30
MANPAGES=	avahi-bookmarks.1 avahi-discover.1
30
MANPAGES=	avahi-bookmarks.1 avahi-discover.1
31
31
(-)net/py-gntp/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	gntp
3
PORTNAME=	gntp
4
PORTVERSION=	0.8
4
PORTVERSION=	0.8
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	net
7
CATEGORIES=	net
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 17-23 Link Here
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
USES=		python:2
20
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
(-)net/py-gspread/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gspread
4
PORTNAME=	gspread
5
PORTVERSION=	0.6.2
5
PORTVERSION=	0.6.2
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${FLAVOR}
16
17
17
USES=	python:2
18
USES=	python:2.7
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)net/py-gspreadsheet/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gspreadsheet
4
PORTNAME=	gspreadsheet
5
PORTVERSION=	0.4.0
5
PORTVERSION=	0.4.0
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata@${FLAVOR}
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR}
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR}
17
18
18
USES=	python:2
19
USES=	python:2.7
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
20
21
21
PORTDOCS=	README.rst
22
PORTDOCS=	README.rst
(-)net/py-python-ntlm/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	python-ntlm
3
PORTNAME=	python-ntlm
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.1.0
5
PORTREVISION=	1
5
CATEGORIES=	net python
6
CATEGORIES=	net python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-16 Link Here
10
COMMENT=	Python library that provides NTLM support
11
COMMENT=	Python library that provides NTLM support
11
12
12
NO_ARCH=	yes
13
NO_ARCH=	yes
13
USES=		python:2
14
USES=		python:2.7
14
USE_PYTHON=	autoplist distutils
15
USE_PYTHON=	autoplist distutils
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)net/py-raet/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	raet
4
PORTNAME=	raet
5
PORTVERSION=	0.6.5
5
PORTVERSION=	0.6.5
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
NO_ARCH=	yes
18
NO_ARCH=	yes
18
19
(-)net/py-s3cmd/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	s3cmd
4
PORTNAME=	s3cmd
5
DISTVERSION=	2.0.0
5
DISTVERSION=	2.0.0
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	SF/s3tools/${PORTNAME}/${DISTVERSION}
8
MASTER_SITES=	SF/s3tools/${PORTNAME}/${DISTVERSION}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR}
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
21
(-)net/py-soappy/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	soappy
4
PORTNAME=	soappy
5
PORTVERSION=	0.12.22
5
PORTVERSION=	0.12.22
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}wstools>0:textproc/py-wstools@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}wstools>0:textproc/py-wstools@${FLAVOR}
18
19
19
USES=		python:2 zip
20
USES=		python:2.7 zip
20
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
21
22
22
CONFLICTS=	py*-soappy-devel-0.12.*
23
CONFLICTS=	py*-soappy-devel-0.12.*
(-)net/py-suds/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	suds
4
PORTNAME=	suds
5
PORTVERSION=	0.4
5
PORTVERSION=	0.4
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net python
7
CATEGORIES=	net python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
15
16
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}suds-jurko-*
16
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}suds-jurko-*
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)net/py-wolframalpha/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	wolframalpha
4
PORTNAME=	wolframalpha
5
PORTVERSION=	1.2
5
PORTVERSION=	1.2
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${FLAVOR}
15
		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR}
16
17
17
USES=	python:2 zip
18
USES=	python:2.7 zip
18
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)net/py-zsi/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	zsi
4
PORTNAME=	zsi
5
DISTVERSION=	2.1-a1
5
DISTVERSION=	2.1-a1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	net python
8
CATEGORIES=	net python
9
MASTER_SITES=	SF/pywebsvcs/ZSI/ZSI-${DISTVERSION:S,-,_,}
9
MASTER_SITES=	SF/pywebsvcs/ZSI/ZSI-${DISTVERSION:S,-,_,}
Lines 13-19 Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Pure Python implementation of SOAP 1.1
14
COMMENT=	Pure Python implementation of SOAP 1.1
15
15
16
USES=		python:2 shebangfix
16
USES=		python:2.7 shebangfix
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
SHEBANG_FILES=	doc/examples/*/*/*/*/*.py \
19
SHEBANG_FILES=	doc/examples/*/*/*/*/*.py \
(-)net/samba44/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME?=		${SAMBA4_BASENAME}44
4
PORTNAME?=		${SAMBA4_BASENAME}44
5
PORTVERSION?=		${SAMBA4_VERSION}
5
PORTVERSION?=		${SAMBA4_VERSION}
6
PORTREVISION?=		0
6
PORTREVISION?=		1
7
CATEGORIES?=		net
7
CATEGORIES?=		net
8
MASTER_SITES=		SAMBA/samba/stable SAMBA/samba/rc
8
MASTER_SITES=		SAMBA/samba/stable SAMBA/samba/rc
9
DISTNAME=		${SAMBA4_DISTNAME}
9
DISTNAME=		${SAMBA4_DISTNAME}
Lines 61-67 Link Here
61
# Flags
61
# Flags
62
CONFIGURE_ENV+=		PTHREAD_LDFLAGS="-lpthread"
62
CONFIGURE_ENV+=		PTHREAD_LDFLAGS="-lpthread"
63
63
64
USES=			cpe compiler waf pkgconfig perl5 python:2 \
64
USES=			cpe compiler waf pkgconfig perl5 python:2.7 \
65
			readline iconv shebangfix
65
			readline iconv shebangfix
66
USE_PERL5=		build
66
USE_PERL5=		build
67
USE_LDCONFIG=		${SAMBA4_LIBDIR}
67
USE_LDCONFIG=		${SAMBA4_LIBDIR}
(-)net/samba45/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME?=			${SAMBA4_BASENAME}45
4
PORTNAME?=			${SAMBA4_BASENAME}45
5
PORTVERSION?=			${SAMBA4_VERSION}
5
PORTVERSION?=			${SAMBA4_VERSION}
6
PORTREVISION?=			0
6
PORTREVISION?=			1
7
CATEGORIES?=			net
7
CATEGORIES?=			net
8
MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
8
MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
9
DISTNAME=			${SAMBA4_DISTNAME}
9
DISTNAME=			${SAMBA4_DISTNAME}
Lines 61-67 Link Here
61
# Flags
61
# Flags
62
CONFIGURE_ENV+=			PTHREAD_LDFLAGS="-lpthread"
62
CONFIGURE_ENV+=			PTHREAD_LDFLAGS="-lpthread"
63
63
64
USES=				cpe compiler waf pkgconfig perl5 python:2 \
64
USES=				cpe compiler waf pkgconfig perl5 python:2.7 \
65
				readline iconv shebangfix
65
				readline iconv shebangfix
66
USE_PERL5=			build
66
USE_PERL5=			build
67
USE_LDCONFIG=			${SAMBA4_LIBDIR}
67
USE_LDCONFIG=			${SAMBA4_LIBDIR}
(-)net/spideroak/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	spideroak
4
PORTNAME=	spideroak
5
PORTVERSION=	6.0
5
PORTVERSION=	6.0
6
PORTREVISION=	0
6
PORTREVISION=	1
7
CATEGORIES=	net
7
CATEGORIES=	net
8
MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/${PORTNAME}/ \
8
MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/${PORTNAME}/ \
9
		https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/
9
		https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/
Lines 32-38 Link Here
32
SUB_LIST=	LINUXBASE=${LINUXBASE}
32
SUB_LIST=	LINUXBASE=${LINUXBASE}
33
SUB_FILES=	pkg-message
33
SUB_FILES=	pkg-message
34
34
35
USES=		desktop-file-utils linux python:2 tar:tgz
35
USES=		desktop-file-utils linux python:2.7 tar:tgz
36
USE_LINUX=	xorglibs
36
USE_LINUX=	xorglibs
37
37
38
post-patch:
38
post-patch:
(-)net/xorp/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
15
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
16
		libpcap.so.1:net/libpcap	# avoid base libpcap
16
		libpcap.so.1:net/libpcap	# avoid base libpcap
17
17
18
USES=		ncurses scons shebangfix ssl compiler:env python:2,build
18
USES=		ncurses scons shebangfix ssl compiler:env python:2.7,build
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
USE_RC_SUBR=	xorp
20
USE_RC_SUBR=	xorp
21
GH_ACCOUNT=	greearb
21
GH_ACCOUNT=	greearb
(-)net-im/cjc/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	cjc
4
PORTNAME=	cjc
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
6
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
7
MASTER_SITES=	GHC
8
MASTER_SITES=	GHC
8
9
Lines 17-23 Link Here
17
USE_GITHUB=	yes
18
USE_GITHUB=	yes
18
GH_ACCOUNT=	Jajcus
19
GH_ACCOUNT=	Jajcus
19
20
20
USES=		python:2 shebangfix
21
USES=		python:2.7 shebangfix
21
SHEBANG_FILES=	cjc.in cjc.py cjc/main.py
22
SHEBANG_FILES=	cjc.in cjc.py cjc/main.py
22
NO_ARCH=	yes
23
NO_ARCH=	yes
23
24
(-)net-im/libtelepathy/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libtelepathy-glib.so:net-im/telepathy-glib \
14
LIB_DEPENDS=	libtelepathy-glib.so:net-im/telepathy-glib \
15
		libdbus-glib-1.so:devel/dbus-glib
15
		libdbus-glib-1.so:devel/dbus-glib
16
16
17
USES=		gmake libtool pathfix pkgconfig python:2,build
17
USES=		gmake libtool pathfix pkgconfig python:2.7,build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_GNOME=	glib20 libxslt:build
19
USE_GNOME=	glib20 libxslt:build
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)net-im/proxy65/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	proxy65
3
PORTNAME=	proxy65
4
PORTVERSION=	1.2.0.20150210
4
PORTVERSION=	1.2.0.20150210
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	net-im
6
CATEGORIES=	net-im
7
7
8
MAINTAINER=	mm@FreeBSD.org
8
MAINTAINER=	mm@FreeBSD.org
Lines 28-34 Link Here
28
EJABBERD_DESC=  Use with ejabberd (net-im/ejabberd)
28
EJABBERD_DESC=  Use with ejabberd (net-im/ejabberd)
29
29
30
USE_PYTHON=	distutils autoplist
30
USE_PYTHON=	distutils autoplist
31
USES=		python:2
31
USES=		python:2.7
32
USE_RC_SUBR=	proxy65
32
USE_RC_SUBR=	proxy65
33
33
34
PORTDOCS=	README
34
PORTDOCS=	README
(-)net-im/py-jabberbot/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	jabberbot
4
PORTNAME=	jabberbot
5
PORTVERSION=	0.16
5
PORTVERSION=	0.16
6
PORTREVISION=	1
6
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
7
MASTER_SITES=	SF/pythonjabberbot/
8
MASTER_SITES=	SF/pythonjabberbot/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmpppy>0:net-im/py-xmpppy@${FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmpppy>0:net-im/py-xmpppy@${FLAVOR}
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
20
post-patch:
21
post-patch:
(-)net-im/py-libturpial/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libturpial
4
PORTNAME=	libturpial
5
PORTVERSION=	1.7.0
5
PORTVERSION=	1.7.0
6
PORTREVISION=	1
6
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
7
MASTER_SITES=	http://files.turpial.org.ve/sources/stable/ \
8
MASTER_SITES=	http://files.turpial.org.ve/sources/stable/ \
8
	CHEESESHOP
9
	CHEESESHOP
Lines 17-23 Link Here
17
		${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:net/py-oauth@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:net/py-oauth@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:www/py-requests@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:www/py-requests@${FLAVOR}
19
20
20
USES=		python:2
21
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
22
23
23
post-extract:
24
post-extract:
(-)net-im/py-skype4py/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	Skype4Py
4
PORTNAME=	Skype4Py
5
PORTVERSION=	1.0.35
5
PORTVERSION=	1.0.35
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-im devel
7
CATEGORIES=	net-im devel
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
15
16
USES=		python:2 zip
16
USES=		python:2.7 zip
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)net-im/telepathy-butterfly/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	telepathy-butterfly
4
PORTNAME=	telepathy-butterfly
5
PORTVERSION=	0.5.15
5
PORTVERSION=	0.5.15
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
18
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
CONFIGURE_ARGS+=--prefix=${PREFIX}
20
CONFIGURE_ARGS+=--prefix=${PREFIX}
21
USES=		gmake python:2 shebangfix
21
USES=		gmake python:2.7 shebangfix
22
SHEBANG_FILES=	telepathy-butterfly
22
SHEBANG_FILES=	telepathy-butterfly
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
(-)net-im/telepathy-farsight/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	telepathy-farsight
5
PORTNAME=	telepathy-farsight
6
PORTVERSION=	0.0.19
6
PORTVERSION=	0.0.19
7
PORTREVISION=	3
7
PORTREVISION=	4
8
CATEGORIES=	net-im
8
CATEGORIES=	net-im
9
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
9
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
10
10
Lines 16-22 Link Here
16
		libgstfarsight-0.10.so:net-im/farsight2
16
		libgstfarsight-0.10.so:net-im/farsight2
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USES=		gmake libtool pathfix pkgconfig python:2
19
USES=		gmake libtool pathfix pkgconfig python:2.7
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_GNOME=	glib20 libxslt:build
21
USE_GNOME=	glib20 libxslt:build
22
CPPFLAGS+=	-I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include
(-)net-im/telepathy-farstream/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	telepathy-farstream
4
PORTNAME=	telepathy-farstream
5
PORTVERSION=	0.6.2
5
PORTVERSION=	0.6.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
9
9
Lines 15-21 Link Here
15
		libtelepathy-glib.so:net-im/telepathy-glib \
15
		libtelepathy-glib.so:net-im/telepathy-glib \
16
		libfarstream-0.2.so:net-im/farstream
16
		libfarstream-0.2.so:net-im/farstream
17
17
18
USES=		gmake libtool pathfix pkgconfig python:2
18
USES=		gmake libtool pathfix pkgconfig python:2.7
19
USE_GNOME=	glib20 libxslt:build introspection:build
19
USE_GNOME=	glib20 libxslt:build introspection:build
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)net-im/telepathy-gabble/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
PORTSCOUT=	limitw:1,even
26
PORTSCOUT=	limitw:1,even
27
27
28
USES=		alias gmake libtool pathfix pkgconfig python:2,build \
28
USES=		alias gmake libtool pathfix pkgconfig python:2.7,build \
29
		shebangfix sqlite ssl
29
		shebangfix sqlite ssl
30
USE_GNOME=	glib20 gtksourceview3 libxslt:build
30
USE_GNOME=	glib20 gtksourceview3 libxslt:build
31
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
(-)net-im/telepathy-glib/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
PORTSCOUT=	limitw:1,even
18
PORTSCOUT=	limitw:1,even
19
19
20
USES=		gmake libtool pathfix pkgconfig python:2,build
20
USES=		gmake libtool pathfix pkgconfig python:2.7,build
21
USE_GNOME=	glib20 introspection:build libxslt:build
21
USE_GNOME=	glib20 introspection:build libxslt:build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
(-)net-im/telepathy-idle/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
14
LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
15
		libtelepathy-glib.so:net-im/telepathy-glib
15
		libtelepathy-glib.so:net-im/telepathy-glib
16
16
17
USES=		gmake libtool pathfix pkgconfig python:2,build ssl
17
USES=		gmake libtool pathfix pkgconfig python:2.7,build ssl
18
USE_GNOME=	glib20 libxslt:build
18
USE_GNOME=	glib20 libxslt:build
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CPPFLAGS+=	-I${LOCALBASE}/include
20
CPPFLAGS+=	-I${LOCALBASE}/include
(-)net-im/telepathy-logger/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
16
LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
17
		libtelepathy-glib.so:net-im/telepathy-glib
17
		libtelepathy-glib.so:net-im/telepathy-glib
18
18
19
USES=		gettext-tools gmake libtool pathfix pkgconfig python:2,build \
19
USES=		gettext-tools gmake libtool pathfix pkgconfig python:2.7,build \
20
		sqlite tar:bzip2
20
		sqlite tar:bzip2
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)net-im/telepathy-logger-qt4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libtelepathy-logger.so:net-im/telepathy-logger \
17
		libtelepathy-logger.so:net-im/telepathy-logger \
18
		libtelepathy-qt4.so:net-im/telepathy-qt4
18
		libtelepathy-qt4.so:net-im/telepathy-qt4
19
19
20
USES=		bison:build cmake kde:4 pkgconfig python:2,build tar:bzip2
20
USES=		bison:build cmake kde:4 pkgconfig python:2.7,build tar:bzip2
21
USE_GNOME=	glib20 libxml2
21
USE_GNOME=	glib20 libxml2
22
USE_GSTREAMER=	qt4
22
USE_GSTREAMER=	qt4
23
USE_KDE=	# empty
23
USE_KDE=	# empty
(-)net-im/telepathy-python/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	telepathy-python
4
PORTNAME=	telepathy-python
5
PORTVERSION=	0.15.19
5
PORTVERSION=	0.15.19
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
16
16
17
USES=		gmake python:2
17
USES=		gmake python:2.7
18
USE_GNOME=	libxslt:build
18
USE_GNOME=	libxslt:build
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CPPFLAGS+=	-I${LOCALBASE}/include
20
CPPFLAGS+=	-I${LOCALBASE}/include
(-)net-im/telepathy-qt4/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
USE_GNOME=	glib20 libxslt:build
23
USE_GNOME=	glib20 libxslt:build
24
USE_GSTREAMER=	yes
24
USE_GSTREAMER=	yes
25
USES=		cmake:outsource gettext pathfix pkgconfig python:2,build
25
USES=		cmake:outsource gettext pathfix pkgconfig python:2.7,build
26
CMAKE_ARGS=	-DENABLE_EXAMPLES:BOOL=False \
26
CMAKE_ARGS=	-DENABLE_EXAMPLES:BOOL=False \
27
		-DENABLE_FARSIGHT:BOOL=False \
27
		-DENABLE_FARSIGHT:BOOL=False \
28
		-DENABLE_FARSTREAM:BOOL=True \
28
		-DENABLE_FARSTREAM:BOOL=True \
(-)net-im/telepathy-rakia/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libsofia-sip-ua-glib.so:net/sofia-sip \
15
		libsofia-sip-ua-glib.so:net/sofia-sip \
16
		libtelepathy-glib.so:net-im/telepathy-glib
16
		libtelepathy-glib.so:net-im/telepathy-glib
17
17
18
USES=		gmake pathfix pkgconfig python:2,build ssl
18
USES=		gmake pathfix pkgconfig python:2.7,build ssl
19
USE_GNOME=	glib20 libxslt:build
19
USE_GNOME=	glib20 libxslt:build
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
(-)net-im/telepathy-salut/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libsoup-2.4.so:devel/libsoup
16
		libsoup-2.4.so:devel/libsoup
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USES=		gmake libtool pathfix pkgconfig python:2,build sqlite ssl
19
USES=		gmake libtool pathfix pkgconfig python:2.7,build sqlite ssl
20
USE_GNOME=	glib20 libxslt:build
20
USE_GNOME=	glib20 libxslt:build
21
CONFIGURE_ARGS=	--disable-Werror --enable-avahi-tests=no
21
CONFIGURE_ARGS=	--disable-Werror --enable-avahi-tests=no
22
LDFLAGS+=	-lpthread
22
LDFLAGS+=	-lpthread
(-)net-im/turpial/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	turpial
4
PORTNAME=	turpial
5
PORTVERSION=	3.0
5
PORTVERSION=	3.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
8
MASTER_SITES=	http://files.turpial.org.ve/sources/stable/
8
MASTER_SITES=	http://files.turpial.org.ve/sources/stable/
9
9
Lines 18-24 Link Here
18
	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${FLAVOR} \
18
	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${FLAVOR} \
19
	${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:net-im/py-libturpial@${FLAVOR}
19
	${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:net-im/py-libturpial@${FLAVOR}
20
20
21
USES=		pyqt:4 python:2
21
USES=		pyqt:4 python:2.7
22
USE_PYQT=	core_run gui_run network_run phonon_run webkit_run
22
USE_PYQT=	core_run gui_run network_run phonon_run webkit_run
23
USE_PYTHON=	distutils autoplist
23
USE_PYTHON=	distutils autoplist
24
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
(-)net-mgmt/crmsh/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	crmsh
4
PORTNAME=	crmsh
5
PORTVERSION=	3.0.0
5
PORTVERSION=	3.0.0
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt python
7
CATEGORIES=	net-mgmt python
7
8
8
MAINTAINER=	dpejesh@yahoo.com
9
MAINTAINER=	dpejesh@yahoo.com
Lines 21-27 Link Here
21
USE_GITHUB=	yes
22
USE_GITHUB=	yes
22
GH_ACCOUNT=	ClusterLabs
23
GH_ACCOUNT=	ClusterLabs
23
24
24
USES=		autoreconf gmake python:2 shebangfix
25
USES=		autoreconf gmake python:2.7 shebangfix
25
USE_PYTHON=	flavors
26
USE_PYTHON=	flavors
26
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--with-ocf-root=${PREFIX}/lib/ocf
28
CONFIGURE_ARGS=	--with-ocf-root=${PREFIX}/lib/ocf
(-)net-mgmt/librenms-agent/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	librenms-agent
4
PORTNAME=	librenms-agent
5
PORTVERSION=	0.3
5
PORTVERSION=	0.3
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
8
8
MAINTAINER=	kiwi@oav.net
9
MAINTAINER=	kiwi@oav.net
Lines 10-16 Link Here
10
11
11
LICENSE=	GPLv2
12
LICENSE=	GPLv2
12
13
13
USES=		shebangfix python:2:run php:cli
14
USES=		shebangfix python:2.7:run php:cli
14
NO_ARCH=	yes
15
NO_ARCH=	yes
15
16
16
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)net-mgmt/nagstamon/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	nagstamon
4
PORTNAME=	nagstamon
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.0.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-mgmt python
7
CATEGORIES=	net-mgmt python
8
MASTER_SITES=	https://nagstamon.ifw-dresden.de/files/very_stable/ \
8
MASTER_SITES=	https://nagstamon.ifw-dresden.de/files/very_stable/ \
9
		LOCAL/ehaupt
9
		LOCAL/ehaupt
Lines 17-23 Link Here
17
RUN_DEPENDS=	sox:audio/sox \
17
RUN_DEPENDS=	sox:audio/sox \
18
		${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring@${FLAVOR}
19
19
20
USES=		cpe python:2
20
USES=		cpe python:2.7
21
CPE_VENDOR=	henri_wahl
21
CPE_VENDOR=	henri_wahl
22
USE_PYTHON=	distutils
22
USE_PYTHON=	distutils
23
USE_GNOME=	pygtk2 librsvg2
23
USE_GNOME=	pygtk2 librsvg2
(-)net-mgmt/tornova/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	tornova
3
PORTNAME=	tornova
4
PORTVERSION=	0.2.3
4
PORTVERSION=	0.2.3
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
8
Lines 18-24 Link Here
18
GH_ACCOUNT=	neelchauhan
19
GH_ACCOUNT=	neelchauhan
19
GH_PROJECT=	TorNova
20
GH_PROJECT=	TorNova
20
21
21
USES=		python:2
22
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	autoplist distutils
23
USE_GNOME=	gtk30 pygobject3
24
USE_GNOME=	gtk30 pygobject3
24
NO_ARCH=	yes
25
NO_ARCH=	yes
(-)net-p2p/tribler/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tribler
4
PORTNAME=	tribler
5
PORTVERSION=	6.5.2
5
PORTVERSION=	6.5.2
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	net-p2p
7
CATEGORIES=	net-p2p
8
MASTER_SITES=	https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/
8
MASTER_SITES=	https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/
9
DISTNAME=	Tribler-v${PORTVERSION}
9
DISTNAME=	Tribler-v${PORTVERSION}
Lines 34-40 Link Here
34
NO_ARCH=	yes
34
NO_ARCH=	yes
35
NO_WRKSUBDIR=	yes
35
NO_WRKSUBDIR=	yes
36
36
37
USES=		desktop-file-utils python:2,run ssl:run tar:xz
37
USES=		desktop-file-utils python:2.7,run ssl:run tar:xz
38
USE_WX=		2.8
38
USE_WX=		2.8
39
WX_COMPS=	python
39
WX_COMPS=	python
40
INSTALLS_ICONS=	yes
40
INSTALLS_ICONS=	yes
(-)news/hellanzb/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	hellanzb
4
PORTNAME=	hellanzb
5
PORTVERSION=	0.13
5
PORTVERSION=	0.13
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	news
7
CATEGORIES=	news
8
MASTER_SITES=	http://www.hellanzb.com/distfiles/
8
MASTER_SITES=	http://www.hellanzb.com/distfiles/
9
9
Lines 20-26 Link Here
20
		mac:audio/mac
20
		mac:audio/mac
21
21
22
USE_PYTHON=	distutils
22
USE_PYTHON=	distutils
23
USES=		python:2
23
USES=		python:2.7
24
PORTDOCS=	CHANGELOG CREDITS README
24
PORTDOCS=	CHANGELOG CREDITS README
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
26
(-)news/xpn/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xpn
4
PORTNAME=	xpn
5
PORTVERSION=	1.2.6
5
PORTVERSION=	1.2.6
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	news python
7
CATEGORIES=	news python
8
MASTER_SITES=	http://xpn.altervista.org/codice/
8
MASTER_SITES=	http://xpn.altervista.org/codice/
9
9
Lines 21-27 Link Here
21
SUB_FILES=	${PORTNAME}
21
SUB_FILES=	${PORTNAME}
22
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} XPN=${XPN}
22
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} XPN=${XPN}
23
23
24
USES=		gettext python:2 shebangfix
24
USES=		gettext python:2.7 shebangfix
25
25
26
XPN=	${PORTNAME}.py
26
XPN=	${PORTNAME}.py
27
27
(-)print/lyx/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	lyx
4
PORTNAME=	lyx
5
PORTVERSION=	${MAJOR_VERSION}.${MINOR_VERSION}
5
PORTVERSION=	${MAJOR_VERSION}.${MINOR_VERSION}
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	print editors
7
CATEGORIES=	print editors
8
MASTER_SITES=	ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
8
MASTER_SITES=	ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
9
		http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
9
		http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
Lines 22-28 Link Here
22
MINOR_VERSION=	3
22
MINOR_VERSION=	3
23
23
24
USES=		desktop-file-utils gmake iconv pkgconfig perl5 \
24
USES=		desktop-file-utils gmake iconv pkgconfig perl5 \
25
		python:2 shebangfix tar:xz
25
		python:2.7 shebangfix tar:xz
26
USE_QT5=	core concurrent gui svg widgets buildtools_build qmake_build
26
USE_QT5=	core concurrent gui svg widgets buildtools_build qmake_build
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--without-included-boost \
28
CONFIGURE_ARGS=	--without-included-boost \
(-)print/system-config-printer/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	system-config-printer
4
PORTNAME=	system-config-printer
5
PORTVERSION=	1.4.7
5
PORTVERSION=	1.4.7
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	print gnome
7
CATEGORIES=	print gnome
8
MASTER_SITES=	http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
8
MASTER_SITES=	http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
9
9
Lines 21-27 Link Here
21
PORTSCOUT=	limitw:1,even
21
PORTSCOUT=	limitw:1,even
22
22
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USES=		desktop-file-utils gettext gmake pathfix pkgconfig python:2 \
24
USES=		desktop-file-utils gettext gmake pathfix pkgconfig python:2.7 \
25
		shebangfix tar:xz
25
		shebangfix tar:xz
26
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
(-)science/avogadro/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	avogadro
4
PORTNAME=	avogadro
5
PORTVERSION=	1.1.1
5
PORTVERSION=	1.1.1
6
PORTREVISION=	11
6
PORTREVISION=	12
7
CATEGORIES=	science
7
CATEGORIES=	science
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
Lines 34-40 Link Here
34
OPTIONS_DEFAULT=PYTHON
34
OPTIONS_DEFAULT=PYTHON
35
OPTIONS_SUB=	yes
35
OPTIONS_SUB=	yes
36
36
37
PYTHON_USES=		python:2
37
PYTHON_USES=		python:2.7
38
PYTHON_BUILD_DEPENDS=	${PYNUMPY} \
38
PYTHON_BUILD_DEPENDS=	${PYNUMPY} \
39
			${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip@${PY_FLAVOR}
39
			${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip@${PY_FLAVOR}
40
PYTHON_LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs
40
PYTHON_LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs
(-)science/py-coards/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	coards
4
PORTNAME=	coards
5
PORTVERSION=	1.0.5
5
PORTVERSION=	1.0.5
6
PORTREVISION=	1
6
CATEGORIES=	science python
7
CATEGORIES=	science python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	MIT
14
LICENSE=	MIT
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)science/py-pupynere/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pupynere
4
PORTNAME=	pupynere
5
PORTVERSION=	1.0.15
5
PORTVERSION=	1.0.15
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	science python
7
CATEGORIES=	science python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${PYNUMPY}
16
BUILD_DEPENDS=	${PYNUMPY}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)science/py-pyaixi/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pyaixi
4
PORTNAME=	pyaixi
5
PORTVERSION=	1.0.4
5
PORTVERSION=	1.0.4
6
PORTREVISION=	1
6
CATEGORIES=	science python
7
CATEGORIES=	science python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	CC-BY-SA-3.0
14
LICENSE=	CC-BY-SA-3.0
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
16
16
USES=		dos2unix python:2
17
USES=		dos2unix python:2.7
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
18
19
19
PORTDOCS=	changelog.txt \
20
PORTDOCS=	changelog.txt \
(-)science/py-ws2300/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ws2300
4
PORTNAME=	ws2300
5
PORTVERSION=	1.10
5
PORTVERSION=	1.10
6
PORTREVISION=	1
6
CATEGORIES=	science python
7
CATEGORIES=	science python
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	AGPLv3
14
LICENSE=	AGPLv3
14
LICENSE_FILE=	${WRKSRC}/agpl-3.0.txt
15
LICENSE_FILE=	${WRKSRC}/agpl-3.0.txt
15
16
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
20
(-)science/silo/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	silo
4
PORTNAME=	silo
5
PORTVERSION=	4.10.2
5
PORTVERSION=	4.10.2
6
PORTREVISION=	5
6
PORTREVISION=	6
7
DISTVERSIONSUFFIX=	-bsd
7
DISTVERSIONSUFFIX=	-bsd
8
CATEGORIES=	science
8
CATEGORIES=	science
9
MASTER_SITES=	http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/
9
MASTER_SITES=	http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/
Lines 33-39 Link Here
33
HDF5_PLIST_SUB_OFF=		SUFX_HDF5=""
33
HDF5_PLIST_SUB_OFF=		SUFX_HDF5=""
34
34
35
PYTHON_CONFIGURE_ENABLE=	pythonmodule
35
PYTHON_CONFIGURE_ENABLE=	pythonmodule
36
PYTHON_USES=			python:2
36
PYTHON_USES=			python:2.7
37
37
38
QT4_USE=			XORG=ice,sm,x11,xext,xi,xmu,xt \
38
QT4_USE=			XORG=ice,sm,x11,xext,xi,xmu,xt \
39
				QT4=corelib,gui,linguisttools_build,moc_build,uic_build
39
				QT4=corelib,gui,linguisttools_build,moc_build,uic_build
(-)security/cfv/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	cfv
4
PORTNAME=	cfv
5
PORTVERSION=	1.18.3
5
PORTVERSION=	1.18.3
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	SF
8
MASTER_SITES=	SF
8
9
Lines 9-15 Link Here
9
MAINTAINER=	rezny@FreeBSD.org
10
MAINTAINER=	rezny@FreeBSD.org
10
COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
11
COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
11
12
12
USES=		python:2
13
USES=		python:2.7
13
ALL_TARGET=	cfv.wrapper
14
ALL_TARGET=	cfv.wrapper
14
INSTALL_TARGET=	install-wrapper
15
INSTALL_TARGET=	install-wrapper
15
MAKE_ARGS=	PYTHON=${PYTHON_CMD}
16
MAKE_ARGS=	PYTHON=${PYTHON_CMD}
(-)security/denyhosts/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	denyhosts
4
PORTNAME=	denyhosts
5
PORTVERSION=	2.6
5
PORTVERSION=	2.6
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
DISTNAME=	DenyHosts-${PORTVERSION}
9
DISTNAME=	DenyHosts-${PORTVERSION}
Lines 18-24 Link Here
18
REINPLACE_ARGS=	-i ''
18
REINPLACE_ARGS=	-i ''
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
USE_RC_SUBR=	denyhosts
20
USE_RC_SUBR=	denyhosts
21
USES=		cpe python:2 shebangfix
21
USES=		cpe python:2.7 shebangfix
22
CPE_VENDOR=	phil_schwartz
22
CPE_VENDOR=	phil_schwartz
23
23
24
PORTDOCS=	CHANGELOG.txt LICENSE.txt README.txt
24
PORTDOCS=	CHANGELOG.txt LICENSE.txt README.txt
(-)security/nyx/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
17
17
18
USES=		python:2.6+
18
USES=		python
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)security/py-PF/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	PF
4
PORTNAME=	PF
5
PORTVERSION=	0.1.1
5
PORTVERSION=	0.1.1
6
PORTREVISION=	1
6
CATEGORIES=	security python
7
CATEGORIES=	security python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
13
14
14
USE_GITHUB=	yes
15
USE_GITHUB=	yes
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
GH_ACCOUNT=	dotpy
19
GH_ACCOUNT=	dotpy
(-)security/py-cryptlib_py/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	cryptlib_py
4
PORTNAME=	cryptlib_py
5
PORTVERSION=	3.4.3
5
PORTVERSION=	3.4.3
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	ftp://ftp.franken.de/pub/crypt/cryptlib/
8
MASTER_SITES=	ftp://ftp.franken.de/pub/crypt/cryptlib/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
17
17
ONLY_FOR_ARCHS=	i386 amd64 armv6 armv7
18
ONLY_FOR_ARCHS=	i386 amd64 armv6 armv7
18
19
19
USES=		python:2 zip:infozip
20
USES=		python:2.7 zip:infozip
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
22
22
LIB_DEPENDS+=	libcl.so:security/cryptlib
23
LIB_DEPENDS+=	libcl.so:security/cryptlib
(-)security/py-keyczar/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	keyczar
4
PORTNAME=	keyczar
5
PORTVERSION=	0.716
5
PORTVERSION=	0.716
6
PORTREVISION=	1
6
CATEGORIES=	security python
7
CATEGORIES=	security python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
		${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${FLAVOR}
18
19
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
USES=		python:2
21
USES=		python:2.7
21
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)security/py-onetime/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	onetime
4
PORTNAME=	onetime
5
PORTVERSION=	1.81
5
PORTVERSION=	1.81
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	http://www.red-bean.com/onetime/
8
MASTER_SITES=	http://www.red-bean.com/onetime/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	PD
14
LICENSE=	PD
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
16
USES=		python:2 shebangfix
17
USES=		python:2.7 shebangfix
17
SHEBANG_FILES=	onetime
18
SHEBANG_FILES=	onetime
18
19
19
NO_ARCH=	yes
20
NO_ARCH=	yes
(-)security/py-pydeep/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pydeep
4
PORTNAME=	pydeep
5
PORTVERSION=	0.2
5
PORTVERSION=	0.2
6
PORTREVISION=	1
6
CATEGORIES=	security devel python
7
CATEGORIES=	security devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
LIB_DEPENDS=	libfuzzy.so:security/ssdeep
16
LIB_DEPENDS=	libfuzzy.so:security/ssdeep
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
20
post-patch:
21
post-patch:
(-)security/py-requests-kerberos/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	requests-kerberos
4
PORTNAME=	requests-kerberos
5
PORTVERSION=	0.11.0
5
PORTVERSION=	0.11.0
6
PORTREVISION=	1
6
CATEGORIES=	security python
7
CATEGORIES=	security python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>1.1.0:www/py-requests@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>1.1.0:www/py-requests@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${FLAVOR}
18
19
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)security/py-safe/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
USES=		python:2.6+
17
USES=		python
18
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)security/py-slowaes/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	slowaes
4
PORTNAME=	slowaes
5
DISTVERSION=	0.1a1
5
DISTVERSION=	0.1a1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security python
7
CATEGORIES=	security python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
LICENSE=	APACHE20
14
LICENSE=	APACHE20
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)security/py-stem/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
20
20
21
USES=		python:2.6+
21
USES=		python
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
(-)security/py-tlslite/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tlslite
4
PORTNAME=	tlslite
5
PORTVERSION=	0.4.9
5
PORTVERSION=	0.4.9
6
PORTREVISION=	1
6
CATEGORIES=	security python
7
CATEGORIES=	security python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-16 Link Here
10
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
12
COMMENT=	Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
12
13
13
USES=		python:2
14
USES=		python:2.7
14
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)security/py-twofish/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	twofish
4
PORTNAME=	twofish
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	security python
7
CATEGORIES=	security python
8
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	Twofish cryptographic module for Python
13
COMMENT=	Twofish cryptographic module for Python
14
14
15
USES=		python:2 shebangfix
15
USES=		python:2.7 shebangfix
16
SHEBANG_FILES=	cryptfile.py decryptfile.py
16
SHEBANG_FILES=	cryptfile.py decryptfile.py
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CFLAGS+=	-fPIC
18
CFLAGS+=	-fPIC
(-)security/sssd/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sssd
4
PORTNAME=	sssd
5
PORTVERSION=	1.11.7
5
PORTVERSION=	1.11.7
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	https://releases.pagure.org/SSSD/${PORTNAME}/
8
MASTER_SITES=	https://releases.pagure.org/SSSD/${PORTNAME}/
9
9
Lines 53-63 Link Here
53
USE_LDCONFIG=	yes
53
USE_LDCONFIG=	yes
54
USE_OPENLDAP=	yes
54
USE_OPENLDAP=	yes
55
USES=		autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \
55
USES=		autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \
56
		python:2 shebangfix gssapi:mit
56
		python:2.7 shebangfix gssapi:mit
57
INSTALL_TARGET=	install-strip
57
INSTALL_TARGET=	install-strip
58
CPE_VENDOR=	fedoraproject
58
CPE_VENDOR=	fedoraproject
59
59
60
python_CMD=	${SETENV} python2
60
python_CMD=	${SETENV} ${PYTHON_VERSION}
61
SHEBANG_FILES=	src/tools/sss_obfuscate \
61
SHEBANG_FILES=	src/tools/sss_obfuscate \
62
		src/sbus/sbus_codegen
62
		src/sbus/sbus_codegen
63
63
(-)security/w3af/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
		${PYTHON_PKGNAMEPREFIX}stopit>=1.1.0:devel/py-stopit@${FLAVOR} \
33
		${PYTHON_PKGNAMEPREFIX}stopit>=1.1.0:devel/py-stopit@${FLAVOR} \
34
		${PYTHON_PKGNAMEPREFIX}chardet>=2.1.1:textproc/py-chardet@${FLAVOR} \
34
		${PYTHON_PKGNAMEPREFIX}chardet>=2.1.1:textproc/py-chardet@${FLAVOR} \
35
		${PYTHON_PKGNAMEPREFIX}tblib>=0.2.0:devel/py-tblib@${FLAVOR} \
35
		${PYTHON_PKGNAMEPREFIX}tblib>=0.2.0:devel/py-tblib@${FLAVOR} \
36
		${PYTHON_PKGNAMEPREFIX}pdfminer=20140328:textproc/py-pdfminer@${FLAVOR} \
36
		${PYTHON_PKGNAMEPREFIX}pdfminer>=20140328:textproc/py-pdfminer@${FLAVOR} \
37
		${PYTHON_PKGNAMEPREFIX}futures>=2.1.5:devel/py-futures@${FLAVOR} \
37
		${PYTHON_PKGNAMEPREFIX}futures>=2.1.5:devel/py-futures@${FLAVOR} \
38
		${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:net/py-ndg_httpsclient@${FLAVOR} \
38
		${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:net/py-ndg_httpsclient@${FLAVOR} \
39
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${FLAVOR} \
39
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${FLAVOR} \
(-)shells/jailkit/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	jailkit
4
PORTNAME=	jailkit
5
PORTVERSION=	2.19
5
PORTVERSION=	2.19
6
PORTREVISION=	1
6
CATEGORIES=	shells
7
CATEGORIES=	shells
7
MASTER_SITES=	http://olivier.sessink.nl/jailkit/ \
8
MASTER_SITES=	http://olivier.sessink.nl/jailkit/ \
8
		http://www.sfr-fresh.com/unix/privat/
9
		http://www.sfr-fresh.com/unix/privat/
Lines 12-18 Link Here
12
13
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
15
15
USES=		python:2
16
USES=		python:2.7
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
CONFIGURE_ENV=	PYTHONINTERPRETER=${PYTHON_CMD}
18
CONFIGURE_ENV=	PYTHONINTERPRETER=${PYTHON_CMD}
18
19
(-)sysutils/ansible1/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PKGNAMESUFFIX=	1
4
PKGNAMESUFFIX=	1
5
PORTVERSION=	1.9.6
5
PORTVERSION=	1.9.6
6
PORTREVISION=	1
6
PORTREVISION=	2
7
7
8
CONFLICTS=	ansible-* ansible23-*
8
CONFLICTS=	ansible-* ansible23-*
9
9
Lines 15-21 Link Here
15
		${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
17
17
18
USES=	cpe python:2 shebangfix
18
USES=	cpe python:2.7 shebangfix
19
19
20
PLIST_FILES=	man/man1/ansible-doc.1.gz \
20
PLIST_FILES=	man/man1/ansible-doc.1.gz \
21
		man/man1/ansible-galaxy.1.gz \
21
		man/man1/ansible-galaxy.1.gz \
(-)sysutils/azure-agent/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	azure-agent
3
PORTNAME=	azure-agent
4
PORTVERSION=	2.2.14
4
PORTVERSION=	2.2.14
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
8
9
MAINTAINER=	honzhan@microsoft.com
9
MAINTAINER=	honzhan@microsoft.com
Lines 20-26 Link Here
20
		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
20
		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
21
21
22
NO_BUILD=	yes
22
NO_BUILD=	yes
23
USES=		python:2 shebangfix
23
USES=		python:2.7 shebangfix
24
24
25
SHEBANG_FILES=	bin/waagent bin/waagent2.0
25
SHEBANG_FILES=	bin/waagent bin/waagent2.0
26
python_OLD_CMD=	"/usr/bin/env python"
26
python_OLD_CMD=	"/usr/bin/env python"
(-)sysutils/bamf/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bamf
4
PORTNAME=	bamf
5
PORTVERSION=	0.5.3
5
PORTVERSION=	0.5.3
6
PORTREVISION=	1
6
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
7
MASTER_SITES=	https://launchpadlibrarian.net/280921055/ \
8
MASTER_SITES=	https://launchpadlibrarian.net/280921055/ \
8
	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
9
	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
Lines 20-26 Link Here
20
	libdbus-glib-1.so:devel/dbus-glib \
21
	libdbus-glib-1.so:devel/dbus-glib \
21
	libstartup-notification-1.so:x11/startup-notification
22
	libstartup-notification-1.so:x11/startup-notification
22
23
23
USES=		gettext-runtime gmake libtool pathfix pkgconfig python:2
24
USES=		gettext-runtime gmake libtool pathfix pkgconfig python:2.7
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
25
USE_GNOME=	gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2
26
USE_GNOME=	gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2
26
USE_XORG=	x11
27
USE_XORG=	x11
(-)sysutils/cinnamon-control-center/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cinnamon-control-center
4
PORTNAME=	cinnamon-control-center
5
PORTVERSION=	2.4.2
5
PORTVERSION=	2.4.2
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	sysutils gnome
7
CATEGORIES=	sysutils gnome
8
MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/9363a4a1e121344ae98f22b55fb28623cf0f6038/panels/datetime/data/:tzpng
8
MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/9363a4a1e121344ae98f22b55fb28623cf0f6038/panels/datetime/data/:tzpng
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Lines 39-45 Link Here
39
		py*-lxml>=0:devel/py-lxml
39
		py*-lxml>=0:devel/py-lxml
40
40
41
USES=		autoreconf gettext gmake libtool pathfix \
41
USES=		autoreconf gettext gmake libtool pathfix \
42
		python:2 pkgconfig
42
		python:2.7 pkgconfig
43
USE_GNOME=	evolutiondataserver3 gconf2 gnomeprefix \
43
USE_GNOME=	evolutiondataserver3 gconf2 gnomeprefix \
44
		gtk30 intlhack libgnomekbd
44
		gtk30 intlhack libgnomekbd
45
USE_GITHUB=	yes
45
USE_GITHUB=	yes
(-)sysutils/condor/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	condor
7
PORTNAME=	condor
8
PORTVERSION=	8.4.9
8
PORTVERSION=	8.4.9
9
PORTREVISION=	7
9
PORTREVISION=	8
10
CATEGORIES=	sysutils net
10
CATEGORIES=	sysutils net
11
MASTER_SITES=	http://www.acadix.biz/Ports/distfiles/
11
MASTER_SITES=	http://www.acadix.biz/Ports/distfiles/
12
DISTNAME=	condor_src-${PORTVERSION}-all-all
12
DISTNAME=	condor_src-${PORTVERSION}-all-all
Lines 26-32 Link Here
26
WRKSRC=		${WRKDIR}/condor-${PORTVERSION}
26
WRKSRC=		${WRKDIR}/condor-${PORTVERSION}
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
# Does not build with Python 3
28
# Does not build with Python 3
29
USES=		cmake cpe perl5 pgsql python:2 shebangfix ssl
29
USES=		cmake cpe perl5 pgsql python:2.7 shebangfix ssl
30
CPE_VENDOR=	condor_project
30
CPE_VENDOR=	condor_project
31
SHEBANG_FILES=	src/condor_scripts/condor_qsub \
31
SHEBANG_FILES=	src/condor_scripts/condor_qsub \
32
		src/condor_gridmanager/remote_gahp \
32
		src/condor_gridmanager/remote_gahp \
(-)sysutils/feather/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	feather
4
PORTNAME=	feather
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.3.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	sysutils python
8
CATEGORIES=	sysutils python
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
Lines 16-22 Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	danrue
17
GH_ACCOUNT=	danrue
18
18
19
USES=		python:2,run shebangfix
19
USES=		python:2.7,run shebangfix
20
SHEBANG_FILES=	${PORTNAME}
20
SHEBANG_FILES=	${PORTNAME}
21
NO_BUILD=	yes
21
NO_BUILD=	yes
22
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)sysutils/hatop/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	hatop
4
PORTNAME=	hatop
5
PORTVERSION=	0.7.7
5
PORTVERSION=	0.7.7
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	sysutils net
8
CATEGORIES=	sysutils net
8
9
Lines 13-19 Link Here
13
14
14
RUN_DEPENDS=	${LOCALBASE}/sbin/haproxy:net/haproxy
15
RUN_DEPENDS=	${LOCALBASE}/sbin/haproxy:net/haproxy
15
16
16
USES=		python:2
17
USES=		python:2.7
17
NO_BUILD=	yes
18
NO_BUILD=	yes
18
19
19
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)sysutils/moosefs2-master/Makefile (-3 / +3 lines)
Lines 33-39 Link Here
33
33
34
.if ${MFS_COMPONENT} == cgi
34
.if ${MFS_COMPONENT} == cgi
35
MFS_CGIDIR=		${PREFIX}/share/mfscgi
35
MFS_CGIDIR=		${PREFIX}/share/mfscgi
36
USES=			python:2.5+
36
USES=			python
37
CONFIGURE_ARGS+=	--enable-mfscgi \
37
CONFIGURE_ARGS+=	--enable-mfscgi \
38
			--with-mfscgi-dir=${MFS_CGIDIR}
38
			--with-mfscgi-dir=${MFS_CGIDIR}
39
.else
39
.else
Lines 42-48 Link Here
42
42
43
.if ${MFS_COMPONENT} == cgiserv
43
.if ${MFS_COMPONENT} == cgiserv
44
MFS_CGISERVDIR=		${PREFIX}/sbin
44
MFS_CGISERVDIR=		${PREFIX}/sbin
45
USES=			python:2.5+
45
USES=			python
46
USE_RC_SUBR=		mfscgiserv
46
USE_RC_SUBR=		mfscgiserv
47
SUB_FILES+=		pkg-message-cgiserv
47
SUB_FILES+=		pkg-message-cgiserv
48
PKGMESSAGE=		${WRKDIR}/pkg-message-cgiserv
48
PKGMESSAGE=		${WRKDIR}/pkg-message-cgiserv
Lines 65-71 Link Here
65
.endif
65
.endif
66
66
67
.if ${MFS_COMPONENT} == cli
67
.if ${MFS_COMPONENT} == cli
68
USES=			python:2.5+
68
USES=			python
69
CONFIGURE_ARGS+=	--enable-mfscli
69
CONFIGURE_ARGS+=	--enable-mfscli
70
.else
70
.else
71
CONFIGURE_ARGS+=	--disable-mfscli
71
CONFIGURE_ARGS+=	--disable-mfscli
(-)sysutils/moosefs3-master/Makefile (-3 / +3 lines)
Lines 35-41 Link Here
35
35
36
.if ${MFS_COMPONENT} == cgi
36
.if ${MFS_COMPONENT} == cgi
37
MFS_CGIDIR=		${PREFIX}/share/mfscgi
37
MFS_CGIDIR=		${PREFIX}/share/mfscgi
38
USES=			python:2.5+
38
USES=			python
39
CONFIGURE_ARGS+=	--enable-mfscgi \
39
CONFIGURE_ARGS+=	--enable-mfscgi \
40
			--with-mfscgi-dir=${MFS_CGIDIR}
40
			--with-mfscgi-dir=${MFS_CGIDIR}
41
.else
41
.else
Lines 44-50 Link Here
44
44
45
.if ${MFS_COMPONENT} == cgiserv
45
.if ${MFS_COMPONENT} == cgiserv
46
MFS_CGISERVDIR=		${PREFIX}/sbin
46
MFS_CGISERVDIR=		${PREFIX}/sbin
47
USES=			python:2.5+
47
USES=			python
48
USE_RC_SUBR=		mfscgiserv
48
USE_RC_SUBR=		mfscgiserv
49
SUB_FILES+=		pkg-message-cgiserv
49
SUB_FILES+=		pkg-message-cgiserv
50
PKGMESSAGE=		${WRKDIR}/pkg-message-cgiserv
50
PKGMESSAGE=		${WRKDIR}/pkg-message-cgiserv
Lines 67-73 Link Here
67
.endif
67
.endif
68
68
69
.if ${MFS_COMPONENT} == cli
69
.if ${MFS_COMPONENT} == cli
70
USES=			python:2.5+
70
USES=			python
71
CONFIGURE_ARGS+=	--enable-mfscli
71
CONFIGURE_ARGS+=	--enable-mfscli
72
.else
72
.else
73
CONFIGURE_ARGS+=	--disable-mfscli
73
CONFIGURE_ARGS+=	--disable-mfscli
(-)sysutils/py-XenAPI/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	XenAPI
4
PORTNAME=	XenAPI
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	1
6
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
7
MASTER_SITES=	http://community.citrix.com/download/attachments/38633496/
8
MASTER_SITES=	http://community.citrix.com/download/attachments/38633496/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
MAINTAINER=	bsdports@wayfair.com
14
MAINTAINER=	bsdports@wayfair.com
14
COMMENT=	Xen API Library for Python
15
COMMENT=	Xen API Library for Python
15
16
16
USES=		python:2
17
USES=		python:2.7
17
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
18
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/XenAPI.py \
19
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/XenAPI.py \
19
		%%PYTHON_SITELIBDIR%%/XenAPI.pyc \
20
		%%PYTHON_SITELIBDIR%%/XenAPI.pyc \
(-)sysutils/py-halite/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	halite
4
PORTNAME=	halite
5
PORTVERSION=	0.1.15
5
PORTVERSION=	0.1.15
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:sysutils/py-salt@${FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:sysutils/py-salt@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${FLAVOR}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)sysutils/py-pywatchman/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	pywatchman
3
PORTNAME=	pywatchman
4
PORTVERSION=	1.3.0
4
PORTVERSION=	1.3.0
5
PORTREVISION=	1
5
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
14
14
RUN_DEPENDS=	watchman>=4:sysutils/watchman
15
RUN_DEPENDS=	watchman>=4:sysutils/watchman
15
16
16
USES=		python:2
17
USES=		python:2.7
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
18
19
19
post-install:
20
post-install:
(-)sysutils/py-uptime/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/COPYING.txt
13
LICENSE_FILE=	${WRKSRC}/COPYING.txt
14
14
15
USES=		python:2.5+
15
USES=		python
16
USE_PYTHON=	autoplist distutils
16
USE_PYTHON=	autoplist distutils
17
17
18
post-install:
18
post-install:
(-)sysutils/py-zfs/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	zfs
4
PORTNAME=	zfs
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	1
6
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
7
MASTER_SITES=	# none
8
MASTER_SITES=	# none
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	CDDL
15
LICENSE=	CDDL
15
LICENSE_FILE=	${WRKSRC}/OPENSOLARIS.LICENSE
16
LICENSE_FILE=	${WRKSRC}/OPENSOLARIS.LICENSE
16
17
17
USES=		python:2
18
USES=		python:2.7
18
MAKEFILE=	${FILESDIR}/Makefile.lib
19
MAKEFILE=	${FILESDIR}/Makefile.lib
19
MAKE_ARGS+=	PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
20
MAKE_ARGS+=	PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
20
		PYTHON_LDFLAGS="-L${LOCALBASE}/lib -l${PYTHON_VERSION}"
21
		PYTHON_LDFLAGS="-L${LOCALBASE}/lib -l${PYTHON_VERSION}"
(-)sysutils/zeitgeist/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	zeitgeist
5
PORTNAME=	zeitgeist
6
PORTVERSION=	0.9.16
6
PORTVERSION=	0.9.16
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	sysutils
8
CATEGORIES=	sysutils
9
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/+download/
9
MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/+download/
10
10
Lines 21-27 Link Here
21
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \
21
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \
22
		${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR}
22
		${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR}
23
23
24
USES=		gmake gettext pathfix python:2 pkgconfig libtool sqlite tar:xz
24
USES=		gmake gettext pathfix python:2.7 pkgconfig libtool sqlite tar:xz
25
USE_GNOME=	intlhack glib20 introspection:build
25
USE_GNOME=	intlhack glib20 introspection:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
(-)textproc/archmage/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	archmage
4
PORTNAME=	archmage
5
PORTVERSION=	0.2.4
5
PORTVERSION=	0.2.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
		${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32@${FLAVOR}
18
		${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32@${FLAVOR}
19
19
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
USES=		cpe python:2 tar:bzip2
21
USES=		cpe python:2.7 tar:bzip2
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
23
24
CPE_VENDOR=	archmage_project
24
CPE_VENDOR=	archmage_project
(-)textproc/dblatex/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dblatex
4
PORTNAME=	dblatex
5
PORTVERSION=	0.3.9
5
PORTVERSION=	0.3.9
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
9
Lines 17-23 Link Here
17
RUN_DEPENDS=	xsltproc:textproc/libxslt \
17
RUN_DEPENDS=	xsltproc:textproc/libxslt \
18
		docbook-xml>0:textproc/docbook-xml
18
		docbook-xml>0:textproc/docbook-xml
19
19
20
USES=		tar:bzip2 python:2
20
USES=		tar:bzip2 python:2.7
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
USE_TEX=	dvipsk:run tex
22
USE_TEX=	dvipsk:run tex
23
NO_ARCH=	yes
23
NO_ARCH=	yes
(-)textproc/doclifter/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	doclifter
4
PORTNAME=	doclifter
5
PORTVERSION=	2.17
5
PORTVERSION=	2.17
6
PORTREVISION=	1
6
CATEGORIES=	textproc
7
CATEGORIES=	textproc
7
MASTER_SITES=	http://www.catb.org/~esr/doclifter/
8
MASTER_SITES=	http://www.catb.org/~esr/doclifter/
8
9
Lines 11-17 Link Here
11
12
12
RUN_DEPENDS+=	python2:lang/python2
13
RUN_DEPENDS+=	python2:lang/python2
13
14
14
USES=		python:2 shebangfix
15
USES=		python:2.7 shebangfix
15
SHEBANG_FILES=	manlifter
16
SHEBANG_FILES=	manlifter
16
NO_BUILD=	yes
17
NO_BUILD=	yes
17
NO_ARCH=	yes
18
NO_ARCH=	yes
(-)textproc/gnome-doc-utils/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	gnome-doc-utils
5
PORTNAME=	gnome-doc-utils
6
PORTVERSION=	0.20.10
6
PORTVERSION=	0.20.10
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	textproc gnome
8
CATEGORIES=	textproc gnome
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
10
Lines 17-23 Link Here
17
		${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \
17
		${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \
18
		docbook-xml>0:textproc/docbook-xml
18
		docbook-xml>0:textproc/docbook-xml
19
19
20
USES=		gettext-tools:build,run gmake pathfix pkgconfig python:2 tar:xz
20
USES=		gettext-tools:build,run gmake pathfix pkgconfig python:2.7 tar:xz
21
USE_GNOME=	libxslt intlhack
21
USE_GNOME=	libxslt intlhack
22
INSTALLS_OMF=	yes
22
INSTALLS_OMF=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
(-)textproc/ibus/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ibus
4
PORTNAME=	ibus
5
DISTVERSION=	1.5.17
5
DISTVERSION=	1.5.17
6
PORTREVISION=	1
6
CATEGORIES=	textproc
7
CATEGORIES=	textproc
7
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT
8
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT
8
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT
9
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT
Lines 21-27 Link Here
21
		${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \
22
		${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \
22
		setxkbmap:x11/setxkbmap
23
		setxkbmap:x11/setxkbmap
23
24
24
USES=		compiler cpe gmake libtool localbase pathfix pkgconfig python:2
25
USES=		compiler cpe gmake libtool localbase pathfix pkgconfig python:2.7
25
USE_GNOME=	glib20 intltool librsvg2 pygobject3
26
USE_GNOME=	glib20 intltool librsvg2 pygobject3
26
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
(-)textproc/itstool/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	itstool
5
PORTNAME=	itstool
6
PORTVERSION=	2.0.2
6
PORTVERSION=	2.0.2
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	textproc
8
CATEGORIES=	textproc
9
MASTER_SITES=	http://files.itstool.org/itstool/
9
MASTER_SITES=	http://files.itstool.org/itstool/
10
10
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
18
18
19
USES=		python:2,run tar:bzip2
19
USES=		python:2.7,run tar:bzip2
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
21
22
post-patch:
22
post-patch:
(-)textproc/kiss-templates/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
OPTIONS_DEFINE=		TEST
31
OPTIONS_DEFINE=		TEST
32
TEST_DESC=		Build with unit tests
32
TEST_DESC=		Build with unit tests
33
TEST_BUILD_DEPENDS=	boost-libs>=1.55:devel/boost-libs
33
TEST_BUILD_DEPENDS=	boost-libs>=1.55:devel/boost-libs
34
TEST_USES=		python:2,build,test shebangfix
34
TEST_USES=		python:2.7,build,test shebangfix
35
TEST_TEST_TARGET=	test
35
TEST_TEST_TARGET=	test
36
SHEBANG_FILES=		tests/comparison-based/generate.py tests/differ.py
36
SHEBANG_FILES=		tests/comparison-based/generate.py tests/differ.py
37
37
(-)textproc/kreport/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=		kreport
3
PORTNAME=		kreport
4
DISTVERSION=		3.0.2
4
DISTVERSION=		3.0.2
5
PORTREVISION=	1
5
CATEGORIES=		textproc kde
6
CATEGORIES=		textproc kde
6
MASTER_SITES=		KDE/stable/${PORTNAME}/src
7
MASTER_SITES=		KDE/stable/${PORTNAME}/src
7
DIST_SUBDIR=		KDE/${PORTNAME}
8
DIST_SUBDIR=		KDE/${PORTNAME}
Lines 11-17 Link Here
11
12
12
LIB_DEPENDS=		libKPropertyCore3.so:x11-toolkits/kproperty
13
LIB_DEPENDS=		libKPropertyCore3.so:x11-toolkits/kproperty
13
14
14
USES=			cmake:outsource gettext kde:5 python:2 tar:xz
15
USES=			cmake:outsource gettext kde:5 python:2.7 tar:xz
15
USE_KDE=		config coreaddons ecm widgetsaddons
16
USE_KDE=		config coreaddons ecm widgetsaddons
16
USE_QT5=		core gui network qml webkit widgets xml \
17
USE_QT5=		core gui network qml webkit widgets xml \
17
			buildtools_build printsupport qmake_build
18
			buildtools_build printsupport qmake_build
(-)textproc/link-grammar/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	link-grammar
3
PORTNAME=	link-grammar
4
PORTVERSION=	5.3.16
4
PORTVERSION=	5.3.16
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
MASTER_SITES=	http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
7
MASTER_SITES=	http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
8
8
Lines 48-54 Link Here
48
PERL_USES=			perl5
48
PERL_USES=			perl5
49
49
50
PYTHON_CONFIGURE_ENABLE=	python-bindings
50
PYTHON_CONFIGURE_ENABLE=	python-bindings
51
PYTHON_USES=			python:2
51
PYTHON_USES=			python:2.7
52
52
53
post-install-DOCS-on:
53
post-install-DOCS-on:
54
	${MKDIR} ${STAGEDIR}${DOCSDIR}
54
	${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)textproc/loook/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	loook
4
PORTNAME=	loook
5
PORTVERSION=	0.6.5
5
PORTVERSION=	0.6.5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://www.danielnaber.de/loook/
8
MASTER_SITES=	http://www.danielnaber.de/loook/
9
DISTNAME=	${PORTNAME}
9
DISTNAME=	${PORTNAME}
Lines 18-24 Link Here
18
18
19
WRKSRC=		${WRKDIR}
19
WRKSRC=		${WRKDIR}
20
20
21
USES=		python:2 zip
21
USES=		python:2.7 zip
22
NO_BUILD=	yes
22
NO_BUILD=	yes
23
23
24
PLIST_FILES=	bin/${PORTNAME}
24
PLIST_FILES=	bin/${PORTNAME}
(-)textproc/py-bugzillatools/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bugzillatools
4
PORTNAME=	bugzillatools
5
PORTVERSION=	0.5.5
5
PORTVERSION=	0.5.5
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	GPLv3
14
LICENSE=	GPLv3
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)textproc/py-dsv/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dsv
4
PORTNAME=	dsv
5
PORTVERSION=	1.4.1
5
PORTVERSION=	1.4.1
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Python module to parse or write delimeter-separated (e.g. CSV) files
13
COMMENT=	Python module to parse or write delimeter-separated (e.g. CSV) files
13
14
14
USES=		python:2
15
USES=		python:2.7
15
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
16
DSV_BASEDIR=	${PYTHONPREFIX_SITELIBDIR}/DSV
17
DSV_BASEDIR=	${PYTHONPREFIX_SITELIBDIR}/DSV
17
NO_ARCH=	yes
18
NO_ARCH=	yes
(-)textproc/py-elasticsearch-dsl-py/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	elasticsearch-dsl-py
4
PORTNAME=	elasticsearch-dsl-py
5
PORTVERSION=	0.0.11
5
PORTVERSION=	0.0.11
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 18-24 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	elastic
19
GH_ACCOUNT=	elastic
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)textproc/py-elasticsearch2-dsl-py/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	py-elasticsearch2-dsl-py
4
PORTNAME=	py-elasticsearch2-dsl-py
5
PORTVERSION=	2.1.0
5
PORTVERSION=	2.1.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 18-24 Link Here
18
GH_ACCOUNT=	elastic
18
GH_ACCOUNT=	elastic
19
GH_PROJECT=	elasticsearch-dsl-py
19
GH_PROJECT=	elasticsearch-dsl-py
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)textproc/py-excelerator/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	excelerator
4
PORTNAME=	excelerator
5
PORTVERSION=	0.6.4.1
5
PORTVERSION=	0.6.4.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	SF/py${PORTNAME}/pyExcelerator/${PORTVERSION}
8
MASTER_SITES=	SF/py${PORTNAME}/pyExcelerator/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
14
15
OPTIONS_DEFINE=	DOCS EXAMPLES
15
OPTIONS_DEFINE=	DOCS EXAMPLES
16
16
17
USES=		python:2 zip
17
USES=		python:2.7 zip
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
20
(-)textproc/py-jaxml/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jaxml
4
PORTNAME=	jaxml
5
PORTVERSION=	3.02
5
PORTVERSION=	3.02
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
PORTSCOUT=	skipv:23.01
16
PORTSCOUT=	skipv:23.01
17
17
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)textproc/py-pdfminer/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pdfminer
4
PORTNAME=	pdfminer
5
PORTVERSION=	20140328
5
PORTVERSION=	20140328
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
13
13
LICENSE=	MIT
14
LICENSE=	MIT
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)textproc/py-pyes/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pyes
4
PORTNAME=	pyes
5
PORTVERSION=	0.99.5
5
PORTVERSION=	0.99.5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${FLAVOR}
15
		${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${FLAVOR}
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)textproc/py-rstyoutube/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rstyoutube
4
PORTNAME=	rstyoutube
5
PORTVERSION=	0.1.1
5
PORTVERSION=	0.1.1
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
15
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${FLAVOR}
16
17
17
USES=	python:2
18
USES=	python:2.7
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)textproc/py-tvgrab/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	TVGrab
4
PORTNAME=	TVGrab
5
PORTVERSION=	0.5.1
5
PORTVERSION=	0.5.1
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	SF/py${PORTNAME:tl}/lib/${PORTVERSION}
8
MASTER_SITES=	SF/py${PORTNAME:tl}/lib/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
20
USES=		python:2 tar:bzip2
20
USES=		python:2.7 tar:bzip2
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
NO_ARCH=	yes
22
NO_ARCH=	yes
23
23
(-)textproc/py-xlutils/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xlutils
4
PORTNAME=	xlutils
5
PORTVERSION=	1.7.0
5
PORTVERSION=	1.7.0
6
PORTREVISION=	1
6
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
				${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${FLAVOR}
17
				${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${FLAVOR}
17
RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)textproc/py2html/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	py2html
4
PORTNAME=	py2html
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	1
6
CATEGORIES=	textproc www python
7
CATEGORIES=	textproc www python
7
MASTER_SITES=	LOCAL/perky
8
MASTER_SITES=	LOCAL/perky
8
PKGNAMESUFFIX=	-${PYTHON_PKGNAMEPREFIX:S/-//}
9
PKGNAMESUFFIX=	-${PYTHON_PKGNAMEPREFIX:S/-//}
Lines 10-16 Link Here
10
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Python Highlighter for HTML
12
COMMENT=	Python Highlighter for HTML
12
13
13
USES=		python:2 shebangfix
14
USES=		python:2.7 shebangfix
14
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
15
16
16
SHEBANG_FILES=	py2html
17
SHEBANG_FILES=	py2html
(-)textproc/pychm/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pychm
4
PORTNAME=	pychm
5
PORTVERSION=	0.8.4
5
PORTVERSION=	0.8.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
7
CATEGORIES=	textproc python
8
MASTER_SITES=	SF/gnochm/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/gnochm/${PORTNAME}/${PORTVERSION}
9
9
Lines 16-22 Link Here
16
LIB_DEPENDS=	libchm.so:misc/chmlib
16
LIB_DEPENDS=	libchm.so:misc/chmlib
17
17
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
21
21
22
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
(-)textproc/queequeg/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	queequeg
4
PORTNAME=	queequeg
5
PORTVERSION=	0.91
5
PORTVERSION=	0.91
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
9
Lines 17-23 Link Here
17
		${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb
17
		${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb
18
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb
18
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb
19
19
20
USES=		python:2 shebangfix
20
USES=		python:2.7 shebangfix
21
SHEBANG_FILES=	*.py misc/*.py qq
21
SHEBANG_FILES=	*.py misc/*.py qq
22
ALL_TARGET=	dict
22
ALL_TARGET=	dict
23
MAKE_ARGS=	WORDNETDICT="${LOCALBASE}/share/WordNet" \
23
MAKE_ARGS=	WORDNETDICT="${LOCALBASE}/share/WordNet" \
(-)textproc/rubber/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rubber
4
PORTNAME=	rubber
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://launchpadlibrarian.net/53558954/
8
MASTER_SITES=	http://launchpadlibrarian.net/53558954/
9
9
Lines 14-20 Link Here
14
14
15
NO_ARCH=	yes
15
NO_ARCH=	yes
16
16
17
USES=		gmake makeinfo python:2
17
USES=		gmake makeinfo python:2.7
18
USE_TEX=	latex
18
USE_TEX=	latex
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
20
CONFIGURE_ARGS=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
(-)textproc/xxdiff-scripts/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xxdiff
4
PORTNAME=	xxdiff
5
PORTVERSION=	4.0.1
5
PORTVERSION=	4.0.1
6
PORTREVISION=	1
6
CATEGORIES=	textproc
7
CATEGORIES=	textproc
7
MASTER_SITES=	SF
8
MASTER_SITES=	SF
8
PKGNAMESUFFIX=	-scripts
9
PKGNAMESUFFIX=	-scripts
Lines 15-21 Link Here
15
16
16
RUN_DEPENDS=	xxdiff:textproc/xxdiff
17
RUN_DEPENDS=	xxdiff:textproc/xxdiff
17
18
18
USES=		python:2 tar:bzip2
19
USES=		python:2.7 tar:bzip2
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
PYDISTUTILS_PKGNAME=	xxdiff-scripts
21
PYDISTUTILS_PKGNAME=	xxdiff-scripts
21
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)www/cherokee/Makefile (-3 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	cherokee
4
PORTNAME=	cherokee
5
PORTVERSION=	1.2.104
5
PORTVERSION=	1.2.104
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	www
8
CATEGORIES=	www
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
Lines 58-65 Link Here
58
OPTIONS_SUB=		yes
58
OPTIONS_SUB=		yes
59
59
60
ADMIN_DESC=		Build the Admin Interface
60
ADMIN_DESC=		Build the Admin Interface
61
ADMIN_USES=		python:2
61
ADMIN_USES=		python:2.7
62
ADMIN_USES_OFF=		python:2,build 
62
ADMIN_USES_OFF=		python:2.7,build 
63
ADMIN_CONFIGURE_OFF=	--disable-admin
63
ADMIN_CONFIGURE_OFF=	--disable-admin
64
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
64
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
65
FFMPEG_CONFIGURE_ON=	--with-ffmpeg=yes
65
FFMPEG_CONFIGURE_ON=	--with-ffmpeg=yes
(-)www/chromium/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	chromium
4
PORTNAME=	chromium
5
PORTVERSION=	61.0.3163.100
5
PORTVERSION=	61.0.3163.100
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES?=	www
7
CATEGORIES?=	www
8
MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/
8
MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Lines 69-78 Link Here
69
.endif
69
.endif
70
70
71
.if defined(GN_ONLY)
71
.if defined(GN_ONLY)
72
USES=		compiler:c++14-lang ninja pkgconfig python:2,build shebangfix tar:xz
72
USES=		compiler:c++14-lang ninja pkgconfig python:2.7,build shebangfix tar:xz
73
.else
73
.else
74
USES=		bison cpe desktop-file-utils jpeg ninja perl5 pkgconfig \
74
USES=		bison cpe desktop-file-utils jpeg ninja perl5 pkgconfig \
75
		python:2,build shebangfix tar:xz
75
		python:2.7,build shebangfix tar:xz
76
.endif
76
.endif
77
MAKE_ARGS=	-C out/${BUILDTYPE}
77
MAKE_ARGS=	-C out/${BUILDTYPE}
78
78
(-)www/cppcms/Makefile (-2 / +5 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cppcms
3
PORTNAME=	cppcms
4
PORTVERSION=	1.2.0
4
PORTVERSION=	1.2.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	SF/cppcms/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/cppcms/${PORTNAME}/${PORTVERSION}
8
8
Lines 15-21 Link Here
15
15
16
BROKEN_powerpc64=	Does not build: error: 'localeconv_l' was not declared in this scope
16
BROKEN_powerpc64=	Does not build: error: 'localeconv_l' was not declared in this scope
17
17
18
USES=		cmake python:2 shebangfix tar:bzip2 ssl
18
USES=		cmake python:2.7 shebangfix tar:bzip2 ssl
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
SHEBANG_FILES=	bin/cppcms_tmpl_cc
20
SHEBANG_FILES=	bin/cppcms_tmpl_cc
21
21
Lines 42-47 Link Here
42
CMAKE_ARGS+=	-DDISABLE_GCRYPT:BOOL=ON
42
CMAKE_ARGS+=	-DDISABLE_GCRYPT:BOOL=ON
43
.endif
43
.endif
44
44
45
post-patch:
46
	${REINPLACE_CMD}  -e 's/python2/${PYTHON_VERSION}/' ${WRKSRC}/CMakeLists.txt
47
45
post-install:
48
post-install:
46
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
49
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
47
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
50
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
(-)www/gaeutilities/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gaeutilities
4
PORTNAME=	gaeutilities
5
PORTVERSION=	1.4
5
PORTVERSION=	1.4
6
PORTREVISION=	0
6
PORTREVISION=	1
7
CATEGORIES=	www devel
7
CATEGORIES=	www devel
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 12-18 Link Here
12
12
13
RUN_DEPENDS=	google-appengine>=1.2.4_1:www/google-appengine
13
RUN_DEPENDS=	google-appengine>=1.2.4_1:www/google-appengine
14
14
15
USES=		python:2 # same as www/google-appengine
15
USES=		python:2.7 # same as www/google-appengine
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	joerussbowman
17
GH_ACCOUNT=	joerussbowman
18
GH_TAGNAME=	ea3f7e1
18
GH_TAGNAME=	ea3f7e1
(-)www/google-sitemapgen/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	google-sitemapgen
4
PORTNAME=	google-sitemapgen
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	1
6
CATEGORIES=	www devel
7
CATEGORIES=	www devel
7
MASTER_SITES=	https://fossies.org/linux/www/old/
8
MASTER_SITES=	https://fossies.org/linux/www/old/
8
DISTNAME=	sitemap_gen_${PORTVERSION}
9
DISTNAME=	sitemap_gen_${PORTVERSION}
Lines 12-18 Link Here
12
13
13
NO_ARCH=	yes
14
NO_ARCH=	yes
14
NO_WRKSUBDIR=	yes
15
NO_WRKSUBDIR=	yes
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)www/iridium/Makefile (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
ONLY_FOR_ARCHS=	amd64 i386
63
ONLY_FOR_ARCHS=	amd64 i386
64
USES=		bison desktop-file-utils jpeg ninja perl5 \
64
USES=		bison desktop-file-utils jpeg ninja perl5 \
65
		pkgconfig python:2,build shebangfix tar:xz
65
		pkgconfig python:2.7,build shebangfix tar:xz
66
66
67
USE_PERL5=	build
67
USE_PERL5=	build
68
USE_XORG=	scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \
68
USE_XORG=	scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \
(-)www/jtoolkit/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jToolkit
4
PORTNAME=	jToolkit
5
PORTVERSION=	0.7.8
5
PORTVERSION=	0.7.8
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
Lines 14-20 Link Here
14
# Has optional dependencies on database engines
14
# Has optional dependencies on database engines
15
# Can optionally use py-lucene (on i386)
15
# Can optionally use py-lucene (on i386)
16
16
17
USES=		python:2
17
USES=		python:2.7
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
USE_PYTHON=	distutils
19
USE_PYTHON=	distutils
20
PYSETUP=	${PORTNAME}Setup.py
20
PYSETUP=	${PORTNAME}Setup.py
(-)www/linkchecker/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	linkchecker
4
PORTNAME=	linkchecker
5
PORTVERSION=	9.3
5
PORTVERSION=	9.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
DISTNAME=	LinkChecker-${PORTVERSION}
9
DISTNAME=	LinkChecker-${PORTVERSION}
Lines 19-25 Link Here
19
19
20
WRKSRC=		${WRKDIR}/${DISTNAME}
20
WRKSRC=		${WRKDIR}/${DISTNAME}
21
21
22
USES=		cpe python:2
22
USES=		cpe python:2.7
23
CPE_VENDOR=	bastian_kleineidam
23
CPE_VENDOR=	bastian_kleineidam
24
USE_PYTHON=	distutils autoplist
24
USE_PYTHON=	distutils autoplist
25
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
(-)www/mod_spdy/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mod_spdy
4
PORTNAME=	mod_spdy
5
PORTVERSION=	0.9.4.1
5
PORTVERSION=	0.9.4.1
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \
8
MASTER_SITES=	http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \
9
		APACHE_HTTPD:apache22
9
		APACHE_HTTPD:apache22
Lines 26-32 Link Here
26
26
27
ONLY_FOR_ARCHS=	amd64 i386
27
ONLY_FOR_ARCHS=	amd64 i386
28
USE_APACHE=	22
28
USE_APACHE=	22
29
USES=		compiler gmake python:2 ssl tar:xz
29
USES=		compiler gmake python:2.7 ssl tar:xz
30
REINPLACE_ARGS=	-i ""
30
REINPLACE_ARGS=	-i ""
31
31
32
WRKSRC=		${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src
32
WRKSRC=		${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src
(-)www/node/Makefile (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
DTRACE_CONFIGURE_ON=	--with-dtrace
42
DTRACE_CONFIGURE_ON=	--with-dtrace
43
43
44
USES=		compiler:c++11-lib gmake python:2,build pkgconfig \
44
USES=		compiler:c++11-lib gmake python:2.7,build pkgconfig \
45
		localbase shebangfix
45
		localbase shebangfix
46
46
47
HAS_CONFIGURE=	yes
47
HAS_CONFIGURE=	yes
(-)www/node4/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	node
4
PORTNAME=	node
5
PORTVERSION=	4.8.7
5
PORTVERSION=	4.8.7
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	www
8
CATEGORIES=	www
8
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
9
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
Lines 28-34 Link Here
28
NLS_CONFIGURE_ON=	--with-intl=system-icu
29
NLS_CONFIGURE_ON=	--with-intl=system-icu
29
NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
30
NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
30
31
31
USES=		compiler:c++11-lib gmake python:2 pkgconfig localbase
32
USES=		compiler:c++11-lib gmake python:2.7 pkgconfig localbase
32
HAS_CONFIGURE=	yes
33
HAS_CONFIGURE=	yes
33
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
34
35
(-)www/node6/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
40
41
DTRACE_CONFIGURE_ON=	--with-dtrace
41
DTRACE_CONFIGURE_ON=	--with-dtrace
42
42
43
USES=		compiler:c++11-lib gmake python:2,build pkgconfig \
43
USES=		compiler:c++11-lib gmake python:2.7,build pkgconfig \
44
		localbase shebangfix
44
		localbase shebangfix
45
45
46
HAS_CONFIGURE=	yes
46
HAS_CONFIGURE=	yes
(-)www/node8/Makefile (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
DTRACE_CONFIGURE_ON=	--with-dtrace
43
DTRACE_CONFIGURE_ON=	--with-dtrace
44
44
45
USES=		compiler:c++11-lib gmake python:2,build pkgconfig \
45
USES=		compiler:c++11-lib gmake python:2.7,build pkgconfig \
46
		localbase shebangfix
46
		localbase shebangfix
47
47
48
HAS_CONFIGURE=	yes
48
HAS_CONFIGURE=	yes
(-)www/py-HTMLgen/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	HTMLgen
4
PORTNAME=	HTMLgen
5
PORTVERSION=	2.2.2
5
PORTVERSION=	2.2.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	LOCAL/dryice \
8
MASTER_SITES=	LOCAL/dryice \
9
		http://dryice.name/computer/FreeBSD/distfiles/ \
9
		http://dryice.name/computer/FreeBSD/distfiles/ \
Lines 14-20 Link Here
14
MAINTAINER=	python@FreeBSD.org
14
MAINTAINER=	python@FreeBSD.org
15
COMMENT=	Python library for the generation of HTML documents
15
COMMENT=	Python library for the generation of HTML documents
16
16
17
USES=		python:2 shebangfix
17
USES=		python:2.7 shebangfix
18
USE_PYTHON=	flavors
18
USE_PYTHON=	flavors
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
NO_ARCH=	yes
20
NO_ARCH=	yes
(-)www/py-albatross/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	albatross
4
PORTNAME=	albatross
5
PORTVERSION=	1.42
5
PORTVERSION=	1.42
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	http://object-craft.com.au/projects/albatross/download/
8
MASTER_SITES=	http://object-craft.com.au/projects/albatross/download/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
LICENSE=	BSD3CLAUSE
16
LICENSE=	BSD3CLAUSE
16
LICENSE_FILE=	${WRKSRC}/LICENCE
17
LICENSE_FILE=	${WRKSRC}/LICENCE
17
18
18
USES=		python:2
19
USES=		python:2.7
19
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
20
21
21
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)www/py-amf/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	amf
4
PORTNAME=	amf
5
PORTVERSION=	0.8.0
5
PORTVERSION=	0.8.0
6
PORTREVISION=	1
6
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE=	MIT
15
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
16
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
16
17
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
19
20
20
post-install:
21
post-install:
(-)www/py-apachelog/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	apachelog
4
PORTNAME=	apachelog
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \
8
MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/apachelog/ \
9
		http://freebsd.unixfreunde.de/sources/
9
		http://freebsd.unixfreunde.de/sources/
Lines 15-21 Link Here
15
LICENSE=	ART10 GPLv1+ # same as Perl
15
LICENSE=	ART10 GPLv1+ # same as Perl
16
LICENSE_COMB=	dual
16
LICENSE_COMB=	dual
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)www/py-beautifulsoup32/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	beautifulsoup
4
PORTNAME=	beautifulsoup
5
PORTVERSION=	3.2.1
5
PORTVERSION=	3.2.1
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
8
MASTER_SITES=	http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
MAINTAINER=	mwm@mired.org
13
MAINTAINER=	mwm@mired.org
13
COMMENT=	HTML/XML Parser for Python
14
COMMENT=	HTML/XML Parser for Python
14
15
15
USES=		python:2
16
USES=		python:2.7
16
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
17
18
18
CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
19
CONFLICTS=	py[0-9]*-beautifulsoup-3.0.*
(-)www/py-blogofile/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	blogofile
4
PORTNAME=	blogofile
5
PORTVERSION=	0.8.3
5
PORTVERSION=	0.8.3
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP/source/B/Blogofile
8
MASTER_SITES=	CHEESESHOP/source/B/Blogofile
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 25-31 Link Here
25
		${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
27
		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
27
28
28
USES=		python:2
29
USES=		python:2.7
29
USE_PYTHON=	autoplist distutils
30
USE_PYTHON=	autoplist distutils
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)www/py-cherrypy-old/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cherrypy
4
PORTNAME=	cherrypy
5
PORTVERSION=	2.3.0
5
PORTVERSION=	2.3.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	www python
8
CATEGORIES=	www python
9
MASTER_SITES=	http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/
9
MASTER_SITES=	http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/
Lines 16-22 Link Here
16
16
17
LICENSE=	BSD3CLAUSE
17
LICENSE=	BSD3CLAUSE
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
21
21
22
PORTSCOUT=	ignore:1        # This the last version of 2.3.X branch
22
PORTSCOUT=	ignore:1        # This the last version of 2.3.X branch
(-)www/py-clientform/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	clientform
4
PORTNAME=	clientform
5
PORTVERSION=	0.2.10
5
PORTVERSION=	0.2.10
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://wwwsearch.sourceforge.net/ClientForm/src/ \
8
MASTER_SITES=	http://wwwsearch.sourceforge.net/ClientForm/src/ \
9
		CHEESESHOP
9
		CHEESESHOP
Lines 13-19 Link Here
13
MAINTAINER=	lwhsu@FreeBSD.org
13
MAINTAINER=	lwhsu@FreeBSD.org
14
COMMENT=	Client-side HTTP Form for Python
14
COMMENT=	Client-side HTTP Form for Python
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)www/py-collective.easytemplate/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	collective.easytemplate
4
PORTNAME=	collective.easytemplate
5
PORTVERSION=	0.8.0
5
PORTVERSION=	0.8.0
6
PORTREVISION=	1
6
CATEGORIES=	www python zope
7
CATEGORIES=	www python zope
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}collective.templateengines>=0.3:www/py-collective.templateengines@${FLAVOR}
21
		${PYTHON_PKGNAMEPREFIX}collective.templateengines>=0.3:www/py-collective.templateengines@${FLAVOR}
21
22
22
USES=		python:2 zip
23
USES=		python:2.7 zip
23
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)www/py-collective.templateengines/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	collective.templateengines
4
PORTNAME=	collective.templateengines
5
PORTVERSION=	0.3.5
5
PORTVERSION=	0.3.5
6
PORTREVISION=	1
6
CATEGORIES=	www python zope
7
CATEGORIES=	www python zope
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
16
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:devel/py-Products.CMFCore@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:devel/py-Products.CMFCore@${FLAVOR}
17
18
18
USES=		python:2 zip
19
USES=		python:2.7 zip
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
20
21
21
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)www/py-django-appmedia/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	django-appmedia
4
PORTNAME=	django-appmedia
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.0.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR}
14
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR}
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)www/py-django-cms/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	django-cms
4
PORTNAME=	django-cms
5
PORTVERSION=	2.4.1
5
PORTVERSION=	2.4.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 20-26 Link Here
20
		${PYTHON_PKGNAMEPREFIX}django-sekizai>=0.6.1:www/py-django-sekizai@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}django-sekizai>=0.6.1:www/py-django-sekizai@${FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}html5lib>=0.90:www/py-html5lib@${FLAVOR}
21
		${PYTHON_PKGNAMEPREFIX}html5lib>=0.90:www/py-html5lib@${FLAVOR}
22
22
23
USES=		python:2
23
USES=		python:2.7
24
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils
25
25
26
OPTIONS_MULTI=	DATABASE
26
OPTIONS_MULTI=	DATABASE
(-)www/py-django-extensions/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	django-extensions
4
PORTNAME=	django-extensions
5
PORTVERSION=	1.6.7
5
PORTVERSION=	1.6.7
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
18
19
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
USES=		python:2
21
USES=		python:2.7
21
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)www/py-django-livesettings/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	django-livesettings
4
PORTNAME=	django-livesettings
5
DISTVERSION=	1.4-16
5
DISTVERSION=	1.4-16
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP/source/d/${PORTNAME}
8
MASTER_SITES=	CHEESESHOP/source/d/${PORTNAME}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:devel/py-setuptools_hg@${FLAVOR}
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:devel/py-setuptools_hg@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR}
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)www/py-django-sekizai/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	django-sekizai
4
PORTNAME=	django-sekizai
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} \
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}django-classy-tags>=0.3.1:www/py-django-classy-tags@${FLAVOR}
15
		${PYTHON_PKGNAMEPREFIX}django-classy-tags>=0.3.1:www/py-django-classy-tags@${FLAVOR}
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)www/py-funkload/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	funkload
4
PORTNAME=	funkload
5
PORTVERSION=	1.17.1
5
PORTVERSION=	1.17.1
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
		${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:www/py-webunit@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:www/py-webunit@${FLAVOR} \
18
		tcpwatch.py:net/tcpwatch
19
		tcpwatch.py:net/tcpwatch
19
20
20
USES=		python:2
21
USES=		python:2.7
21
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)www/py-graphite-web/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	graphite-web
4
PORTNAME=	graphite-web
5
PORTVERSION=	0.9.15
5
PORTVERSION=	0.9.15
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 20-26 Link Here
20
		xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype
20
		xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype
21
21
22
FETCH_ARGS=	-o ${DISTNAME}${EXTRACT_SUFX}
22
FETCH_ARGS=	-o ${DISTNAME}${EXTRACT_SUFX}
23
USES=		cpe python:2
23
USES=		cpe python:2.7
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	graphite-project
25
GH_ACCOUNT=	graphite-project
26
CPE_VENDOR=	graphite_project
26
CPE_VENDOR=	graphite_project
(-)www/py-jswebkit/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jswebkit
4
PORTNAME=	jswebkit
5
PORTVERSION=	0.0.3
5
PORTVERSION=	0.0.3
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://archive.ubuntu.com/ubuntu/pool/universe/p/python-jswebkit/
8
MASTER_SITES=	http://archive.ubuntu.com/ubuntu/pool/universe/p/python-jswebkit/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2
15
LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2
16
16
17
USES=		pkgconfig python:2
17
USES=		pkgconfig python:2.7
18
USE_PYTHON=	distutils autoplist cython cython_run
18
USE_PYTHON=	distutils autoplist cython cython_run
19
WRKSRC=		${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
20
20
(-)www/py-meld/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	meld
4
PORTNAME=	meld
5
PORTVERSION=	2.1.4
5
PORTVERSION=	2.1.4
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	http://entrian.com/PyMeld/
8
MASTER_SITES=	http://entrian.com/PyMeld/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
16
16
LICENSE=	MIT
17
LICENSE=	MIT
17
18
18
USES=		python:2
19
USES=		python:2.7
19
20
20
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/PyMeld.py \
21
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/PyMeld.py \
21
		%%PYTHON_SITELIBDIR%%/PyMeld.pyc \
22
		%%PYTHON_SITELIBDIR%%/PyMeld.pyc \
(-)www/py-meld3/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	meld3
4
PORTNAME=	meld3
5
PORTVERSION=	0.6.8
5
PORTVERSION=	0.6.8
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
MAINTAINER=	tn@0x746e.org.ua
11
MAINTAINER=	tn@0x746e.org.ua
12
COMMENT=	HTML/XML templating system for Python
12
COMMENT=	HTML/XML templating system for Python
13
13
14
USES=		python:2
14
USES=		python:2.7
15
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)www/py-mt/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mt
4
PORTNAME=	mt
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/PyMT-${PORTVERSION}
8
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/PyMT-${PORTVERSION}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
14
14
LICENSE=	PSFL  # says License: python
15
LICENSE=	PSFL  # says License: python
15
16
16
USES=		python:2
17
USES=		python:2.7
17
NO_BUILD=	yes
18
NO_BUILD=	yes
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
20
(-)www/py-prewikka/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	prewikka
4
PORTNAME=	prewikka
5
PORTVERSION=	1.0.1p1
5
PORTVERSION=	1.0.1p1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www security python
7
CATEGORIES=	www security python
8
MASTER_SITES=	https://www.prelude-ids.org/attachments/download/286/
8
MASTER_SITES=	https://www.prelude-ids.org/attachments/download/286/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
LIB_DEPENDS=	libprelude.so:security/libprelude \
15
LIB_DEPENDS=	libprelude.so:security/libprelude \
16
		libpreludedb.so:security/libpreludedb
16
		libpreludedb.so:security/libpreludedb
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	distutils
19
USE_PYTHON=	distutils
20
20
21
OPTIONS_DEFINE=	NLS
21
OPTIONS_DEFINE=	NLS
(-)www/py-rhodecode/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rhodecode
4
PORTNAME=	rhodecode
5
PORTVERSION=	1.7.2
5
PORTVERSION=	1.7.2
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 38-44 Link Here
38
		${PYTHON_PKGNAMEPREFIX}celery>=0:devel/py-celery@${FLAVOR} \
38
		${PYTHON_PKGNAMEPREFIX}celery>=0:devel/py-celery@${FLAVOR} \
39
		mercurial>=2.6:devel/mercurial
39
		mercurial>=2.6:devel/mercurial
40
40
41
USES=		python:2
41
USES=		python:2.7
42
USE_PYTHON=	distutils autoplist
42
USE_PYTHON=	distutils autoplist
43
43
44
USE_RC_SUBR=		rhodecode
44
USE_RC_SUBR=		rhodecode
(-)www/py-slimit/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	slimit
3
PORTNAME=	slimit
4
PORTVERSION=	0.8.1
4
PORTVERSION=	0.8.1
5
PORTREVISION=	1
5
CATEGORIES=	www python
6
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR}
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR}
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR}
16
17
17
USES=		python:2 zip
18
USES=		python:2.7 zip
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
20
NO_ARCH=	yes
20
21
(-)www/py-surl/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	surl
4
PORTNAME=	surl
5
PORTVERSION=	0.7.1.1
5
PORTVERSION=	0.7.1.1
6
PORTREVISION=	1
6
CATEGORIES=	www
7
CATEGORIES=	www
7
MASTER_SITES=	http://launchpadlibrarian.net/96097348/ \
8
MASTER_SITES=	http://launchpadlibrarian.net/96097348/ \
8
		http://www.c-s.li/ports/
9
		http://www.c-s.li/ports/
Lines 13-19 Link Here
13
14
14
LICENSE=	GPLv3
15
LICENSE=	GPLv3
15
16
16
USES=		python:2 tar:bzip2
17
USES=		python:2.7 tar:bzip2
17
USE_PYTHON=	distutils
18
USE_PYTHON=	distutils
18
19
19
post-patch:
20
post-patch:
(-)www/py-tmdb3/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tmdb3
4
PORTNAME=	tmdb3
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.2
6
PORTREVISION=	1
6
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-16 Link Here
10
MAINTAINER=	wg@FreeBSD.org
11
MAINTAINER=	wg@FreeBSD.org
11
COMMENT=	TheMovieDB.org APIv3 interface
12
COMMENT=	TheMovieDB.org APIv3 interface
12
13
13
USES=		python:2
14
USES=		python:2.7
14
USE_PYTHON=	distutils autoplist
15
USE_PYTHON=	distutils autoplist
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)www/py-uliweb/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	uliweb
4
PORTNAME=	uliweb
5
PORTVERSION=	0.5
5
PORTVERSION=	0.5
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
Lines 14-20 Link Here
14
USE_GITHUB=	yes
15
USE_GITHUB=	yes
15
GH_ACCOUNT=	limodou
16
GH_ACCOUNT=	limodou
16
17
17
USES=		dos2unix python:2
18
USES=		dos2unix python:2.7
18
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)www/py-webhelpers/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	webhelpers
4
PORTNAME=	webhelpers
5
PORTVERSION=	1.3
5
PORTVERSION=	1.3
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-22 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}routes>=1.1:www/py-routes@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}routes>=1.1:www/py-routes@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:textproc/py-MarkupSafe@${FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:textproc/py-MarkupSafe@${FLAVOR}
18
19
19
USES=		python:2
20
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)www/py-webkitgtk/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	webkitgtk
4
PORTNAME=	webkitgtk
5
PORTVERSION=	1.1.8
5
PORTVERSION=	1.1.8
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	https://pkgs.fedoraproject.org/repo/extras/pywebkitgtk/pywebkitgtk-1.1.8.tar.bz2/19f3c184eebcfde1c9d1ce56bbe75cf2/
8
MASTER_SITES=	https://pkgs.fedoraproject.org/repo/extras/pywebkitgtk/pywebkitgtk-1.1.8.tar.bz2/19f3c184eebcfde1c9d1ce56bbe75cf2/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
22
USES=		gmake libtool pathfix pkgconfig python:2 tar:bzip2
22
USES=		gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
23
USE_GNOME=	glib20 libxslt pygtk2
23
USE_GNOME=	glib20 libxslt pygtk2
24
USE_PYTHON=	flavors
24
USE_PYTHON=	flavors
25
25
(-)www/pyblosxom/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pyblosxom
4
PORTNAME=	pyblosxom
5
DISTVERSION=	1.5.3
5
DISTVERSION=	1.5.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://pyblosxom.github.io/download/
8
MASTER_SITES=	http://pyblosxom.github.io/download/
9
9
Lines 12-18 Link Here
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
14
14
15
USES=		python:2 shebangfix
15
USES=		python:2.7 shebangfix
16
USE_PYTHON=	distutils
16
USE_PYTHON=	distutils
17
SHEBANG_FILES=	Pyblosxom/data/pyblosxom.cgi
17
SHEBANG_FILES=	Pyblosxom/data/pyblosxom.cgi
18
18
(-)www/pycarddav/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	pycarddav
3
PORTNAME=	pycarddav
4
PORTVERSION=	0.7.0
4
PORTVERSION=	0.7.0
5
PORTREVISION=	1
5
CATEGORIES=	www python
6
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 20-26 Link Here
20
		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
22
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
22
23
23
USES=		python:2
24
USES=		python:2.7
24
USE_PYTHON=	autoplist distutils
25
USE_PYTHON=	autoplist distutils
25
26
26
PLIST_FILES+=	man/man1/pc_query.1.gz \
27
PLIST_FILES+=	man/man1/pc_query.1.gz \
(-)www/qooxdoo/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qooxdoo
4
PORTNAME=	qooxdoo
5
PORTVERSION=	5.0.1
5
PORTVERSION=	5.0.1
6
PORTREVISION=	1
6
CATEGORIES=	www devel
7
CATEGORIES=	www devel
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-sdk
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-sdk
Lines 13-19 Link Here
13
LICENSE=	LGPL3 EPL
14
LICENSE=	LGPL3 EPL
14
LICENSE_COMB=	dual
15
LICENSE_COMB=	dual
15
16
16
USES=		zip python:2
17
USES=		zip python:2.7
17
18
18
OPTIONS_DEFINE=	DOCS EXAMPLES
19
OPTIONS_DEFINE=	DOCS EXAMPLES
19
20
(-)www/radicale/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=		radicale
4
PORTNAME=		radicale
5
PORTVERSION=		1.1.2
5
PORTVERSION=		1.1.2
6
PORTREVISION=		1
6
PORTREVISION=		2
7
CATEGORIES=		www python
7
CATEGORIES=		www python
8
MASTER_SITES=		CHEESESHOP
8
MASTER_SITES=		CHEESESHOP
9
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
Lines 29-35 Link Here
29
.include <bsd.port.options.mk>
29
.include <bsd.port.options.mk>
30
30
31
.if ${PORT_OPTIONS:MHTTP} || ${PORT_OPTIONS:MLDAP}
31
.if ${PORT_OPTIONS:MHTTP} || ${PORT_OPTIONS:MLDAP}
32
USES+=		python:2
32
USES+=		python:2.7
33
.else
33
.else
34
USES+=		python
34
USES+=		python
35
.endif
35
.endif
(-)www/trac-accountmanager/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	accountmanager
3
PORTNAME=	accountmanager
4
PORTVERSION=	0.5.${REV}
4
PORTVERSION=	0.5.${REV}
5
PORTREVISION=	1
5
PORTREVISION=	2
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	LOCAL/kuriyama \
8
MASTER_SITES=	LOCAL/kuriyama \
Lines 20-26 Link Here
20
20
21
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
21
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
22
REV=			12583
22
REV=			12583
23
USES=			python:2 zip
23
USES=			python:2.7 zip
24
USE_PYTHON=		distutils autoplist
24
USE_PYTHON=		distutils autoplist
25
WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
25
WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
26
NO_ARCH=		yes
26
NO_ARCH=		yes
(-)www/trac-attachmentpolicy/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	attachmentpolicy
4
PORTNAME=	attachmentpolicy
5
PORTVERSION=	0.1.0.${SVN_REV}
5
PORTVERSION=	0.1.0.${SVN_REV}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://distfiles.cse.tw/ \
8
MASTER_SITES=	http://distfiles.cse.tw/ \
9
		http://trac-hacks.org/changeset/${SVN_REV}/attachmentpolicyplugin?old_path=/&format=zip&filename=/
9
		http://trac-hacks.org/changeset/${SVN_REV}/attachmentpolicyplugin?old_path=/&format=zip&filename=/
Lines 20-26 Link Here
20
RUN_DEPENDS+=	tracd:www/trac
20
RUN_DEPENDS+=	tracd:www/trac
21
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
22
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
23
USES=		python:2 zip
23
USES=		python:2.7 zip
24
USE_PYTHON=	distutils autoplist
24
USE_PYTHON=	distutils autoplist
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
26
(-)www/trac-autocomplete/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	autocomplete
4
PORTNAME=	autocomplete
5
PORTVERSION=	0.4.1
5
PORTVERSION=	0.4.1
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	trac>=0.11:www/trac
15
RUN_DEPENDS=	trac>=0.11:www/trac
16
16
17
USES=		python:2 zip
17
USES=		python:2.7 zip
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
WRKSRC=		${WRKDIR}/autocompleteusersplugin/0.11
19
WRKSRC=		${WRKDIR}/autocompleteusersplugin/0.11
20
NO_ARCH=	yes
20
NO_ARCH=	yes
(-)www/trac-bzr/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	bzr
4
PORTNAME=	bzr
5
PORTVERSION=	20110228
5
PORTVERSION=	20110228
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://schema.filez.com/distfiles/
8
MASTER_SITES=	http://schema.filez.com/distfiles/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 18-24 Link Here
18
RUN_DEPENDS=	tracd:www/trac \
18
RUN_DEPENDS=	tracd:www/trac \
19
		bzr:devel/bzr
19
		bzr:devel/bzr
20
20
21
USES=		python:2 tar:bzip2
21
USES=		python:2.7 tar:bzip2
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
(-)www/trac-ccselector/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ccselector
4
PORTNAME=	ccselector
5
PORTVERSION=	0.0.2.4001
5
PORTVERSION=	0.0.2.4001
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
9
		LOCAL/glarkin
9
		LOCAL/glarkin
Lines 16-22 Link Here
16
RUN_DEPENDS=	tracd:www/trac
16
RUN_DEPENDS=	tracd:www/trac
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
18
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
19
USES=		python:2 zip
19
USES=		python:2.7 zip
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)www/trac-childtickets/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	childtickets
4
PORTNAME=	childtickets
5
PORTVERSION=	2.5.2
5
PORTVERSION=	2.5.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://schema.filez.com/distfiles/
8
MASTER_SITES=	http://schema.filez.com/distfiles/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	trac>=0.12:www/trac
17
RUN_DEPENDS=	trac>=0.12:www/trac
18
18
19
USES=		python:2 zip
19
USES=		python:2.7 zip
20
20
21
WRKSRC=		${WRKDIR}/childticketsplugin/0.12
21
WRKSRC=		${WRKDIR}/childticketsplugin/0.12
22
22
(-)www/trac-customfieldadmin/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	customfieldadmin
4
PORTNAME=	customfieldadmin
5
PORTVERSION=	0.2.2.6485
5
PORTVERSION=	0.2.2.6485
6
PORTREVISION=	3
6
PORTREVISION=	4
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	www devel python
8
CATEGORIES=	www devel python
9
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
9
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
Lines 21-27 Link Here
21
21
22
PORTSCOUT=	skipv:0.2.6485
22
PORTSCOUT=	skipv:0.2.6485
23
23
24
USES=		python:2 zip
24
USES=		python:2.7 zip
25
25
26
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
26
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
27
USE_PYTHON=	distutils autoplist
27
USE_PYTHON=	distutils autoplist
(-)www/trac-datefield/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	datefield
4
PORTNAME=	datefield
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.0.1
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	trac>=0.11:www/trac
15
RUN_DEPENDS=	trac>=0.11:www/trac
16
16
17
USES=		python:2 zip
17
USES=		python:2.7 zip
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
WRKSRC=		${WRKDIR}/datefieldplugin/0.11
20
WRKSRC=		${WRKDIR}/datefieldplugin/0.11
(-)www/trac-defaultcc/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	defaultcc
4
PORTNAME=	defaultcc
5
PORTVERSION=	0.1
5
PORTVERSION=	0.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	trac>=0.11:www/trac
17
RUN_DEPENDS=	trac>=0.11:www/trac
18
18
19
USES=		python:2 zip
19
USES=		python:2.7 zip
20
20
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)www/trac-discussion/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	discussion
3
PORTNAME=	discussion
4
PORTVERSION=	0.7
4
PORTVERSION=	0.7
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 13-19 Link Here
13
RUN_DEPENDS=	tracd:www/trac \
13
RUN_DEPENDS=	tracd:www/trac \
14
		trac-TracSpamFilter>=0.2.1:www/trac-spam-filter
14
		trac-TracSpamFilter>=0.2.1:www/trac-spam-filter
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
19
(-)www/trac-downloads/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	downloads
3
PORTNAME=	downloads
4
PORTVERSION=	${TRAC_VERSION}.${PLUGIN_VERSION}.${SVN_REV}
4
PORTVERSION=	${TRAC_VERSION}.${PLUGIN_VERSION}.${SVN_REV}
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 18-24 Link Here
18
PLUGIN_VERSION=	0.3
18
PLUGIN_VERSION=	0.3
19
SVN_REV=	10047
19
SVN_REV=	10047
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
(-)www/trac-email2trac/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	email2trac
4
PORTNAME=	email2trac
5
PORTVERSION=	2.11.0
5
PORTVERSION=	2.11.0
6
PORTREVISION=	1
6
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
7
MASTER_SITES=	ftp://ftp.sara.nl/pub/outgoing/
8
MASTER_SITES=	ftp://ftp.sara.nl/pub/outgoing/
8
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 24-30 Link Here
24
25
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-trac-user=${TRACUSER} --with-mta-user=${MTAUSER}
27
CONFIGURE_ARGS=	--with-trac-user=${TRACUSER} --with-mta-user=${MTAUSER}
27
USES=		python:2
28
USES=		python:2.7
28
29
29
PORTDOCS=	AUTHORS ChangeLog INSTALL README
30
PORTDOCS=	AUTHORS ChangeLog INSTALL README
30
31
(-)www/trac-estimator/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	estimator
3
PORTNAME=	estimator
4
PORTVERSION=	0.1.1
4
PORTVERSION=	0.1.1
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
7
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
8
		LOCAL/glarkin
8
		LOCAL/glarkin
Lines 15-21 Link Here
15
RUN_DEPENDS=	tracd:www/trac
15
RUN_DEPENDS=	tracd:www/trac
16
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
17
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)www/trac-fivestarvote/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	fivestarvote
3
PORTNAME=	fivestarvote
4
PORTVERSION=	0.1
4
PORTVERSION=	0.1
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 12-18 Link Here
12
12
13
RUN_DEPENDS=	tracd:www/trac
13
RUN_DEPENDS=	tracd:www/trac
14
14
15
USES=		python:2
15
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
(-)www/trac-fullblog/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	fullblog
3
PORTNAME=	fullblog
4
PORTVERSION=	0.1.1
4
PORTVERSION=	0.1.1
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 15-21 Link Here
15
RUN_DEPENDS=	htmldoc:textproc/htmldoc \
15
RUN_DEPENDS=	htmldoc:textproc/htmldoc \
16
		tracd:www/trac
16
		tracd:www/trac
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)www/trac-fullblognotification/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	fullblognotification
3
PORTNAME=	fullblognotification
4
PORTVERSION=	0.2.1
4
PORTVERSION=	0.2.1
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	trac-fullblog>=0.1.1:www/trac-fullblog
15
RUN_DEPENDS=	trac-fullblog>=0.1.1:www/trac-fullblog
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
20
(-)www/trac-gantt/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	TracGantt
4
PORTNAME=	TracGantt
5
PORTVERSION=	0.3.2a
5
PORTVERSION=	0.3.2a
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://willbarton.com/files/ \
8
MASTER_SITES=	http://willbarton.com/files/ \
9
		http://dryice.name/computer/FreeBSD/distfiles/
9
		http://dryice.name/computer/FreeBSD/distfiles/
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	trac>=0.11:www/trac
17
RUN_DEPENDS=	trac>=0.11:www/trac
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)www/trac-graphviz/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl}
3
PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl}
4
PORTVERSION=	0.7.4
4
PORTVERSION=	0.7.4
5
PORTREVISION=	8
5
PORTREVISION=	9
6
CATEGORIES=	www devel graphics python
6
CATEGORIES=	www devel graphics python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 18-24 Link Here
18
		dot:graphics/graphviz \
18
		dot:graphics/graphviz \
19
		tracd:www/trac
19
		tracd:www/trac
20
20
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
PYDISTUTILS_PKGNAME=	graphviz
23
PYDISTUTILS_PKGNAME=	graphviz
24
NO_ARCH=	yes
24
NO_ARCH=	yes
(-)www/trac-keywords/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	keywords
4
PORTNAME=	keywords
5
PORTVERSION=	0.2
5
PORTVERSION=	0.2
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	trac>=0.11:www/trac
17
RUN_DEPENDS=	trac>=0.11:www/trac
18
18
19
USES=		python:2 zip
19
USES=		python:2.7 zip
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
WRKSRC=		${WRKDIR}/trackeywordsplugin/0.11
21
WRKSRC=		${WRKDIR}/trackeywordsplugin/0.11
22
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)www/trac-keywordsecretticket/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	keywordsecretticket
4
PORTNAME=	keywordsecretticket
5
PORTVERSION=	1.0.1.${GITDATE}
5
PORTVERSION=	1.0.1.${GITDATE}
6
PORTREVISION=	1
6
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
7
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
8
9
Lines 20-26 Link Here
20
GH_TAGNAME=	98edea2
21
GH_TAGNAME=	98edea2
21
GITDATE=	20130401
22
GITDATE=	20130401
22
23
23
USES=		python:2
24
USES=		python:2.7
24
USE_PYTHON=	distutils autoplist
25
USE_PYTHON=	distutils autoplist
25
NO_ARCH=	yes
26
NO_ARCH=	yes
26
27
(-)www/trac-math/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	math
3
PORTNAME=	math
4
PORTVERSION=	0.1
4
PORTVERSION=	0.1
5
PORTREVISION=	7
5
PORTREVISION=	8
6
CATEGORIES=	www math python
6
CATEGORIES=	www math python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 16-22 Link Here
16
SUB_FILES=	pkg-message
16
SUB_FILES=	pkg-message
17
PKGMESSAGE=	${WRKDIR}/pkg-message
17
PKGMESSAGE=	${WRKDIR}/pkg-message
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)www/trac-mercurial/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	mercurial
3
PORTNAME=	mercurial
4
PORTVERSION=	1.0.0.3
4
PORTVERSION=	1.0.0.3
5
PORTREVISION=	1
5
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
6
MASTER_SITES=	LOCAL/rm
7
MASTER_SITES=	LOCAL/rm
7
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 17-23 Link Here
17
RUN_DEPENDS=	hg:devel/mercurial \
18
RUN_DEPENDS=	hg:devel/mercurial \
18
		tracd:www/trac
19
		tracd:www/trac
19
20
20
USES=		python:2
21
USES=		python:2.7
21
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
22
NO_ARCH=	yes
23
NO_ARCH=	yes
23
24
(-)www/trac-navadd/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	navadd
3
PORTNAME=	navadd
4
PORTVERSION=	0.1
4
PORTVERSION=	0.1
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	tracd:www/trac
14
RUN_DEPENDS=	tracd:www/trac
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
19
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
(-)www/trac-pydotorgtheme/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pydotorgtheme
3
PORTNAME=	pydotorgtheme
4
PORTVERSION=	2.0
4
PORTVERSION=	2.0
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 13-19 Link Here
13
RUN_DEPENDS=	tracd:www/trac \
13
RUN_DEPENDS=	tracd:www/trac \
14
		trac-themeengine>=2.0:www/trac-themeengine
14
		trac-themeengine>=2.0:www/trac-themeengine
15
15
16
USES=		python:2
16
USES=		python:2.7
17
USE_PYTHON=	distutils autoplist
17
USE_PYTHON=	distutils autoplist
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
(-)www/trac-scrumburndown/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	scrumburndown
4
PORTNAME=	scrumburndown
5
PORTVERSION=	1.9.2
5
PORTVERSION=	1.9.2
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
9
		LOCAL/glarkin
9
		LOCAL/glarkin
Lines 18-24 Link Here
18
		trac-timingandestimation>=0:www/trac-timingandestimation
18
		trac-timingandestimation>=0:www/trac-timingandestimation
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
20
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
21
USES=		python:2
21
USES=		python:2.7
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
(-)www/trac-spam-filter/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	TracSpamFilter
4
PORTNAME=	TracSpamFilter
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.2.1
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://zhoushuqun.com/files/ \
8
MASTER_SITES=	http://zhoushuqun.com/files/ \
9
		http://freebsd.unixfreunde.de/sources/
9
		http://freebsd.unixfreunde.de/sources/
Lines 16-22 Link Here
16
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}dev
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}dev
18
18
19
USES=		python:2
19
USES=		python:2.7
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)www/trac-subtickets/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	subtickets
4
PORTNAME=	subtickets
5
PORTVERSION=	0.2.0.${GITDATE}
5
PORTVERSION=	0.2.0.${GITDATE}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://distfiles.cse.tw/
8
MASTER_SITES=	http://distfiles.cse.tw/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 21-27 Link Here
21
GH_TAGNAME=	a0fc153
21
GH_TAGNAME=	a0fc153
22
GITDATE=	20130328
22
GITDATE=	20130328
23
23
24
USES=		python:2
24
USES=		python:2.7
25
USE_PYTHON=	distutils autoplist
25
USE_PYTHON=	distutils autoplist
26
NO_ARCH=	yes
26
NO_ARCH=	yes
27
27
(-)www/trac-tags/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tags
4
PORTNAME=	tags
5
DISTVERSION=	0.7.r${SVN_REV}
5
DISTVERSION=	0.7.r${SVN_REV}
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	LOCAL/brooks
8
MASTER_SITES=	LOCAL/brooks
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	tracd:www/trac
15
RUN_DEPENDS=	tracd:www/trac
16
16
17
USES=		python:2 tar:bzip2
17
USES=		python:2.7 tar:bzip2
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
20
(-)www/trac-themeengine/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	themeengine
3
PORTNAME=	themeengine
4
PORTVERSION=	2.1.3
4
PORTVERSION=	2.1.3
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 16-22 Link Here
16
16
17
RUN_DEPENDS=	tracd:www/trac
17
RUN_DEPENDS=	tracd:www/trac
18
18
19
USES=		python:2 tar:bzip2
19
USES=		python:2.7 tar:bzip2
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)www/trac-ticketimport/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ticketimport
3
PORTNAME=	ticketimport
4
PORTVERSION=	0.7c
4
PORTVERSION=	0.7c
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 15-21 Link Here
15
RUN_DEPENDS=	tracd:www/trac \
15
RUN_DEPENDS=	tracd:www/trac \
16
		${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.1:textproc/py-xlrd@${FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.1:textproc/py-xlrd@${FLAVOR}
17
17
18
USES=		python:2
18
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)www/trac-tickettemplate/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tickettemplate
4
PORTNAME=	tickettemplate
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
8
MASTER_SITES=	http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	trac>=0.11:www/trac
15
RUN_DEPENDS=	trac>=0.11:www/trac
16
16
17
USES=		python:2 zip
17
USES=		python:2.7 zip
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
20
(-)www/trac-timingandestimation/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	timingandestimation
4
PORTNAME=	timingandestimation
5
PORTVERSION=	1.0.8b
5
PORTVERSION=	1.0.8b
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
9
		LOCAL/glarkin
9
		LOCAL/glarkin
Lines 16-22 Link Here
16
RUN_DEPENDS=	tracd:www/trac
16
RUN_DEPENDS=	tracd:www/trac
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
18
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
19
USES=		python:2 zip
19
USES=		python:2.7 zip
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)www/trac-tracdragdrop/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tracdragdrop
4
PORTNAME=	tracdragdrop
5
PORTVERSION=	0.12.0.10.${SVN_REV}
5
PORTVERSION=	0.12.0.10.${SVN_REV}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://distfiles.cse.tw/ \
8
MASTER_SITES=	http://distfiles.cse.tw/ \
9
		http://trac-hacks.org/changeset/${SVN_REV}/tracdragdropplugin?old_path=/&format=zip&filename=/
9
		http://trac-hacks.org/changeset/${SVN_REV}/tracdragdropplugin?old_path=/&format=zip&filename=/
Lines 20-26 Link Here
20
SVN_REV=	12822
20
SVN_REV=	12822
21
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
22
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
23
USES=		python:2 zip
23
USES=		python:2.7 zip
24
USE_PYTHON=	distutils autoplist
24
USE_PYTHON=	distutils autoplist
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
26
(-)www/trac-vote/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	vote
3
PORTNAME=	vote
4
PORTVERSION=	0.1.2
4
PORTVERSION=	0.1.2
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 12-18 Link Here
12
12
13
RUN_DEPENDS=	tracd:www/trac
13
RUN_DEPENDS=	tracd:www/trac
14
14
15
USES=		python:2
15
USES=		python:2.7
16
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
(-)www/trac-watchlist/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	watchlist
4
PORTNAME=	watchlist
5
PORTVERSION=	1.0.${SVN_REV}
5
PORTVERSION=	1.0.${SVN_REV}
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://distfiles.cse.tw/ \
8
MASTER_SITES=	http://distfiles.cse.tw/ \
9
		http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/
9
		http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/
Lines 20-26 Link Here
20
SVN_REV=	11526
20
SVN_REV=	11526
21
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
22
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
23
USES=		python:2 zip
23
USES=		python:2.7 zip
24
USE_PYTHON=	distutils autoplist
24
USE_PYTHON=	distutils autoplist
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
26
(-)www/trac-wikitopdf/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	wikitopdf
3
PORTNAME=	wikitopdf
4
PORTVERSION=	2.2.2
4
PORTVERSION=	2.2.2
5
PORTREVISION=	6
5
PORTREVISION=	7
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	LOCAL/brooks
7
MASTER_SITES=	LOCAL/brooks
8
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
Lines 14-20 Link Here
14
RUN_DEPENDS=	htmldoc:textproc/htmldoc \
14
RUN_DEPENDS=	htmldoc:textproc/htmldoc \
15
		tracd:www/trac
15
		tracd:www/trac
16
16
17
USES=		python:2
17
USES=		python:2.7
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
20
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
(-)www/trac-wysiwyg/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	wysiwyg
4
PORTNAME=	wysiwyg
5
DISTVERSION=	0.4.${SVN_REV}
5
DISTVERSION=	0.4.${SVN_REV}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
9
		LOCAL/brooks
9
		LOCAL/brooks
Lines 15-21 Link Here
15
15
16
RUN_DEPENDS=	tracd:www/trac
16
RUN_DEPENDS=	tracd:www/trac
17
17
18
USES=		python:2 tar:bzip2
18
USES=		python:2.7 tar:bzip2
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)www/trac-xmlrpc/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xmlrpc
4
PORTNAME=	xmlrpc
5
PORTVERSION=	1.1.2.r${SVN_REV}
5
PORTVERSION=	1.1.2.r${SVN_REV}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/
8
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/
9
PKGNAMEPREFIX=	trac-
9
PKGNAMEPREFIX=	trac-
Lines 21-27 Link Here
21
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/trunk
21
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/trunk
22
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
22
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
23
23
24
USES=		python:2 zip
24
USES=		python:2.7 zip
25
USE_PYTHON=	distutils autoplist
25
USE_PYTHON=	distutils autoplist
26
NO_ARCH=	yes
26
NO_ARCH=	yes
27
27
(-)www/uzbl/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	uzbl
4
PORTNAME=	uzbl
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.1
6
DISTVERSIONPREFIX=v
6
DISTVERSIONPREFIX=v
7
PORTREVISION=	2
7
PORTREVISION=	3
8
CATEGORIES=	www
8
CATEGORIES=	www
9
9
10
MAINTAINER=	aehlig@linta.de
10
MAINTAINER=	aehlig@linta.de
Lines 22-28 Link Here
22
		dmenu:x11/dmenu \
22
		dmenu:x11/dmenu \
23
		${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR}
23
		${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR}
24
24
25
USES=		gmake pkgconfig python:2 desktop-file-utils gettext-runtime shebangfix
25
USES=		gmake pkgconfig python:2.7 desktop-file-utils gettext-runtime shebangfix
26
USE_XORG=	x11
26
USE_XORG=	x11
27
USE_GNOME=	gtk20 pygtk2 cairo
27
USE_GNOME=	gtk20 pygtk2 cairo
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
(-)www/varnish-libvmod-awsrest/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	rst2man:textproc/py-docutils
16
BUILD_DEPENDS=	rst2man:textproc/py-docutils
17
LIB_DEPENDS=	libmhash.so:security/mhash
17
LIB_DEPENDS=	libmhash.so:security/mhash
18
18
19
USES=		autoreconf gmake libtool pkgconfig python:2,build varnish
19
USES=		autoreconf gmake libtool pkgconfig python:2.7,build varnish
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--disable-static
21
CONFIGURE_ARGS=	--disable-static
22
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
(-)www/varnish-libvmod-digest/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
BUILD_DEPENDS=	rst2man:textproc/py-docutils
15
BUILD_DEPENDS=	rst2man:textproc/py-docutils
16
LIB_DEPENDS=	libmhash.so:security/mhash
16
LIB_DEPENDS=	libmhash.so:security/mhash
17
17
18
USES=		autoreconf gmake libtool pkgconfig python:2,build varnish
18
USES=		autoreconf gmake libtool pkgconfig python:2.7,build varnish
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--disable-static
20
CONFIGURE_ARGS=	--disable-static
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
(-)www/varnish-libvmod-maxminddb/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
15
LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
16
16
17
USES=		autoreconf gmake libtool pkgconfig python:2,build varnish
17
USES=		autoreconf gmake libtool pkgconfig python:2.7,build varnish
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--disable-static
19
CONFIGURE_ARGS=	--disable-static
20
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
(-)www/varnish-modules/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BUILD_DEPENDS=	rst2man:textproc/py-docutils
14
BUILD_DEPENDS=	rst2man:textproc/py-docutils
15
15
16
USES=		autoreconf:build gmake libtool pkgconfig python:2,build varnish
16
USES=		autoreconf:build gmake libtool pkgconfig python:2.7,build varnish
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--disable-static
18
CONFIGURE_ARGS=	--disable-static
19
INSTALL_TARGET=	install-strip
19
INSTALL_TARGET=	install-strip
(-)www/varnish4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
CONFLICTS=	varnish-2.* varnish-3.*
18
CONFLICTS=	varnish-2.* varnish-3.*
19
19
20
USES=		autoreconf cpe gmake libedit libtool ncurses pathfix \
20
USES=		autoreconf cpe gmake libedit libtool ncurses pathfix \
21
		pkgconfig python:2,build readline shebangfix
21
		pkgconfig python:2.7,build readline shebangfix
22
SHEBANG_FILES=	lib/libvcc/vmodtool.py
22
SHEBANG_FILES=	lib/libvcc/vmodtool.py
23
CPE_VENDOR=	varnish-cache
23
CPE_VENDOR=	varnish-cache
24
CFLAGS+=	-I${LOCALBASE}/include
24
CFLAGS+=	-I${LOCALBASE}/include
(-)www/varnish5/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
CONFLICTS=	varnish-2.* varnish-3.* varnish4-4.*
18
CONFLICTS=	varnish-2.* varnish-3.* varnish4-4.*
19
19
20
USES=		autoreconf cpe gmake libedit libtool ncurses pathfix \
20
USES=		autoreconf cpe gmake libedit libtool ncurses pathfix \
21
		pkgconfig python:2,build readline shebangfix
21
		pkgconfig python:2.7,build readline shebangfix
22
SHEBANG_FILES=	lib/libvcc/*.py
22
SHEBANG_FILES=	lib/libvcc/*.py
23
CPE_VENDOR=	varnish-cache
23
CPE_VENDOR=	varnish-cache
24
CFLAGS+=	-I${LOCALBASE}/include
24
CFLAGS+=	-I${LOCALBASE}/include
(-)www/web2ldap/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	web2ldap
4
PORTNAME=	web2ldap
5
PORTVERSION=	1.2.94
5
PORTVERSION=	1.2.94
6
PORTREVISION=	1
6
CATEGORIES=	www
7
CATEGORIES=	www
7
MASTER_SITES=	http://www.web2ldap.de/download/ \
8
MASTER_SITES=	http://www.web2ldap.de/download/ \
8
		http://www.sfr-fresh.com/unix/www/
9
		http://www.sfr-fresh.com/unix/www/
Lines 18-24 Link Here
18
		${LOCALBASE}/etc/mime.types:misc/mime-support
19
		${LOCALBASE}/etc/mime.types:misc/mime-support
19
20
20
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
21
USES=		cpe python:2 shebangfix
22
USES=		cpe python:2.7 shebangfix
22
python_OLD_CMD=	/usr/bin/python2.7
23
python_OLD_CMD=	/usr/bin/python2.7
23
SHEBANG_FILES=	sbin/*.py fcgi/*.py
24
SHEBANG_FILES=	sbin/*.py fcgi/*.py
24
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
(-)x11/cinnamon-desktop/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cinnamon-desktop
4
PORTNAME=	cinnamon-desktop
5
PORTVERSION=	2.4.2
5
PORTVERSION=	2.4.2
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	x11 gnome
7
CATEGORIES=	x11 gnome
8
DIST_SUBDIR=	gnome3
8
DIST_SUBDIR=	gnome3
9
9
Lines 18-24 Link Here
18
18
19
USE_XORG=	x11 xrandr xext
19
USE_XORG=	x11 xrandr xext
20
USES=		autoreconf gettext gmake libtool localbase:ldflags pathfix \
20
USES=		autoreconf gettext gmake libtool localbase:ldflags pathfix \
21
		pkgconfig python:2,run shebangfix tar:xz
21
		pkgconfig python:2.7,run shebangfix tar:xz
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	linuxmint
23
GH_ACCOUNT=	linuxmint
24
USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
24
USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
(-)x11/cinnamon-menus/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	cinnamon-menus
4
PORTNAME=	cinnamon-menus
5
PORTVERSION=	2.4.1
5
PORTVERSION=	2.4.1
6
PORTREVISION=	1
6
CATEGORIES=	x11 gnome
7
CATEGORIES=	x11 gnome
7
DIST_SUBDIR=	gnome3
8
DIST_SUBDIR=	gnome3
8
9
Lines 16-22 Link Here
16
		libxkbfile>=0:x11/libxkbfile
17
		libxkbfile>=0:x11/libxkbfile
17
18
18
USES=		autoreconf gettext gmake libtool pathfix pkgconfig \
19
USES=		autoreconf gettext gmake libtool pathfix pkgconfig \
19
		python:2 tar:xz
20
		python:2.7 tar:xz
20
USE_GNOME=	gnomemenus3 gnomeprefix gtk30 introspection:build
21
USE_GNOME=	gnomemenus3 gnomeprefix gtk30 introspection:build
21
USE_GITHUB=	yes
22
USE_GITHUB=	yes
22
GH_ACCOUNT=	linuxmint
23
GH_ACCOUNT=	linuxmint
(-)x11/guake/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	guake
3
PORTNAME=	guake
4
PORTVERSION=	0.8.10
4
PORTVERSION=	0.8.10
5
PORTREVISION=	0
5
PORTREVISION=	1
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	nivit@FreeBSD.org
8
MAINTAINER=	nivit@FreeBSD.org
Lines 44-50 Link Here
44
44
45
NO_ARCH=	yes
45
NO_ARCH=	yes
46
USES=		autoreconf:build desktop-file-utils gettext gmake libtool \
46
USES=		autoreconf:build desktop-file-utils gettext gmake libtool \
47
		pkgconfig python:2
47
		pkgconfig python:2.7
48
USE_GITHUB=	yes
48
USE_GITHUB=	yes
49
USE_GNOME=	gtk20 pygnome2 intltool
49
USE_GNOME=	gtk20 pygnome2 intltool
50
50
(-)x11/keybinder/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	keybinder
3
PORTNAME=	keybinder
4
PORTVERSION=	0.3.1
4
PORTVERSION=	0.3.1
5
PORTREVISION=	1
5
PORTREVISION=	2
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	x11
7
CATEGORIES=	x11
8
8
Lines 36-42 Link Here
36
LUA_CONFIGURE_ON=	--with-lua-includes=${LUA_INCDIR}
36
LUA_CONFIGURE_ON=	--with-lua-includes=${LUA_INCDIR}
37
LUA_CONFIGURE_OFF=	--disable-lua
37
LUA_CONFIGURE_OFF=	--disable-lua
38
38
39
PYTHON_USES=		python:2
39
PYTHON_USES=		python:2.7
40
PYTHON_USE=		gnome=pygtk2
40
PYTHON_USE=		gnome=pygtk2
41
PYTHON_CONFIGURE_OFF=	--disable-python
41
PYTHON_CONFIGURE_OFF=	--disable-python
42
42
(-)x11/plasma-scriptengine-python/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	plasma-scriptengine-python
3
PORTNAME=	plasma-scriptengine-python
4
PORTVERSION=	${KDE4_WORKSPACE_VERSION}
4
PORTVERSION=	${KDE4_WORKSPACE_VERSION}
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	x11 kde kde-applications
6
CATEGORIES=	x11 kde kde-applications
7
DISTNAME=	kde-workspace-${PORTVERSION}
7
DISTNAME=	kde-workspace-${PORTVERSION}
8
8
Lines 10-16 Link Here
10
COMMENT=	Plasma scriptengine for Python
10
COMMENT=	Plasma scriptengine for Python
11
11
12
NO_ARCH=	yes
12
NO_ARCH=	yes
13
USES=		cmake:outsource kde:4 python:2 tar:xz
13
USES=		cmake:outsource kde:4 python:2.7 tar:xz
14
USE_KDE=	kdelibs pykde4 automoc4
14
USE_KDE=	kdelibs pykde4 automoc4
15
USE_QT4=	qmake_build moc_build uic_build rcc_build
15
USE_QT4=	qmake_build moc_build uic_build rcc_build
16
DISTINFO_FILE=	${.CURDIR:H:H}/x11/kde4-workspace/distinfo
16
DISTINFO_FILE=	${.CURDIR:H:H}/x11/kde4-workspace/distinfo
(-)x11/xpra/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xpra
4
PORTNAME=	xpra
5
PORTVERSION=	2.0.3
5
PORTVERSION=	2.0.3
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	x11
7
CATEGORIES=	x11
8
MASTER_SITES=	http://xpra.org/src/
8
MASTER_SITES=	http://xpra.org/src/
9
9
Lines 37-43 Link Here
37
		${PYTHON_PKGNAMEPREFIX}gtkglext>1:x11-toolkits/py-gtkglext@${FLAVOR} \
37
		${PYTHON_PKGNAMEPREFIX}gtkglext>1:x11-toolkits/py-gtkglext@${FLAVOR} \
38
		${PYNUMPY}
38
		${PYNUMPY}
39
39
40
USES=		desktop-file-utils fortran gettext-runtime pkgconfig python:2 shared-mime-info shebangfix tar:xz
40
USES=		desktop-file-utils fortran gettext-runtime pkgconfig python:2.7 shared-mime-info shebangfix tar:xz
41
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
41
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
42
USE_PYTHON=	distutils cython
42
USE_PYTHON=	distutils cython
43
USE_XORG=	x11 xcomposite xdamage xext xfixes xkbfile xrandr xtst
43
USE_XORG=	x11 xcomposite xdamage xext xfixes xkbfile xrandr xtst
(-)x11-fm/nemo/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	nemo
4
PORTNAME=	nemo
5
PORTVERSION=	2.4.5
5
PORTVERSION=	2.4.5
6
PORTREVISION=	1
6
CATEGORIES=	x11-fm gnome
7
CATEGORIES=	x11-fm gnome
7
DIST_SUBDIR=	gnome3
8
DIST_SUBDIR=	gnome3
8
9
Lines 22-28 Link Here
22
		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
23
		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
23
24
24
USES=		autoreconf:build desktop-file-utils gettext gmake libtool pathfix \
25
USES=		autoreconf:build desktop-file-utils gettext gmake libtool pathfix \
25
		pkgconfig python:2 shared-mime-info
26
		pkgconfig python:2.7 shared-mime-info
26
USE_GNOME=	gnomedesktop3 gnomeprefix intlhack introspection:build \
27
USE_GNOME=	gnomedesktop3 gnomeprefix intlhack introspection:build \
27
		libxml2 pygobject3
28
		libxml2 pygobject3
28
USE_GITHUB=	yes
29
USE_GITHUB=	yes
(-)x11-fonts/font-manager/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	font-manager
4
PORTNAME=	font-manager
5
PORTVERSION=	0.5.7
5
PORTVERSION=	0.5.7
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	x11-fonts gnome
7
CATEGORIES=	x11-fonts gnome
8
8
9
MAINTAINER=	portmaster@bsdforge.com
9
MAINTAINER=	portmaster@bsdforge.com
Lines 24-30 Link Here
24
24
25
USE_GNOME=	pygtk2
25
USE_GNOME=	pygtk2
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
USES=		gmake pkgconfig python:2 tar:bzip2
27
USES=		gmake pkgconfig python:2.7 tar:bzip2
28
28
29
PORTDATA=	*
29
PORTDATA=	*
30
30
(-)x11-fonts/py-bdflib/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bdflib
4
PORTNAME=	bdflib
5
PORTVERSION=	1.0.3
5
PORTVERSION=	1.0.3
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	x11-fonts python
8
CATEGORIES=	x11-fonts python
8
MASTER_SITES=	CHEESESHOP/source/b/${PORTNAME}
9
MASTER_SITES=	CHEESESHOP/source/b/${PORTNAME}
Lines 14-20 Link Here
14
LICENSE=	GPLv3
15
LICENSE=	GPLv3
15
16
16
NO_ARCH=	yes
17
NO_ARCH=	yes
17
USES=		python:2
18
USES=		python:2.7
18
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
19
20
20
post-patch:
21
post-patch:
(-)x11-toolkits/diorite/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
GH_ACCOUNT=	tiliado
15
GH_ACCOUNT=	tiliado
16
16
17
# USES=waf implicity does USES=python:2,build but that is not sufficient
17
# USES=waf implicity does USES=python:2.7,build but that is not sufficient
18
# for shebangfix to know the python version
18
# for shebangfix to know the python version
19
USES=		gnome pkgconfig python:2.7,build shebangfix waf
19
USES=		gnome pkgconfig python:2.7,build shebangfix waf
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)x11-toolkits/py-gnome2/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	gnome
5
PORTNAME=	gnome
6
PORTVERSION=	2.28.1
6
PORTVERSION=	2.28.1
7
PORTREVISION=	6
7
PORTREVISION=	7
8
CATEGORIES=	x11-toolkits python gnome
8
CATEGORIES=	x11-toolkits python gnome
9
MASTER_SITES=	GNOME/sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
9
MASTER_SITES=	GNOME/sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-27 Link Here
21
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR}
21
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR}
22
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR}
22
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR}
23
23
24
USES=		gettext gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2
24
USES=		gettext gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_GNOME=	libgnomeui pygtk2
26
USE_GNOME=	libgnomeui pygtk2
27
USE_PYTHON=	flavors
27
USE_PYTHON=	flavors
(-)x11-toolkits/py-gtk2/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	gtk
5
PORTNAME=	gtk
6
PORTVERSION=	2.24.0
6
PORTVERSION=	2.24.0
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	x11-toolkits python
8
CATEGORIES=	x11-toolkits python
9
MASTER_SITES=	GNOME/sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
9
MASTER_SITES=	GNOME/sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR}
18
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR}
19
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR}
19
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR}
20
20
21
USES=		gettext gmake libtool pathfix pkgconfig python:2 tar:bzip2
21
USES=		gettext gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
22
USE_GNOME=	libglade2 pygobject
22
USE_GNOME=	libglade2 pygobject
23
USE_PYTHON=	flavors
23
USE_PYTHON=	flavors
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
(-)x11-wm/compizconfig-python/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	compizconfig-python
4
PORTNAME=	compizconfig-python
5
PORTVERSION=	0.8.4
5
PORTVERSION=	0.8.4
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
8
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
9
9
Lines 17-23 Link Here
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USES=		gmake libtool pathfix pkgconfig python:2 tar:bzip2
20
USES=		gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
21
USE_GNOME=	glib20
21
USE_GNOME=	glib20
22
USE_PYTHON=	flavors
22
USE_PYTHON=	flavors
23
23
(-)x11-wm/ede/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ede
4
PORTNAME=	ede
5
PORTVERSION=	2.1
5
PORTVERSION=	2.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	x11-wm
7
CATEGORIES=	x11-wm
8
MASTER_SITES=	SF \
8
MASTER_SITES=	SF \
9
		SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib
9
		SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib
Lines 23-29 Link Here
23
		libstartup-notification-1.so:x11/startup-notification \
23
		libstartup-notification-1.so:x11/startup-notification \
24
		libfltk.so:x11-toolkits/fltk
24
		libfltk.so:x11-toolkits/fltk
25
25
26
USES=		fam gettext iconv:translit pathfix pkgconfig python:2 \
26
USES=		fam gettext iconv:translit pathfix pkgconfig python:2.7 \
27
		shared-mime-info shebangfix
27
		shared-mime-info shebangfix
28
SHEBANG_FILES=	doc/asciidoc/asciidoc.py
28
SHEBANG_FILES=	doc/asciidoc/asciidoc.py
29
USE_XORG=	xcomposite xft xinerama xkbfile xpm xrandr
29
USE_XORG=	xcomposite xft xinerama xkbfile xpm xrandr
(-)x11-wm/muffin/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	muffin
4
PORTNAME=	muffin
5
PORTVERSION=	2.4.4
5
PORTVERSION=	2.4.4
6
PORTREVISION=	1
6
CATEGORIES=	x11-wm gnome
7
CATEGORIES=	x11-wm gnome
7
DIST_SUBDIR=	gnome3
8
DIST_SUBDIR=	gnome3
8
9
Lines 19-25 Link Here
19
RUN_DEPENDS=	zenity>=3.0.0:x11/zenity
20
RUN_DEPENDS=	zenity>=3.0.0:x11/zenity
20
21
21
USES=		autoreconf:build gettext libtool gmake \
22
USES=		autoreconf:build gettext libtool gmake \
22
		pathfix pkgconfig python:2
23
		pathfix pkgconfig python:2.7
23
USE_GITHUB=	yes
24
USE_GITHUB=	yes
24
GH_ACCOUNT=	linuxmint
25
GH_ACCOUNT=	linuxmint
25
USE_GNOME=	gconf2 gnomedocutils gnomeprefix gtk30 \
26
USE_GNOME=	gconf2 gnomedocutils gnomeprefix gtk30 \

Return to bug 225752