diff -urN /usr/ports/converters/uudeview/Makefile converters/uudeview/Makefile --- /usr/ports/converters/uudeview/Makefile Thu Sep 25 03:33:39 2003 +++ converters/uudeview/Makefile Sun Jan 18 00:22:16 2004 @@ -6,14 +6,14 @@ # PORTNAME= uudeview -PORTVERSION= 0.5.18 +PORTVERSION= 0.5.19 CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ MAINTAINER= hoek@FreeBSD.org COMMENT= A program for uu/xx/Base64/BinHex/yEnc de-/encoding -LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff -urN /usr/ports/converters/uudeview/distinfo converters/uudeview/distinfo --- /usr/ports/converters/uudeview/distinfo Tue Sep 10 20:07:08 2002 +++ converters/uudeview/distinfo Sun Jan 18 00:22:37 2004 @@ -1 +1 @@ -MD5 (uudeview-0.5.18.tar.gz) = f852ab1a77e946dc7522df06b0c59e35 +MD5 (uudeview-0.5.19.tar.gz) = c84bd5be414fdaf887ffd2c0979a2992 diff -urN /usr/ports/converters/uudeview/files/patch-ae converters/uudeview/files/patch-ae --- /usr/ports/converters/uudeview/files/patch-ae Sat Oct 19 19:14:55 2002 +++ converters/uudeview/files/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,28 +0,0 @@ ---- configure.orig Tue Apr 2 02:06:35 2002 -+++ configure Sat Oct 19 03:14:05 2002 -@@ -1099,25 +1099,6 @@ - - echo $ac_n "checking compiler flags""... $ac_c" 1>&6 - echo "configure:1102: checking compiler flags" >&5 --if test "$optimize" = "yes" ; then --CFLAGS=`echo $CFLAGS | sed 's/-g//g'` --case $CFLAGS in -- *"-O"*) -- ;; -- *) -- CFLAGS="$CFLAGS -O" -- ;; --esac --else --CFLAGS=`echo $CFLAGS | sed 's/-O[0-9]*//g'` --case $CFLAGS in -- *"-g"*) -- ;; -- *) -- CFLAGS="$CFLAGS -g" -- ;; --esac --fi - echo "$ac_t""$CFLAGS" 1>&6 - - if test "$wi_cv_prototypes" = no ; then