Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 13:21:59 +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: r356785 - in head: net/ntop textproc/gdome2 textproc/gmetadom textproc/p5-XML-Canonical textproc/p5-XML-GDOME x11/workrave
Message-ID:  <201406061321.s56DLxMA035677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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