From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 14 14:20:06 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6042416A406 for ; Fri, 14 Apr 2006 14:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEECB43D64 for ; Fri, 14 Apr 2006 14:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3EEK1Fj057166 for ; Fri, 14 Apr 2006 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3EEK13Q057165; Fri, 14 Apr 2006 14:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 14 Apr 2006 14:20:01 GMT Resent-Message-Id: <200604141420.k3EEK13Q057165@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F39916A400 for ; Fri, 14 Apr 2006 14:12:47 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CF843D48 for ; Fri, 14 Apr 2006 14:12:46 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 23EE417610 for ; Fri, 14 Apr 2006 17:12:45 +0300 (EEST) Message-Id: <1145023965.90834@it.buh.tecnik93.com> Date: Fri, 14 Apr 2006 17:12:45 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95745: [PATCH] mod_mysqluserdir: fix MASTER_SITES, portlint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 14:20:06 -0000 >Number: 95745 >Category: ports >Synopsis: [PATCH] mod_mysqluserdir: fix MASTER_SITES, portlint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 14 14:20:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #2: Fri Mar 31 13:08:13 EEST 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P >Description: Fix path on ftp://sys.estpak.ee. [1] portlint(1) while here: use DOCSDIR macro. Reported by: fenner's distfiles survey [1] >How-To-Repeat: >Fix: --- mod_mysqluserdir.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_mysqluserdir/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 18 Aug 2004 16:21:53 -0000 1.5 +++ Makefile 14 Apr 2006 14:08:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= mod_mysqluserdir PORTVERSION= 0.1 CATEGORIES= www -MASTER_SITES= ftp://sys.estpak.ee/pub/ \ +MASTER_SITES= ftp://sys.estpak.ee/pub/sys_staff/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -28,6 +28,6 @@ ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/ .endif - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_mysqluserdir/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 12 Nov 2001 03:24:53 -0000 1.1 +++ pkg-plist 14 Apr 2006 14:08:07 -0000 @@ -1,5 +1,5 @@ libexec/apache/mod_mysqluserdir.so @exec %D/sbin/apxs -e -A -n userdir %D/%F @unexec %D/sbin/apxs -e -A -n userdir %D/%F -%%PORTDOCS%%share/doc/mod_mysqluserdir/README -%%PORTDOCS%%@dirrm share/doc/mod_mysqluserdir +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- mod_mysqluserdir.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: