svn commit: r358548 - in head: devel/geany-plugin-gendoc textproc/ctpl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 20 10:45:06 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list