From owner-freebsd-ports Sun Apr 8 4:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E421F37B424 for ; Sun, 8 Apr 2001 04:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f38BA4T55284; Sun, 8 Apr 2001 04:10:04 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 25DDA37B422 for ; Sun, 8 Apr 2001 04:01:56 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 9B5983CCE; Sun, 8 Apr 2001 13:01:54 +0200 (CEST) Message-Id: <20010408110154.9B5983CCE@totem.fix.no> Date: Sun, 8 Apr 2001 13:01:54 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26428: Distfile fix: www/thttpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26428 >Category: ports >Synopsis: Distfile fix: www/thttpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 08 04:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.2-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Remove notes.html from the port: - It's frequently updated, and not a part of the package. - If people want to check up on it (and more about thttpd), they can use the web page. >How-To-Repeat: >Fix: diff -Nur thttpd.old/Makefile thttpd/Makefile --- thttpd.old/Makefile Wed Feb 7 22:09:20 2001 +++ thttpd/Makefile Sun Apr 8 01:43:23 2001 @@ -58,10 +58,6 @@ ${ECHO} "Installing ${PREFIX}/etc/rc.d/thttpd.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/thttpd.sh ${PREFIX}/etc/rc.d/thttpd.sh; \ fi -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/thttpd - @${INSTALL_MAN} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd -.endif post-install: @${CAT} ${PKGMESSAGE} diff -Nur thttpd.old/distinfo thttpd/distinfo --- thttpd.old/distinfo Mon Mar 12 01:12:15 2001 +++ thttpd/distinfo Sun Apr 8 01:43:30 2001 @@ -1,2 +1 @@ MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed -MD5 (notes.html) = 00c09c171149b5751ab761bcb4d1188f diff -Nur thttpd.old/pkg-plist thttpd/pkg-plist --- thttpd.old/pkg-plist Fri Jul 7 21:32:23 2000 +++ thttpd/pkg-plist Sun Apr 8 01:43:38 2001 @@ -5,11 +5,9 @@ etc/thttpd.conf.sample sbin/thttpd sbin/thttpd_wrapper -share/doc/thttpd/notes.html www/cgi-bin/phf www/cgi-bin/redirect www/cgi-bin/ssi -@dirrm share/doc/thttpd @dirrm www/cgi-bin @dirrm www/data @dirrm www/logs >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message