From owner-svn-ports-all@FreeBSD.ORG Sat Mar 23 06:55:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 73C63767; Sat, 23 Mar 2013 06:55:45 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 576885F4; Sat, 23 Mar 2013 06:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2N6tjQd021408; Sat, 23 Mar 2013 06:55:45 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2N6tivs021405; Sat, 23 Mar 2013 06:55:44 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201303230655.r2N6tivs021405@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 23 Mar 2013 06:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315004 - head/lang/qore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 06:55:45 -0000 Author: rm Date: Sat Mar 23 06:55:44 2013 New Revision: 315004 URL: http://svnweb.freebsd.org/changeset/ports/315004 Log: - update to 0.8.7 PR: 177185 (based on) Submitted by: Brett Estrade (maintainer) Modified: head/lang/qore/Makefile head/lang/qore/distinfo head/lang/qore/pkg-plist Modified: head/lang/qore/Makefile ============================================================================== --- head/lang/qore/Makefile Sat Mar 23 06:21:09 2013 (r315003) +++ head/lang/qore/Makefile Sat Mar 23 06:55:44 2013 (r315004) @@ -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:${P 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 --disabl 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 Modified: head/lang/qore/distinfo ============================================================================== --- head/lang/qore/distinfo Sat Mar 23 06:21:09 2013 (r315003) +++ head/lang/qore/distinfo Sat Mar 23 06:55:44 2013 (r315004) @@ -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 Modified: head/lang/qore/pkg-plist ============================================================================== --- head/lang/qore/pkg-plist Sat Mar 23 06:21:09 2013 (r315003) +++ head/lang/qore/pkg-plist Sat Mar 23 06:55:44 2013 (r315004) @@ -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