diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-16 10:02:46 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-16 10:02:46 +0000 |
commit | da468da179f6cfb64d4c0f7756b3010ed517e57f (patch) | |
tree | 40f195e0f750666561e5238de50f3bda28bfacba /misc | |
parent | 8e8a2c81b667bb3dea823ed59e4c03f0bb779057 (diff) | |
download | FreeBSD-ports-da468da179f6cfb64d4c0f7756b3010ed517e57f.zip FreeBSD-ports-da468da179f6cfb64d4c0f7756b3010ed517e57f.tar.gz |
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 be9eb1e..94fd46b6 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 8f20bd2..58301c7 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 a71ea36..0000000 --- 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' |