Date: Fri, 14 Apr 2006 17:12:45 +0300 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/95745: [PATCH] mod_mysqluserdir: fix MASTER_SITES, portlint Message-ID: <1145023965.90834@it.buh.tecnik93.com> Resent-Message-ID: <200604141420.k3EEK13Q057165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1145023965.90834>