svn commit: r395028 - in head/lang/qore: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Aug 22 11:25:47 UTC 2015


Author: bofh
Date: Sat Aug 22 11:25:45 2015
New Revision: 395028
URL: https://svnweb.freebsd.org/changeset/ports/395028

Log:
  lang/qore: Update version 0.8.8=>0.8.11
  
  - Strip library
  
  PR:		202230
  Submitted by:	estrabd at gmail.com

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

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Sat Aug 22 10:58:56 2015	(r395027)
+++ head/lang/qore/Makefile	Sat Aug 22 11:25:45 2015	(r395028)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qore
-PORTVERSION=	0.8.8
-PORTREVISION=	1
+PORTVERSION=	0.8.11
 CATEGORIES=	lang
 MASTER_SITES=	SF/qore/qore/${PORTVERSION}/
 
@@ -26,6 +25,7 @@ CONFIGURE_ARGS=	--disable-debug --disabl
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.pre.mk>
 

Modified: head/lang/qore/distinfo
==============================================================================
--- head/lang/qore/distinfo	Sat Aug 22 10:58:56 2015	(r395027)
+++ head/lang/qore/distinfo	Sat Aug 22 11:25:45 2015	(r395028)
@@ -1,2 +1,2 @@
-SHA256 (qore-0.8.8.tar.bz2) = d099bd7d14751a8d9529937116e0170b26dd431996b86bf2aa9568b661f89111
-SIZE (qore-0.8.8.tar.bz2) = 14351424
+SHA256 (qore-0.8.11.tar.bz2) = ce55fe2fa2bb85fd77cefe45d190d431fa5c6dcbd00cc4be499082130b755ae3
+SIZE (qore-0.8.11.tar.bz2) = 20074057

Modified: head/lang/qore/pkg-plist
==============================================================================
--- head/lang/qore/pkg-plist	Sat Aug 22 10:58:56 2015	(r395027)
+++ head/lang/qore/pkg-plist	Sat Aug 22 11:25:45 2015	(r395028)
@@ -74,14 +74,20 @@ 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.11.0
+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
@@ -90,8 +96,10 @@ lib/qore-modules/%%PORTVERSION%%/Pop3Cli
 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


More information about the svn-ports-head mailing list