diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-21 01:46:48 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-21 01:46:48 +0800 |
commit | ce9a7f40a58d653d4fc6edfe2eabe5b425c30b95 (patch) | |
tree | 0c5c21346c7f8a2fc4afa4135d61ff36f5debea6 /x11-toolkits/py-qt | |
parent | 3111510e1956c3661359331a82ee4c66c88de2a2 (diff) | |
download | freebsd-ports-gnome-ce9a7f40a58d653d4fc6edfe2eabe5b425c30b95.tar.gz freebsd-ports-gnome-ce9a7f40a58d653d4fc6edfe2eabe5b425c30b95.tar.zst freebsd-ports-gnome-ce9a7f40a58d653d4fc6edfe2eabe5b425c30b95.zip |
Update py-sip, py-qt, py-kde to versions 4.2, 3.14, 4.0.0 respectively.
PR: ports/78319 ports/78320 ports/78935
Submitted by: maintainer
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/py-qt/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/py-qt/files/patch-sip::qt::qstring.sip | 11 | ||||
-rw-r--r-- | x11-toolkits/py-qt/pkg-plist | 2 |
4 files changed, 9 insertions, 20 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index 51faa4e2220b..a973e9e5d0d1 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -5,12 +5,10 @@ # $FreeBSD$ PORTNAME= qt -PORTVERSION= 3.13 -PORTREVISION= 1 +PORTVERSION= 3.14 +PORTREVISION= CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=lofi +MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyQt-x11-gpl-${PORTVERSION} @@ -34,10 +32,10 @@ PLIST_SUB+= GL="" .endif do-configure: - @(cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py \ + @( cd ${WRKSRC} && ${ECHO} "yes" | ${PYTHON_CMD} configure.py \ -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -n ${X11BASE}/include -o ${X11BASE}/lib \ - -v ${PREFIX}/share/sip) + -v ${PREFIX}/share/sip ) .if ${OSVERSION} < 500000 post-configure: diff --git a/x11-toolkits/py-qt/distinfo b/x11-toolkits/py-qt/distinfo index 754bbfe9605e..ed752c812b94 100644 --- a/x11-toolkits/py-qt/distinfo +++ b/x11-toolkits/py-qt/distinfo @@ -1,2 +1,2 @@ -MD5 (PyQt-x11-gpl-3.13.tar.gz) = a4145b39742a4d9df9b6bf06495f75f5 -SIZE (PyQt-x11-gpl-3.13.tar.gz) = 763066 +MD5 (PyQt-x11-gpl-3.14.tar.gz) = a63f0a9e2bd84a110ecbaf6cdf1d956f +SIZE (PyQt-x11-gpl-3.14.tar.gz) = 782085 diff --git a/x11-toolkits/py-qt/files/patch-sip::qt::qstring.sip b/x11-toolkits/py-qt/files/patch-sip::qt::qstring.sip deleted file mode 100644 index 5e64c89a22e4..000000000000 --- a/x11-toolkits/py-qt/files/patch-sip::qt::qstring.sip +++ /dev/null @@ -1,11 +0,0 @@ ---- sip/qt/qstring.sip.orig Sun Jan 9 20:06:08 2005 -+++ sip/qt/qstring.sip Sun Jan 9 20:06:25 2005 -@@ -851,7 +851,7 @@ - int len = PyUnicode_GET_SIZE(sipPy); - - for (int i = 0; i < len; ++i) -- qs->ref(i) = ucode[i]; -+ qs->ref(i) = QChar(uint(ucode[i])); - #else - qs -> setUnicodeCodes((ushort *)PyUnicode_AS_UNICODE(sipPy),PyUnicode_GET_SIZE(sipPy)); - #endif
\ No newline at end of file diff --git a/x11-toolkits/py-qt/pkg-plist b/x11-toolkits/py-qt/pkg-plist index 63ab0348106f..f99a9453ffc6 100644 --- a/x11-toolkits/py-qt/pkg-plist +++ b/x11-toolkits/py-qt/pkg-plist @@ -212,8 +212,10 @@ share/sip/qtext/qextscintillalexerhtml.sip share/sip/qtext/qextscintillalexeridl.sip share/sip/qtext/qextscintillalexerjava.sip share/sip/qtext/qextscintillalexerjavascript.sip +share/sip/qtext/qextscintillalexerlua.sip share/sip/qtext/qextscintillalexerperl.sip share/sip/qtext/qextscintillalexerpython.sip +share/sip/qtext/qextscintillalexerruby.sip share/sip/qtext/qextscintillalexersql.sip share/sip/qtext/qextscintillamacro.sip share/sip/qtext/qextscintillaprinter.sip |