diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:41:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:41:20 +0000 |
commit | 063737ed231588684e644b5f90be3d25bcaee920 (patch) | |
tree | 5f223c67d276f5a7ac5883329a845a1535bdec10 /converters | |
parent | c705fbb6c96ab8ce79d694637c343f0e63aa6d22 (diff) | |
download | ports-063737ed231588684e644b5f90be3d25bcaee920.tar.gz ports-063737ed231588684e644b5f90be3d25bcaee920.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudeview/Makefile | 4 | ||||
-rw-r--r-- | converters/uudeview/distinfo | 2 | ||||
-rw-r--r-- | converters/uudeview/files/patch-ae | 28 |
3 files changed, 3 insertions, 31 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 10af4aa6264c..fb50202a353b 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -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 --git a/converters/uudeview/distinfo b/converters/uudeview/distinfo index a4f77652cbb9..a446c606c5af 100644 --- a/converters/uudeview/distinfo +++ b/converters/uudeview/distinfo @@ -1 +1 @@ -MD5 (uudeview-0.5.18.tar.gz) = f852ab1a77e946dc7522df06b0c59e35 +MD5 (uudeview-0.5.19.tar.gz) = c84bd5be414fdaf887ffd2c0979a2992 diff --git a/converters/uudeview/files/patch-ae b/converters/uudeview/files/patch-ae deleted file mode 100644 index 4d8fb9cb82c5..000000000000 --- a/converters/uudeview/files/patch-ae +++ /dev/null @@ -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 |