From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 10:45:06 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 6DDA5C17; Fri, 20 Jun 2014 10:45:06 +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 3FF96208E; Fri, 20 Jun 2014 10:45:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KAj6Z3035786; Fri, 20 Jun 2014 10:45:06 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KAj5G9035781; Fri, 20 Jun 2014 10:45:05 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406201045.s5KAj5G9035781@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 20 Jun 2014 10:45:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358548 - in head: devel/geany-plugin-gendoc textproc/ctpl 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, 20 Jun 2014 10:45:06 -0000 Author: amdmi3 Date: Fri Jun 20 10:45:05 2014 New Revision: 358548 URL: http://svnweb.freebsd.org/changeset/ports/358548 QAT: https://qat.redports.org/buildarchive/r358548/ Log: - Convert textproc/ctpl to USES=libtool, drop .la files - Bump dependent port (devel/geany-plugin-gendoc) as .so version has changed Approved by: portmgr blanket Modified: head/devel/geany-plugin-gendoc/Makefile head/textproc/ctpl/Makefile head/textproc/ctpl/pkg-plist Modified: head/devel/geany-plugin-gendoc/Makefile ============================================================================== --- head/devel/geany-plugin-gendoc/Makefile Fri Jun 20 10:44:41 2014 (r358547) +++ head/devel/geany-plugin-gendoc/Makefile Fri Jun 20 10:45:05 2014 (r358548) @@ -2,7 +2,7 @@ PORTNAME= geany-plugin-gendoc PORTVERSION= ${GEANY_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= makc@FreeBSD.org Modified: head/textproc/ctpl/Makefile ============================================================================== --- head/textproc/ctpl/Makefile Fri Jun 20 10:44:41 2014 (r358547) +++ head/textproc/ctpl/Makefile Fri Jun 20 10:45:05 2014 (r358548) @@ -2,6 +2,7 @@ PORTNAME= ctpl PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ @@ -10,7 +11,7 @@ COMMENT= C Template (Parser) Library GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool USE_LDCONFIG= yes .include Modified: head/textproc/ctpl/pkg-plist ============================================================================== --- head/textproc/ctpl/pkg-plist Fri Jun 20 10:44:41 2014 (r358547) +++ head/textproc/ctpl/pkg-plist Fri Jun 20 10:45:05 2014 (r358548) @@ -12,9 +12,9 @@ include/ctpl/ctpl-value.h include/ctpl/ctpl-version.h include/ctpl/ctpl.h lib/libctpl.a -lib/libctpl.la lib/libctpl.so -lib/libctpl.so.4 +lib/libctpl.so.2 +lib/libctpl.so.2.2.1 libdata/pkgconfig/ctpl.pc man/man1/ctpl.1.gz share/gtk-doc/html/ctpl/annotation-glossary.html