1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Disconnect ports we don't maintain from bsd.pyqt.mk

This commit is contained in:
Max Brazhnikov 2012-03-08 14:08:42 +00:00
parent dd99c7b155
commit c9ff9ff91a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292970
2 changed files with 8 additions and 8 deletions

View File

@ -5,12 +5,13 @@
# $FreeBSD$
PORTNAME= qt
PORTVERSION= ${PYQT3_VERSION}
PORTVERSION= 3.18.2
PORTEPOCH= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITES_PYQT3}
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt3/ \
http://ns.ael.ru/~fluffy.khv/pyqt/PyQt3/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PYQT3_DISTNAME}
DISTNAME= PyQt-x11-gpl-${PORTVERSION}-snapshot-20091119
MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for the Qt toolkit
@ -36,7 +37,6 @@ 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.options.mk>
.if defined(WITH_DEBUG)

View File

@ -5,11 +5,12 @@
# $FreeBSD$
PORTNAME= qscintilla
PORTVERSION= ${QSCI1_VERSION}
PORTVERSION= 1.7.1
PORTREVISION= 7
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITES_QSCI1}
DISTNAME= ${QSCI1_DISTNAME}
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/QScintilla1/ \
http://ns.ael.ru/~fluffy.khv/pyqt/QScintilla1/
DISTNAME= QScintilla-1.71-gpl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= QT port of the Scintilla C++ editor class
@ -32,7 +33,6 @@ QMAKE= ${LOCALBASE}/bin/qmake
SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
PLUGINDIR= ${LOCALBASE}/lib/plugins/designer
.include "../../devel/py-sip/files/bsd.pyqt.mk"
.include <bsd.port.pre.mk>
.if defined(NOPORTDOCS) || defined(WITHOUT_DOCS)