diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 11:25:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 11:25:50 +0000 |
commit | d16c7cfd48d9ff93315eab1d14b2949635d7e4ef (patch) | |
tree | aa21ee19403a3422859ca3d58e451843476b0091 /x11-toolkits | |
parent | aa21434b12b14de118db52bf1c959c2746536ef6 (diff) | |
download | ports-d16c7cfd48d9ff93315eab1d14b2949635d7e4ef.tar.gz ports-d16c7cfd48d9ff93315eab1d14b2949635d7e4ef.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/py-qt/distinfo | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index f079247dbec0..e931c1e5482e 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -5,22 +5,20 @@ # $FreeBSD$ PORTNAME= qt -PORTVERSION= 3.17.3 -PORTREVISION= # zero -PORTEPOCH= 1 +PORTVERSION= ${PYQT3_VERSION} +PORTEPOCH= 2 CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ \ - http://freebsd.ricin.com/ports/distfiles/ +MASTER_SITES= ${MASTER_SITES_PYQT3} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyQt-x11-gpl-${PORTVERSION} +DISTNAME= ${PYQT3_DISTNAME} -MAINTAINER= danny@ricin.com +MAINTAINER= ${PYQT_MAINTAINER} COMMENT= Python bindings for the Qt toolkit LIB_DEPENDS= qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla -BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \ qmake:${PORTSDIR}/devel/qmake -RUN_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip USE_QT_VER= 3 USE_PYTHON= 2.5+ @@ -38,6 +36,7 @@ ARGS= -b ${PREFIX}/bin -d ${PYTHON_SITELIBDIR}\ -o ${LOCALBASE}/lib -v ${DATADIR} MODULES= qt qtcanvas qtnetwork qttable qtxml qtui qtsql qtext +.include "../../devel/py-sip/files/bsd.pyqt.mk" .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) diff --git a/x11-toolkits/py-qt/distinfo b/x11-toolkits/py-qt/distinfo index 592121617231..0f713cb79384 100644 --- a/x11-toolkits/py-qt/distinfo +++ b/x11-toolkits/py-qt/distinfo @@ -1,3 +1,3 @@ -MD5 (PyQt-x11-gpl-3.17.3.tar.gz) = 7a9eb21bb978e7c5df0cf8367b401adb -SHA256 (PyQt-x11-gpl-3.17.3.tar.gz) = a6431ac734e19581a7a0ab8b796f1779f758735270f949079b25b3c6ecd19214 -SIZE (PyQt-x11-gpl-3.17.3.tar.gz) = 803875 +MD5 (PyQt-x11-gpl-3.17.4.tar.gz) = 0dffe4bc87a1102d61ee972bb868c65a +SHA256 (PyQt-x11-gpl-3.17.4.tar.gz) = 1931400062d432af229a6862e5fbd6554e7b16b70a5ea87478d026ce8979e65c +SIZE (PyQt-x11-gpl-3.17.4.tar.gz) = 803925 |