diff options
author | bofh <bofh@FreeBSD.org> | 2015-08-22 19:25:45 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-08-22 19:25:45 +0800 |
commit | eda2a9fbf327cb5af1fc93a03357c7aa6b81a78c (patch) | |
tree | d5d89ee910702d8cae6dd7d243e6d6042ce644bd | |
parent | fe2c03f9c0c5b9c0a8fb5ce18e361b0073380a90 (diff) | |
download | freebsd-ports-gnome-eda2a9fbf327cb5af1fc93a03357c7aa6b81a78c.tar.gz freebsd-ports-gnome-eda2a9fbf327cb5af1fc93a03357c7aa6b81a78c.tar.zst freebsd-ports-gnome-eda2a9fbf327cb5af1fc93a03357c7aa6b81a78c.zip |
lang/qore: Update version 0.8.8=>0.8.11
- Strip library
PR: 202230
Submitted by: estrabd@gmail.com
-rw-r--r-- | lang/qore/Makefile | 4 | ||||
-rw-r--r-- | lang/qore/distinfo | 4 | ||||
-rw-r--r-- | lang/qore/files/patch-include__qore__common.h | 10 | ||||
-rw-r--r-- | lang/qore/pkg-plist | 10 |
4 files changed, 13 insertions, 15 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 117e5bc01436..db19af3266be 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -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 --disable-static --with-doxygen=no LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= PORTVERSION=${PORTVERSION} +INSTALL_TARGET= install-strip .include <bsd.port.pre.mk> diff --git a/lang/qore/distinfo b/lang/qore/distinfo index 9d994eb883e2..9fc05a840aba 100644 --- a/lang/qore/distinfo +++ b/lang/qore/distinfo @@ -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 diff --git a/lang/qore/files/patch-include__qore__common.h b/lang/qore/files/patch-include__qore__common.h deleted file mode 100644 index 99aceee462ab..000000000000 --- a/lang/qore/files/patch-include__qore__common.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./include/qore/common.h.orig 2013-10-03 11:33:33.000000000 +0400 -+++ ./include/qore/common.h 2014-02-12 02:20:02.000000000 +0400 -@@ -33,6 +33,7 @@ - #include <strings.h> - #include <stdarg.h> - #include <stddef.h> -+#include <stdlib.h> - - #include <string> - #include <functional> diff --git a/lang/qore/pkg-plist b/lang/qore/pkg-plist index 07684f519db4..1dc06f19e522 100644 --- a/lang/qore/pkg-plist +++ b/lang/qore/pkg-plist @@ -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%%/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 |