diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-13 07:38:01 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-13 07:38:01 +0000 |
commit | ddce896694bfc5a028c2181a588860bec4884e82 (patch) | |
tree | 884cebda3e5fe9216fafce12f71cdd5da06ee349 /devel | |
parent | Add two SleepyCat patches to fix: (diff) |
- Update to 1.2.7
- Utilize libtool15
Notes
Notes:
svn path=/head/; revision=133208
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsigc++12/Makefile | 5 | ||||
-rw-r--r-- | devel/libsigc++12/distinfo | 4 | ||||
-rw-r--r-- | devel/libsigc++12/files/patch-configure | 10 |
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 549125c6c6e9..2ca2a68581f0 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 1.2.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} @@ -24,6 +23,6 @@ USE_GMAKE= yes LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 .include <bsd.port.mk> diff --git a/devel/libsigc++12/distinfo b/devel/libsigc++12/distinfo index 1fd1037372b1..000a702d72b9 100644 --- a/devel/libsigc++12/distinfo +++ b/devel/libsigc++12/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libsigc++-1.2.5.tar.gz) = d0d1ffcae0eced97ef4f17ce0ba81352 -SIZE (gnome2/libsigc++-1.2.5.tar.gz) = 408276 +MD5 (gnome2/libsigc++-1.2.7.tar.gz) = b939751dff0db9652c5dbfc9de685efa +SIZE (gnome2/libsigc++-1.2.7.tar.gz) = 477083 diff --git a/devel/libsigc++12/files/patch-configure b/devel/libsigc++12/files/patch-configure deleted file mode 100644 index 088118b0c641..000000000000 --- a/devel/libsigc++12/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Oct 12 00:29:28 2002 -+++ configure Sat Oct 12 00:29:50 2002 -@@ -6817,6 +6817,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |