View | Details | Raw Unified | Return to bug 109637
Collapse All | Expand All

(-)ports/x11-toolkits/py-qt/Makefile (-5 / +5 lines)
Lines 6-27 Link Here
6
6
7
PORTNAME=	qt
7
PORTNAME=	qt
8
PORTVERSION=	3.17
8
PORTVERSION=	3.17
9
PORTREVISION=	1
9
CATEGORIES=	x11-toolkits python
10
CATEGORIES=	x11-toolkits python
10
MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ \
11
MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/ \
11
		http://freebsd.ricin.com/ports/distfiles/
12
		http://freebsd.ricin.com/ports/distfiles/
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
DISTNAME=	PyQt-x11-gpl-${PORTVERSION}
14
DISTNAME=	PyQt-x11-gpl-3-snapshot-20070220
14
15
15
MAINTAINER=	danny@ricin.com
16
MAINTAINER=	danny@ricin.com
16
COMMENT=	Python bindings for the Qt toolkit
17
COMMENT=	Python bindings for the Qt toolkit
17
18
18
LIB_DEPENDS=	qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla
19
LIB_DEPENDS=	qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla
19
RUN_DEPENDS=	${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip
20
BUILD_DEPENDS=	${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \
20
BUILD_DEPENDS=	${RUN_DEPENDS} \
21
		qmake:${PORTSDIR}/devel/qmake
21
		qmake:${PORTSDIR}/devel/qmake
22
22
23
USE_QT_VER=	3
23
USE_QT_VER=	3
24
USE_PYTHON=	yes
24
USE_PYTHON=	2.3+
25
25
26
OPTIONS=	DEBUG "Enable debugging symbols" off \
26
OPTIONS=	DEBUG "Enable debugging symbols" off \
27
		DOCS "Install documentation" on \
27
		DOCS "Install documentation" on \
(-)ports/x11-toolkits/py-qt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PyQt-x11-gpl-3.17.tar.gz) = dd0ecb6258215cd8e47e6de1c37a6da2
1
MD5 (PyQt-x11-gpl-3-snapshot-20070220.tar.gz) = 737fc9d7b2fe5049d79f4bdb078ad6bd
2
SHA256 (PyQt-x11-gpl-3.17.tar.gz) = 3f6a29ddd2116e0074eeb71ce5ae615659bfb645761cf363dd90bfce8164bccb
2
SHA256 (PyQt-x11-gpl-3-snapshot-20070220.tar.gz) = 8c13debacc069d4fffc763fb9aaa27aecac0bb21c808762252454d8156249812
3
SIZE (PyQt-x11-gpl-3.17.tar.gz) = 803021
3
SIZE (PyQt-x11-gpl-3-snapshot-20070220.tar.gz) = 803446

Return to bug 109637