svn commit: r420832 - head/lang/qore

Wen Heping wen at FreeBSD.org
Thu Aug 25 03:00:14 UTC 2016


Author: wen
Date: Thu Aug 25 03:00:13 2016
New Revision: 420832
URL: https://svnweb.freebsd.org/changeset/ports/420832

Log:
  - Update to 0.8.12
  - Switch to USE_GITHUB
  - Add missing BUILD_DEPENDS
  
  PR:		210447
  Submitted by:	estrabd at gmail.com(maintainer)

Modified:
  head/lang/qore/Makefile
  head/lang/qore/distinfo
  head/lang/qore/pkg-plist

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Thu Aug 25 02:25:58 2016	(r420831)
+++ head/lang/qore/Makefile	Thu Aug 25 03:00:13 2016	(r420832)
@@ -1,26 +1,28 @@
 # $FreeBSD$
 
 PORTNAME=	qore
-PORTVERSION=	0.8.11
+PORTVERSION=	0.8.12
 CATEGORIES=	lang
-MASTER_SITES=	SF/qore/qore/${PORTVERSION}/
 
 MAINTAINER=	estrabd at gmail.com
-COMMENT=	The Qore Programming Language
+COMMENT=	Qore Programming Language
 
-LICENSE=	GPLv2
-
-BROKEN_powerpc64=	Does not build
+LICENSE=	MIT
 
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libmpfr.so:math/mpfr
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
-		${LOCALBASE}/bin/bison:devel/bison
+		${LOCALBASE}/bin/bison:devel/bison \
+		${LOCALBASE}/bin/bash:shells/bash
 
-USES=		gmake iconv libtool pathfix tar:bzip2
+BROKEN_powerpc64=	Does not build
+
+USES=	gmake iconv libtool:build pathfix autoreconf
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	qorelanguage
 
 CONFIGURE_ENV=	LEX="${LOCALBASE}/bin/flex" PTHREAD_LIBS="-lpthread"
 CONFIGURE_ARGS=	--disable-debug --disable-static --with-doxygen=no
@@ -32,10 +34,14 @@ INSTALL_TARGET=	install-strip
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
+BROKEN=	Does not compile on powerpc
 .endif
 
-post-patch:
+pre-configure:
+	cd ${WRKSRC}; ./reconf.sh
+
+post-configure:
 	${REINPLACE_CMD} -e 's|; make|; $${MAKE}|g' ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's#$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.post.mk>

Modified: head/lang/qore/distinfo
==============================================================================
--- head/lang/qore/distinfo	Thu Aug 25 02:25:58 2016	(r420831)
+++ head/lang/qore/distinfo	Thu Aug 25 03:00:13 2016	(r420832)
@@ -1,2 +1,3 @@
-SHA256 (qore-0.8.11.tar.bz2) = ce55fe2fa2bb85fd77cefe45d190d431fa5c6dcbd00cc4be499082130b755ae3
-SIZE (qore-0.8.11.tar.bz2) = 20074057
+TIMESTAMP = 1471951711
+SHA256 (qorelanguage-qore-0.8.12_GH0.tar.gz) = e5e59753810736bafe57f15d1035bc3d12a612d3768f9ae6d7b9bdc8fab94ad6
+SIZE (qorelanguage-qore-0.8.12_GH0.tar.gz) = 2489956

Modified: head/lang/qore/pkg-plist
==============================================================================
--- head/lang/qore/pkg-plist	Thu Aug 25 02:25:58 2016	(r420831)
+++ head/lang/qore/pkg-plist	Thu Aug 25 03:00:13 2016	(r420832)
@@ -28,7 +28,8 @@ include/qore/QoreFloatNode.h
 include/qore/QoreFtpClient.h
 include/qore/QoreHTTPClient.h
 include/qore/QoreHashNode.h
-include/qore/QoreQueueHelper.h
+include/qore/QoreHttpClientObject.h
+include/qore/QoreIteratorBase.h
 include/qore/QoreLib.h
 include/qore/QoreListNode.h
 include/qore/QoreNamespace.h
@@ -39,12 +40,15 @@ include/qore/QoreNullNode.h
 include/qore/QoreNumberNode.h
 include/qore/QoreObject.h
 include/qore/QoreProgram.h
+include/qore/QoreQueue.h
+include/qore/QoreQueueHelper.h
 include/qore/QoreRWLock.h
 include/qore/QoreReferenceCounter.h
 include/qore/QoreSSLBase.h
 include/qore/QoreSSLCertificate.h
 include/qore/QoreSSLPrivateKey.h
 include/qore/QoreSocket.h
+include/qore/QoreSocketObject.h
 include/qore/QoreString.h
 include/qore/QoreStringNode.h
 include/qore/QoreThreadLocalStorage.h
@@ -52,6 +56,8 @@ include/qore/QoreThreadLock.h
 include/qore/QoreType.h
 include/qore/QoreTypeSafeReferenceHelper.h
 include/qore/QoreURL.h
+include/qore/QoreValue.h
+include/qore/QoreValueList.h
 include/qore/ReferenceArgumentHelper.h
 include/qore/ReferenceHolder.h
 include/qore/ReferenceNode.h
@@ -62,49 +68,53 @@ include/qore/SystemEnvironment.h
 include/qore/common.h
 include/qore/macros-i386.h
 include/qore/macros-ia64.h
+include/qore/macros-parisc.h
 include/qore/macros-powerpc.h
 include/qore/macros-sparc.h
 include/qore/macros-x86_64.h
 include/qore/macros.h
 include/qore/node_types.h
 include/qore/params.h
+include/qore/qlist
 include/qore/qore-version.h
 include/qore/qore_bitopts.h
 include/qore/qore_thread.h
 include/qore/safe_dslist
 include/qore/support.h
-include/qore/QoreHttpClientObject.h
-include/qore/QoreIteratorBase.h
-include/qore/QoreQueue.h
-include/qore/QoreSocketObject.h
-include/qore/qlist
 lib/cmake/Qore/QoreConfig.cmake
 lib/cmake/Qore/QoreConfigVersion.cmake
 lib/cmake/Qore/QoreMacros.cmake
 lib/libqore.so
 lib/libqore.so.5
-lib/libqore.so.5.12.2
-lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm
-lib/qore-modules/%%PORTVERSION%%/HttpServer.qm
-lib/qore-modules/%%PORTVERSION%%/MailMessage.qm
-lib/qore-modules/%%PORTVERSION%%/Mapper.qm
-lib/qore-modules/%%PORTVERSION%%/Mime.qm
-lib/qore-modules/%%PORTVERSION%%/MysqlSqlUtil.qm
-lib/qore-modules/%%PORTVERSION%%/OracleSqlUtil.qm
-lib/qore-modules/%%PORTVERSION%%/PgsqlSqlUtil.qm
-lib/qore-modules/%%PORTVERSION%%/Pop3Client.qm
-lib/qore-modules/%%PORTVERSION%%/Qorize.qm
-lib/qore-modules/%%PORTVERSION%%/RestClient.qm
-lib/qore-modules/%%PORTVERSION%%/RestHandler.qm
-lib/qore-modules/%%PORTVERSION%%/Schema.qm
-lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm
-lib/qore-modules/%%PORTVERSION%%/SqlUtil.qm
-lib/qore-modules/%%PORTVERSION%%/TableMapper.qm
-lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm
-lib/qore-modules/%%PORTVERSION%%/Util.qm
-lib/qore-modules/%%PORTVERSION%%/WebSocketClient.qm
-lib/qore-modules/%%PORTVERSION%%/WebSocketHandler.qm
-lib/qore-modules/%%PORTVERSION%%/WebSocketUtil.qm
-lib/qore-modules/%%PORTVERSION%%/WebUtil.qm
+lib/libqore.so.5.13.0
 libdata/pkgconfig/qore.pc
 man/man1/qore.1.gz
+%%DATADIR%%-modules/%%PORTVERSION%%/BulkSqlUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/CsvUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Diff.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/FilePoller.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/FixedLengthUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/FreetdsSqlUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/HttpServer.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/HttpServerUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/MailMessage.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Mapper.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Mime.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/MysqlSqlUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/OracleSqlUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/PgsqlSqlUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Pop3Client.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/QUnit.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Qorize.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/RestClient.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/RestHandler.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Schema.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/SmtpClient.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/SqlUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/TableMapper.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/TelnetClient.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/Util.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketClient.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketHandler.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketUtil.qm
+%%DATADIR%%-modules/%%PORTVERSION%%/WebUtil.qm


More information about the svn-ports-all mailing list