diff options
author | fredb <fredb> | 2002-04-25 10:43:26 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-04-25 10:43:26 +0000 |
commit | 8234836a52a60f547773b5ce0c636910d2bb6883 (patch) | |
tree | b7e5c34427309da02750f262faeb97d3ca575707 /www/wwwoffle/Makefile | |
parent | 4558c1f54de0cd8fe2865b023c4882db708e411c (diff) | |
download | pkgsrc-8234836a52a60f547773b5ce0c636910d2bb6883.tar.gz |
Update wwwoffle to 2.7b (from NEWS):
Bug Fixes:
Ensure that only one argument is given to wwwoffle -o or -O. Some more version
2.7 documentation updates. Fix crash using 'wwwoffle -O|-o|-put|-post <URL>'.
Put refresh URLs in the outgoing directory with correct URL. Delete
auto-generated files in Makefile before re-generating. Choosing 'edit selected
item' in configuration pages shows current values. Fix potential crash with
wwwoffle-hash. Put a DESTDIR variable in Makefile for easier installation.
Fix parsing IPv6 addresses in audit-usage.pl script. Makefile change for
FreeBSD make. Bug fix for the Alias section of the config file. Fix Makefile
for Win32.
New Features:
Allow CGI scripts to be used with the built-in web server.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 9d27a4d0299..7f97d057662 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2002/03/25 09:17:55 fredb Exp $ +# $NetBSD: Makefile,v 1.36 2002/04/25 10:43:26 fredb Exp $ -DISTNAME= wwwoffle-2.7a -PKGNAME= wwwoffle-2.7.1 +DISTNAME= wwwoffle-2.7b +PKGNAME= wwwoffle-2.7.2 CATEGORIES= www MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \ http://www.gedanken.freeserve.co.uk/download-wwwoffle/ \ |