Date: Fri, 20 Jun 2014 10:45:05 +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: r358548 - in head: devel/geany-plugin-gendoc textproc/ctpl Message-ID: <201406201045.s5KAj5G9035781@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201045.s5KAj5G9035781>