From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 13:22:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F7EC9DC; Fri, 6 Jun 2014 13:22:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B84D206F; Fri, 6 Jun 2014 13:22:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56DM17K035746; Fri, 6 Jun 2014 13:22:01 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56DLxMA035677; Fri, 6 Jun 2014 13:21:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406061321.s56DLxMA035677@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 6 Jun 2014 13:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356785 - in head: net/ntop textproc/gdome2 textproc/gmetadom textproc/p5-XML-Canonical textproc/p5-XML-GDOME x11/workrave 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.18 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: Fri, 06 Jun 2014 13:22:01 -0000 Author: amdmi3 Date: Fri Jun 6 13:21:59 2014 New Revision: 356785 URL: http://svnweb.freebsd.org/changeset/ports/356785 QAT: https://qat.redports.org/buildarchive/r356785/ Log: - Switch textproc/gdome2 to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Modified: head/net/ntop/Makefile head/textproc/gdome2/Makefile head/textproc/gdome2/pkg-plist head/textproc/gmetadom/Makefile head/textproc/p5-XML-Canonical/Makefile head/textproc/p5-XML-GDOME/Makefile head/x11/workrave/Makefile Modified: head/net/ntop/Makefile ============================================================================== --- head/net/ntop/Makefile Fri Jun 6 13:13:12 2014 (r356784) +++ head/net/ntop/Makefile Fri Jun 6 13:21:59 2014 (r356785) @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable Modified: head/textproc/gdome2/Makefile ============================================================================== --- head/textproc/gdome2/Makefile Fri Jun 6 13:13:12 2014 (r356784) +++ head/textproc/gdome2/Makefile Fri Jun 6 13:21:59 2014 (r356785) @@ -3,21 +3,21 @@ PORTNAME= gdome2 PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= http://gdome2.cs.unibo.it/tarball/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome DOM Engine -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= pathfix pkgconfig libtool USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS+= -I${LOCALBASE}/include DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS Modified: head/textproc/gdome2/pkg-plist ============================================================================== --- head/textproc/gdome2/pkg-plist Fri Jun 6 13:13:12 2014 (r356784) +++ head/textproc/gdome2/pkg-plist Fri Jun 6 13:21:59 2014 (r356785) @@ -9,9 +9,9 @@ include/libgdome/gdome-xpath.h include/libgdome/gdome.h lib/gdomeConf.sh lib/libgdome.a -lib/libgdome.la lib/libgdome.so -lib/libgdome.so.8 +lib/libgdome.so.0 +lib/libgdome.so.0.8.1 libdata/pkgconfig/gdome2.pc man/man1/gdome-config.1.gz share/aclocal/gdome2.m4 Modified: head/textproc/gmetadom/Makefile ============================================================================== --- head/textproc/gmetadom/Makefile Fri Jun 6 13:13:12 2014 (r356784) +++ head/textproc/gmetadom/Makefile Fri Jun 6 13:21:59 2014 (r356785) @@ -3,7 +3,7 @@ PORTNAME= gmetadom PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF Modified: head/textproc/p5-XML-Canonical/Makefile ============================================================================== --- head/textproc/p5-XML-Canonical/Makefile Fri Jun 6 13:13:12 2014 (r356784) +++ head/textproc/p5-XML-Canonical/Makefile Fri Jun 6 13:21:59 2014 (r356785) @@ -3,7 +3,7 @@ PORTNAME= XML-Canonical PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= XML @@ -14,7 +14,7 @@ COMMENT= Perl Implementation of Canonica BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 +LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2 USES= perl5 pkgconfig USE_PERL5= configure Modified: head/textproc/p5-XML-GDOME/Makefile ============================================================================== --- head/textproc/p5-XML-GDOME/Makefile Fri Jun 6 13:13:12 2014 (r356784) +++ head/textproc/p5-XML-GDOME/Makefile Fri Jun 6 13:21:59 2014 (r356785) @@ -3,7 +3,7 @@ PORTNAME= XML-GDOME PORTVERSION= 0.86 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/x11/workrave/Makefile ============================================================================== --- head/x11/workrave/Makefile Fri Jun 6 13:13:12 2014 (r356784) +++ head/x11/workrave/Makefile Fri Jun 6 13:21:59 2014 (r356785) @@ -3,7 +3,7 @@ PORTNAME= workrave PORTVERSION= 1.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= SF