From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 21:57:15 2014 Return-Path: Delivered-To: svn-ports-head@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 50133485; Fri, 25 Jul 2014 21:57:15 +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 309DA2217; Fri, 25 Jul 2014 21:57:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PLvFZY093965; Fri, 25 Jul 2014 21:57:15 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PLvEID093961; Fri, 25 Jul 2014 21:57:14 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407252157.s6PLvEID093961@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 21:57:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362937 - in head: converters/psiconv editors/abiword math/gnumeric X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 21:57:15 -0000 Author: amdmi3 Date: Fri Jul 25 21:57:14 2014 New Revision: 362937 URL: http://svnweb.freebsd.org/changeset/ports/362937 QAT: https://qat.redports.org/buildarchive/r362937/ Log: - Switch converters/psiconv to USES=libtool, drop .la files - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Approved by: kwm Modified: head/converters/psiconv/Makefile head/converters/psiconv/pkg-plist head/editors/abiword/Makefile head/math/gnumeric/Makefile Modified: head/converters/psiconv/Makefile ============================================================================== --- head/converters/psiconv/Makefile Fri Jul 25 21:45:47 2014 (r362936) +++ head/converters/psiconv/Makefile Fri Jul 25 21:57:14 2014 (r362937) @@ -3,17 +3,17 @@ PORTNAME= psiconv PORTVERSION= 0.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters devel MASTER_SITES= http://software.frodo.looijaard.name/psiconv/files/ MAINTAINER= gnome@FreeBSD.org COMMENT= Conversion utility to convert Psion 5(MX) files into other formats -USES= gmake -USE_AUTOTOOLS= libtool +USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-imagemagick=no +INSTALL_TARGET= install-strip .include Modified: head/converters/psiconv/pkg-plist ============================================================================== --- head/converters/psiconv/pkg-plist Fri Jul 25 21:45:47 2014 (r362936) +++ head/converters/psiconv/pkg-plist Fri Jul 25 21:57:14 2014 (r362937) @@ -15,9 +15,9 @@ include/psiconv/parse.h include/psiconv/parse_routines.h include/psiconv/unicode.h lib/libpsiconv.a -lib/libpsiconv.la lib/libpsiconv.so -lib/libpsiconv.so.10 +lib/libpsiconv.so.6 +lib/libpsiconv.so.6.4.2 man/man1/psiconv-config.1.gz man/man1/psiconv.1.gz %%DATADIR%%/psion/ASCII_Codes.psi Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Fri Jul 25 21:45:47 2014 (r362936) +++ head/editors/abiword/Makefile Fri Jul 25 21:57:14 2014 (r362937) @@ -4,7 +4,7 @@ PORTNAME= abiword PORTVERSION= 2.8.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword Modified: head/math/gnumeric/Makefile ============================================================================== --- head/math/gnumeric/Makefile Fri Jul 25 21:45:47 2014 (r362936) +++ head/math/gnumeric/Makefile Fri Jul 25 21:57:14 2014 (r362937) @@ -4,7 +4,7 @@ PORTNAME= gnumeric PORTVERSION= 1.12.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-perl PLIST_SUB+= PERL="@comment " .endif -.if defined(WITH_GDA) +.if ${PORT_OPTIONS:MGDA} USE_GNOME+= libgda5-ui CONFIGURE_ARGS+= --with-gda PLIST_SUB+= GDA=""