diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-16 18:02:46 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-16 18:02:46 +0800 |
commit | 16844a523443cdcbc4b8588cd0f59a512273623b (patch) | |
tree | b0e198f7b85468a5f88b3276b0cd206c9486ac33 /misc | |
parent | 25f15be95ddfc1ed823e918f479205173576b633 (diff) | |
download | freebsd-ports-gnome-16844a523443cdcbc4b8588cd0f59a512273623b.tar.gz freebsd-ports-gnome-16844a523443cdcbc4b8588cd0f59a512273623b.tar.zst freebsd-ports-gnome-16844a523443cdcbc4b8588cd0f59a512273623b.zip |
Update to 2.3.4.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/talkfilters/Makefile | 6 | ||||
-rw-r--r-- | misc/talkfilters/distinfo | 4 | ||||
-rw-r--r-- | misc/talkfilters/files/patch-configure | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index be9eb1ee5c54..94fd46b6272b 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -6,7 +6,7 @@ # PORTNAME= talkfilters -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= misc MASTER_SITES= http://www2.dystance.net/software/talkfilters/ @@ -15,9 +15,9 @@ COMMENT= Set of filters to convert English text to various stereotyped dialects CONFLICTS= jive* chef* -USE_LIBTOOL_VER=15 +USE_LIBTOOL_VER= 15 +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes MAN1= talkfilters.1 wrap.1 MLINKS= talkfilters.1 austro.1 \ diff --git a/misc/talkfilters/distinfo b/misc/talkfilters/distinfo index 8f20bd25d88f..58301c7de69b 100644 --- a/misc/talkfilters/distinfo +++ b/misc/talkfilters/distinfo @@ -1,2 +1,2 @@ -MD5 (talkfilters-2.3.3.tar.gz) = 898c41682cd1cdfcb4ee1e52749f779b -SIZE (talkfilters-2.3.3.tar.gz) = 749063 +MD5 (talkfilters-2.3.4.tar.gz) = 58048954f867628f098bc4f09f9672ad +SIZE (talkfilters-2.3.4.tar.gz) = 772795 diff --git a/misc/talkfilters/files/patch-configure b/misc/talkfilters/files/patch-configure deleted file mode 100644 index a71ea36d3721..000000000000 --- a/misc/talkfilters/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Jul 3 19:22:24 2003 -+++ configure Thu Jul 3 19:22:53 2003 -@@ -8177,6 +8177,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' |