From 88c67cd38c8aa887e131203a0948625ac8d5495e Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 5 Oct 2014 18:01:19 +0000 Subject: - Update devel/libtool and devel/libltdl to version 2.4.2.418 - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) --- devel/cdialog/Makefile | 1 + devel/cdialog/pkg-plist | 1 + 2 files changed, 2 insertions(+) (limited to 'devel/cdialog') diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 5774a173d1f7..e6a3ce2f9a61 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -2,6 +2,7 @@ PORTNAME= cdialog PORTVERSION= 1.2.20140219 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME:S|^c||}/ diff --git a/devel/cdialog/pkg-plist b/devel/cdialog/pkg-plist index 3fc09f8eca7e..1bf703dd7b0d 100644 --- a/devel/cdialog/pkg-plist +++ b/devel/cdialog/pkg-plist @@ -7,6 +7,7 @@ include/cdialog/dlg_keys.h lib/libcdialog.a lib/libcdialog.so lib/libcdialog.so.11 +lib/libcdialog.so.11.1.0 man/man1/cdialog.1.gz man/man3/cdialog.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -- cgit v1.2.3