diff --git a/www/analog/Makefile b/www/analog/Makefile index 6a0350a9bd2..fb049ac3d64 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -3,11 +3,11 @@ # Date created: 11 Aug 1998 # Whom: Oleg Safiullin # -# $OpenBSD: Makefile,v 1.2 1998/10/20 08:39:49 form Exp $ +# $OpenBSD: Makefile,v 1.3 1998/11/10 05:06:35 form Exp $ # -DISTNAME= analog3.0 -PKGNAME= analog-3.0 +DISTNAME= analog3.1 +PKGNAME= analog-3.1 CATEGORIES= www MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ \ http://www.lightside.net/analog/ \ diff --git a/www/analog/files/md5 b/www/analog/files/md5 index f9375140243..f1e1f0b46b7 100644 --- a/www/analog/files/md5 +++ b/www/analog/files/md5 @@ -1 +1 @@ -MD5 (analog3.0.tar.gz) = 871fce16c7029ffac42c77b645bb489c +MD5 (analog3.1.tar.gz) = 151b1cb561f3a7bb4089de5ea61948a0 diff --git a/www/analog/patches/patch-ad b/www/analog/patches/patch-ad deleted file mode 100644 index 01fd4e8533c..00000000000 --- a/www/analog/patches/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ -*** anlgform.c.orig Tue Aug 11 15:44:56 1998 ---- anlgform.c Tue Aug 11 15:45:21 1998 -*************** -*** 1,7 **** - /* anlgform.c 3.0 -- a cgi front end for analog */ - - /* You must uncomment the next line, and put where the analog executable is */ -! /* #define ANALOG "/usr/local/etc/httpd/analog/analog" */ - - #include - #include ---- 1,9 ---- - /* anlgform.c 3.0 -- a cgi front end for analog */ - - /* You must uncomment the next line, and put where the analog executable is */ -! #ifndef ANALOG -! #define ANALOG "/usr/local/bin/analog" -! #endif - - #include - #include