summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libltdl15/Makefile1
-rw-r--r--devel/libtool15/Makefile3
-rw-r--r--devel/libtool15/distinfo6
-rw-r--r--devel/libtool15/files/patch-libltdl-configure8
4 files changed, 4 insertions, 14 deletions
diff --git a/devel/libltdl15/Makefile b/devel/libltdl15/Makefile
index e3e0af6287d5..cc149825c132 100644
--- a/devel/libltdl15/Makefile
+++ b/devel/libltdl15/Makefile
@@ -6,7 +6,6 @@
#
PORTNAME= libltdl
-PORTREVISION= 2
MASTERDIR= ${.CURDIR}/../../devel/libtool15
COMMENT= System independent dlopen wrapper
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile
index 91ed7c37d172..6eb211e39d51 100644
--- a/devel/libtool15/Makefile
+++ b/devel/libtool15/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME?= libtool
-PORTVERSION= 1.5.22
-PORTREVISION?= 4
+PORTVERSION= 1.5.24
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
diff --git a/devel/libtool15/distinfo b/devel/libtool15/distinfo
index fc660c5fb40d..8b6572e6db8c 100644
--- a/devel/libtool15/distinfo
+++ b/devel/libtool15/distinfo
@@ -1,3 +1,3 @@
-MD5 (libtool-1.5.22.tar.gz) = 8e0ac9797b62ba4dcc8a2fb7936412b0
-SHA256 (libtool-1.5.22.tar.gz) = 88e9ffaaade21c1ddaf6297723dd2fb4ca18ccaef0499a28b6e672f02c8ceb5d
-SIZE (libtool-1.5.22.tar.gz) = 2921483
+MD5 (libtool-1.5.24.tar.gz) = d0071c890101fcf4f2be8934a37841b0
+SHA256 (libtool-1.5.24.tar.gz) = 1e54016a76e9704f11eccf9bb73e2faa0699f002b00b6630df82b8882ff2e5b2
+SIZE (libtool-1.5.24.tar.gz) = 2919557
diff --git a/devel/libtool15/files/patch-libltdl-configure b/devel/libtool15/files/patch-libltdl-configure
deleted file mode 100644
index 121459694ac4..000000000000
--- a/devel/libtool15/files/patch-libltdl-configure
+++ /dev/null
@@ -1,8 +0,0 @@
---- libltdl/configure.orig Sun Dec 18 14:13:59 2005
-+++ libltdl/configure Tue Feb 27 12:41:55 2007
-@@ -21123,2 +21123,5 @@
- ;;
-+ freebsd*)
-+ libltdl_cv_sys_dlopen_deplibs=yes
-+ ;;
- gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)