diff options
author | rm <rm@FreeBSD.org> | 2013-03-23 14:55:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-03-23 14:55:44 +0800 |
commit | 6b4aa1294b460cef362c8d235c9559e08962c26d (patch) | |
tree | 351c5633e0b7c3506bb649772bd209a1e9d18c76 /lang/qore | |
parent | ecc4110efce7d27264bb97bb22151d9108e6c76c (diff) | |
download | freebsd-ports-gnome-6b4aa1294b460cef362c8d235c9559e08962c26d.tar.gz freebsd-ports-gnome-6b4aa1294b460cef362c8d235c9559e08962c26d.tar.zst freebsd-ports-gnome-6b4aa1294b460cef362c8d235c9559e08962c26d.zip |
- update to 0.8.7
PR: 177185 (based on)
Submitted by: Brett Estrade <estrabd@gmail.com> (maintainer)
Diffstat (limited to 'lang/qore')
-rw-r--r-- | lang/qore/Makefile | 10 | ||||
-rw-r--r-- | lang/qore/distinfo | 4 | ||||
-rw-r--r-- | lang/qore/pkg-plist | 21 |
3 files changed, 16 insertions, 19 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 23b25cac6e0a..56be3319b354 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qore -PORTVERSION= 0.8.6.2 -PORTREVISION= 1 +PORTVERSION= 0.8.7 CATEGORIES= lang MASTER_SITES= SF/qore/qore/${PORTVERSION}/ @@ -18,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix USE_ICONV= yes USE_OPENSSL= yes USE_LDCONFIG= yes @@ -32,10 +31,7 @@ CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no LDFLAGS+= -L${LOCALBASE}/lib MAN1= qore.1 - -# VERSION sub should always be the first three components of -# PORTVERSION (x.y.z). Adjust with :R accordingly. -PLIST_SUB= VERSION=${PORTVERSION:R} +PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> diff --git a/lang/qore/distinfo b/lang/qore/distinfo index 693991fd80fa..d2623d6d2e8c 100644 --- a/lang/qore/distinfo +++ b/lang/qore/distinfo @@ -1,2 +1,2 @@ -SHA256 (qore-0.8.6.2.tar.bz2) = c4e00ff8d4a2d41cd9e3cc193d4e49649ea0eccb0fb4ed398ca81dee04e77a3f -SIZE (qore-0.8.6.2.tar.bz2) = 8554218 +SHA256 (qore-0.8.7.tar.bz2) = 314c8c2a9394e8b366c8268183af959349b8d5eca0fcc456108a9efa71786ee7 +SIZE (qore-0.8.7.tar.bz2) = 8128234 diff --git a/lang/qore/pkg-plist b/lang/qore/pkg-plist index 7ccc64bbf55f..e4264c2a95d4 100644 --- a/lang/qore/pkg-plist +++ b/lang/qore/pkg-plist @@ -28,6 +28,7 @@ include/qore/QoreFloatNode.h include/qore/QoreFtpClient.h include/qore/QoreHTTPClient.h include/qore/QoreHashNode.h +include/qore/QoreQueueHelper.h include/qore/QoreLib.h include/qore/QoreListNode.h include/qore/QoreNamespace.h @@ -74,15 +75,15 @@ include/qore/safe_dslist include/qore/support.h lib/libqore.la lib/libqore.so -lib/libqore.so.14 -lib/qore-modules/%%VERSION%%/CsvUtil.qm -lib/qore-modules/%%VERSION%%/HttpServer.qm -lib/qore-modules/%%VERSION%%/MailMessage.qm -lib/qore-modules/%%VERSION%%/Mime.qm -lib/qore-modules/%%VERSION%%/Pop3Client.qm -lib/qore-modules/%%VERSION%%/SmtpClient.qm -lib/qore-modules/%%VERSION%%/TelnetClient.qm +lib/libqore.so.15 +lib/qore-modules/%%PORTVERSION%%/HttpServer.qm +lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm +lib/qore-modules/%%PORTVERSION%%/Mime.qm +lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm +lib/qore-modules/%%PORTVERSION%%/MailMessage.qm +lib/qore-modules/%%PORTVERSION%%/Pop3Client.qm +lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm libdata/pkgconfig/qore.pc -@dirrm lib/qore-modules/%%VERSION%% -@dirrmtry lib/qore-modules @dirrm include/qore +@dirrm lib/qore-modules/%%PORTVERSION%% +@dirrm lib/qore-modules |