Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 21:56:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360269 - head/lang/qore
Message-ID:  <201407022156.s62Lu7dN014880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul  2 21:56:06 2014
New Revision: 360269
URL: http://svnweb.freebsd.org/changeset/ports/360269
QAT: https://qat.redports.org/buildarchive/r360269/

Log:
  - Switch to USES=libtool, drop .la files
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

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

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Wed Jul  2 21:52:11 2014	(r360268)
+++ head/lang/qore/Makefile	Wed Jul  2 21:56:06 2014	(r360269)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qore
 PORTVERSION=	0.8.8
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF/qore/qore/${PORTVERSION}/
 
@@ -15,8 +16,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
 		${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
 
-USE_BZIP2=	yes
-USES=		gmake iconv pathfix
+USES=		gmake iconv libtool pathfix tar:bzip2
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/lang/qore/pkg-plist
==============================================================================
--- head/lang/qore/pkg-plist	Wed Jul  2 21:52:11 2014	(r360268)
+++ head/lang/qore/pkg-plist	Wed Jul  2 21:56:06 2014	(r360269)
@@ -76,9 +76,9 @@ include/qore/support.h
 include/qore/QoreHttpClientObject.h
 include/qore/QoreSocketObject.h
 include/qore/qlist
-lib/libqore.la
 lib/libqore.so
-lib/libqore.so.16
+lib/libqore.so.5
+lib/libqore.so.5.11.0
 lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm
 lib/qore-modules/%%PORTVERSION%%/HttpServer.qm
 lib/qore-modules/%%PORTVERSION%%/MailMessage.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022156.s62Lu7dN014880>