From owner-freebsd-ports Mon Aug 10 20:30:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23249 for freebsd-ports-outgoing; Mon, 10 Aug 1998 20:30:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23133 for ; Mon, 10 Aug 1998 20:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA29992; Mon, 10 Aug 1998 20:30:01 -0700 (PDT) Received: from mixer.visi.com (mixer.visi.com [209.98.98.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22206 for ; Mon, 10 Aug 1998 20:24:42 -0700 (PDT) (envelope-from nordquis@visi.com) Received: from isis.visi.com (nordquis@isis.visi.com [209.98.98.8]) by mixer.visi.com (8.8.8/8.7.5) with ESMTP id WAA29473 for ; Mon, 10 Aug 1998 22:24:20 -0500 (CDT) Received: (from nordquis@localhost) by isis.visi.com (8.8.8/8.8.8) id WAA23874 for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Aug 1998 22:24:18 -0500 (CDT) Message-Id: <199808110324.WAA23874@isis.visi.com> Date: Mon, 10 Aug 1998 22:24:18 -0500 (CDT) From: "Brent J. Nordquist" Reply-To: "Brent J. Nordquist" To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7571: cgiwrap update to 3.6.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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