diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-11 23:08:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-11 23:08:19 +0000 |
commit | 880eecbd25bb7b74b840709c2f2acafb77d0c4ce (patch) | |
tree | aed2c04ce8028dd6e218078383506bf81c9c16b9 /converters/uudeview | |
parent | 3d20bdb2dc0c202ad5bde10d3ccca1da2e717a31 (diff) | |
download | ports-880eecbd25bb7b74b840709c2f2acafb77d0c4ce.tar.gz ports-880eecbd25bb7b74b840709c2f2acafb77d0c4ce.zip |
Upgrade to 0.5.9
Enable inews
Notes
Notes:
svn path=/head/; revision=4940
Diffstat (limited to 'converters/uudeview')
-rw-r--r-- | converters/uudeview/Makefile | 15 | ||||
-rw-r--r-- | converters/uudeview/distinfo | 2 |
2 files changed, 6 insertions, 11 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index f1ce6a80019e..10b8d15bb836 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: uulib -# Version Required: 0.5.4 (aka. 0.5pl4) +# Version Required: 0.5.9 # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.4 1996/11/12 02:17:49 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/18 11:21:12 asami Exp $ # -DISTNAME= uudeview-0.5.4 +DISTNAME= uudeview-0.5.9 CATEGORIES= archivers mail MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ @@ -15,13 +15,8 @@ MAINTAINER= ac199@freenet.hamilton.on.ca BUILD_DEPENDS= ${PREFIX}/lib/libuu.a:${PORTSDIR}/devel/uulib GNU_CONFIGURE= Yes -# Comment-out the next line and you'll probably enable posting. I've -# never tried it, and if you do do it, pkg_delete won't delete all the -# files that are installed. -# NOTE further that all you'll really do is cause uudeview to install -# its own minews do-hicky. -CONFIGURE_ARGS= --disable-minews -CONFIGURE_ARGS+= --disable-tcl +CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews \ + --disable-tcl MAN1= uudeview.1 uuenview.1 EXTRAFILES+= porting.notes diff --git a/converters/uudeview/distinfo b/converters/uudeview/distinfo index e1f1f3b578e5..2a86a7750f7c 100644 --- a/converters/uudeview/distinfo +++ b/converters/uudeview/distinfo @@ -1 +1 @@ -MD5 (uudeview-0.5.4.tar.gz) = b3a457faa0f81920c9abdbfe627f83b5 +MD5 (uudeview-0.5.9.tar.gz) = 36440d9f30397ab7f3a8026af7d4c7ef |