Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 1998 22:24:18 -0500 (CDT)
From:      "Brent J. Nordquist" <bjn@visi.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7571: cgiwrap update to 3.6.2
Message-ID:  <199808110324.WAA23874@isis.visi.com>

next in thread | raw e-mail | index | archive | help

>Number:         7571
>Category:       ports
>Synopsis:       cgiwrap update to 3.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 10 20:30:01 PDT 1998
>Last-Modified:
>Originator:     Brent J. Nordquist
>Organization:
None
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD 3.0-CURRENT i386

>Description:

	The following patch updates the cgiwrap port from 3.6.1 to 3.6.2
	and uses INSTALLDIR for the pre-install MKDIR.

>How-To-Repeat:

	N/A

>Fix:
	
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/www/cgiwrap/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1998/08/10 00:16:36	1.1.1.1
+++ Makefile	1998/08/11 00:00:29
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.1.1.1 1998/08/10 00:16:36 steve Exp $
 #
 
-DISTNAME=	cgiwrap-3.6.1
+DISTNAME=	cgiwrap-3.6.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.umr.edu/~cgiwrap/dist/ \
 		ftp://ftp.umr.edu/pub/cgi/cgiwrap/ \
@@ -41,7 +41,7 @@
 HTTPDUSER=	--with-httpd-user=nobody
 
 pre-install:
-	${MKDIR} ${PREFIX}/www/cgi-bin
+	${MKDIR} ${INSTALLDIR}
 
 post-install:
 	strip ${INSTALLDIR}/cgiwrap
Index: files/md5
===================================================================
RCS file: /var/cvs/ports/www/cgiwrap/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1998/08/10 00:16:36	1.1.1.1
+++ md5	1998/08/11 00:01:29
@@ -1 +1 @@
-MD5 (cgiwrap-3.6.1.tar.gz) = 4eba57b54e3de0015c0facc66f0ad788
+MD5 (cgiwrap-3.6.2.tar.gz) = 356864faab603f68e766bb2f093a9a8e


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808110324.WAA23874>