summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-04-24 18:30:34 +0000
committermnag <mnag@FreeBSD.org>2006-04-24 18:30:34 +0000
commitd47570ee15d8ffc547c891da8ff0a9f8a1d9b2ba (patch)
tree4be4321a96ec40e23fa071871b25145868a613d7 /x11-toolkits
parent0349808d51542e8c04571f20600004b4300c4e40 (diff)
downloadFreeBSD-ports-d47570ee15d8ffc547c891da8ff0a9f8a1d9b2ba.zip
FreeBSD-ports-d47570ee15d8ffc547c891da8ff0a9f8a1d9b2ba.tar.gz
- Update to 3.16
- portlint(1) PR: 96204 Submitted by: maintainer
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-qt/Makefile18
-rw-r--r--x11-toolkits/py-qt/distinfo6
2 files changed, 14 insertions, 10 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile
index c32dfdd..31a5b61 100644
--- a/x11-toolkits/py-qt/Makefile
+++ b/x11-toolkits/py-qt/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
PORTNAME= qt
-PORTVERSION= 3.15.1
+PORTVERSION= 3.16
CATEGORIES= x11-toolkits python
-MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ \
+MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ \
http://freebsd.ricin.com/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyQt-x11-gpl-${PORTVERSION}
@@ -16,12 +16,12 @@ MAINTAINER= danny@ricin.com
COMMENT= Python bindings for the Qt toolkit
LIB_DEPENDS= qscintilla.6:${PORTSDIR}/x11-toolkits/qscintilla
-BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ qmake:${PORTSDIR}/devel/qmake
USE_QT_VER= 3
USE_PYTHON= yes
-USE_REINPLACE= yes
OPTIONS= DEBUG "Enable debugging symbols" off \
DOCS "Install documentation" on \
@@ -33,6 +33,7 @@ DATADIR= ${PREFIX}/share/py-sip
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
+SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \
-o ${X11BASE}/lib -v ${DATADIR}
@@ -63,7 +64,9 @@ ARGS+= -r
.endif
do-configure:
- ( cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py ${ARGS} )
+ ( cd ${WRKSRC} && ${ECHO} "yes" | \
+ ${SETENV} QTDIR=${QT_PREFIX} QMAKESPEC=${SPEC} \
+ ${PYTHON_CMD} configure.py ${ARGS} )
post-build:
.if !defined(WITHOUT_EXAMPLES)
@@ -72,7 +75,8 @@ post-build:
.endif
post-install:
- ( ${PYTHON_CMD} -c "import pyqtconfig" && \
+ ( cd ${PYTHONPREFIX_SITELIBDIR} && \
+ ${PYTHON_CMD} -c "import pyqtconfig" && \
${PYTHON_CMD} -O -c "import pyqtconfig" )
.if !defined(NOPORTDOCS) && !defined(WITHOUT_DOCS)
( cd ${WRKSRC} && \
diff --git a/x11-toolkits/py-qt/distinfo b/x11-toolkits/py-qt/distinfo
index 91d7c8e..d4c9414 100644
--- a/x11-toolkits/py-qt/distinfo
+++ b/x11-toolkits/py-qt/distinfo
@@ -1,3 +1,3 @@
-MD5 (PyQt-x11-gpl-3.15.1.tar.gz) = 835d49f219b3c0b7f60bf6b2b47c5320
-SHA256 (PyQt-x11-gpl-3.15.1.tar.gz) = 1c7eb1d19308ecb853836dbcc4fa0e50a321a889db9911e83f6bb222a00b7f20
-SIZE (PyQt-x11-gpl-3.15.1.tar.gz) = 790366
+MD5 (PyQt-x11-gpl-3.16.tar.gz) = 5f7a32a15bf8afe17c0d0a0cc46de690
+SHA256 (PyQt-x11-gpl-3.16.tar.gz) = e3f5b10ef5e7dd4c79e97c2ee7171af857ad7ea1d36919c09d7bd504b8676d26
+SIZE (PyQt-x11-gpl-3.16.tar.gz) = 800618
OpenPOWER on IntegriCloud