mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/apiextractor: fix build
- Fix build, unfetchable - Support stage - Take maintainership
This commit is contained in:
parent
01a7b2de3a
commit
d736ad0e7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360622
@ -5,27 +5,26 @@ PORTNAME= apiextractor
|
||||
PORTVERSION= 0.10.10
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.pyside.org/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= API Extractor library to build PySide
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= Unfetchable
|
||||
|
||||
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= PySide
|
||||
GH_PROJECT= Apiextractor
|
||||
#GH_TAG= ${PORTVERSION}
|
||||
GH_COMMIT= 4889efc
|
||||
|
||||
USES= cmake
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_QT4= gui moc_build qmake_build qtestlib_build \
|
||||
rcc_build uic_build xml xmlpatterns
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
USE_QT4= gui moc_build qmake_build qtestlib_build \
|
||||
rcc_build uic_build xml xmlpatterns
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (apiextractor-0.10.10.tar.bz2) = a51ce821f7d1d3c39fe04e4e2af7ff6d4475ef10d44c148939682b09f656a02c
|
||||
SIZE (apiextractor-0.10.10.tar.bz2) = 271357
|
||||
SHA256 (apiextractor-0.10.10.tar.gz) = 15d92e986bc1137a3df368d2a78012facc5aa0dbd052ecc70b72d0070d140d6f
|
||||
SIZE (apiextractor-0.10.10.tar.gz) = 288420
|
||||
|
Loading…
Reference in New Issue
Block a user