From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 21:17:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55B36325; Sun, 22 Jun 2014 21:17:28 +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 42E5326BE; Sun, 22 Jun 2014 21:17:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MLHSnL074975; Sun, 22 Jun 2014 21:17:28 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MLHR5t074973; Sun, 22 Jun 2014 21:17:27 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406222117.s5MLHR5t074973@svn.freebsd.org> From: Dmitry Marakasov Date: Sun, 22 Jun 2014 21:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358831 - head/textproc/xmlroff 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: Sun, 22 Jun 2014 21:17:28 -0000 Author: amdmi3 Date: Sun Jun 22 21:17:27 2014 New Revision: 358831 URL: http://svnweb.freebsd.org/changeset/ports/358831 QAT: https://qat.redports.org/buildarchive/r358831/ Log: - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/textproc/xmlroff/Makefile head/textproc/xmlroff/pkg-plist Modified: head/textproc/xmlroff/Makefile ============================================================================== --- head/textproc/xmlroff/Makefile Sun Jun 22 21:16:04 2014 (r358830) +++ head/textproc/xmlroff/Makefile Sun Jun 22 21:17:27 2014 (r358831) @@ -3,21 +3,20 @@ PORTNAME= xmlroff PORTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://xmlroff.org/download/ MAINTAINER= hrs@FreeBSD.org COMMENT= XSL formatter that produces PDF and PostScript -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -USE_AUTOTOOLS= libtool -USES= gmake pkgconfig -USE_GNOME= gnomehack libgnomeprint libxslt \ +USES= gmake libtool pkgconfig pathfix +USE_GNOME= libgnomeprint libxslt \ libxml2 gtk20 glib20 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/textproc/xmlroff/pkg-plist ============================================================================== --- head/textproc/xmlroff/pkg-plist Sun Jun 22 21:16:04 2014 (r358830) +++ head/textproc/xmlroff/pkg-plist Sun Jun 22 21:17:27 2014 (r358831) @@ -40,9 +40,9 @@ include/libfo-0.6/libfo/libfo-features.h include/libfo-0.6/libfo/libfo-version.h include/libfo-0.6/libfo/libfo-compat.h lib/libfo-0.6.a -lib/libfo-0.6.la lib/libfo-0.6.so -lib/libfo-0.6.so.602 +lib/libfo-0.6.so.0 +lib/libfo-0.6.so.0.602.0 libdata/pkgconfig/libfo-0.6.pc %%DOCSDIR%%/FoArea.html %%DOCSDIR%%/FoAreaArea.html