mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 3.16
- portlint(1) PR: 96204 Submitted by: maintainer
This commit is contained in:
parent
48259c9300
commit
2b413c5ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160342
@ -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} && \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user