From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8F4364A for ; Sat, 12 Oct 2013 10:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4D892651 for ; Sat, 12 Oct 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CAe0f9085705 for ; Sat, 12 Oct 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CAe0Rr085703; Sat, 12 Oct 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 10:40:00 GMT Resent-Message-Id: <201310121040.r9CAe0Rr085703@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDFD557E for ; Sat, 12 Oct 2013 10:30:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB652619 for ; Sat, 12 Oct 2013 10:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CAUL9h084042 for ; Sat, 12 Oct 2013 10:30:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CAULve084039 for FreeBSD-gnats-submit@freebsd.org; Sat, 12 Oct 2013 10:30:21 GMT (envelope-from bdrewery) Received: (qmail 43866 invoked from network); 12 Oct 2013 05:30:19 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 12 Oct 2013 05:30:19 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Sat, 12 Oct 2013 05:30:17 -0500 Message-Id: <201310121030.r9CAULve084039@freefall.freebsd.org> Date: Sat, 12 Oct 2013 05:30:17 -0500 From: Bryan Drewery To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182919: [PATCH] Portlint port standard updates and maintainership to portmgr Cc: portmgr@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 10:40:00 -0000 >Number: 182919 >Category: ports >Synopsis: [PATCH] Portlint port standard updates and maintainership to portmgr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 12 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE-p5 i386 >Organization: >Environment: >Description: portlint is a critical tool for port development. We have been making a lot of changes lately that portlint fails to properly find or recommend. The recent ports/181359 one that recommended USES=gmake to use USES=${GMAKE} and USE_GMAKE was especially wrong. We need more people to be able to approve or work on getting updates into portlint faster. - Support staging - Remove indefinite article from COMMENT - Pass maintainership to portmgr >How-To-Repeat: >Fix: --- portlint-updates-portmgr.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 330124) +++ Makefile (working copy) @@ -7,8 +7,8 @@ CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none -MAINTAINER= marcus@FreeBSD.org -COMMENT= A verifier for FreeBSD port directory +MAINTAINER= portmgr@FreeBSD.org +COMMENT= Verifier for FreeBSD port directory NO_BUILD= yes WRKSRC= ${WRKDIR}/src @@ -17,15 +17,16 @@ USE_PERL5= run SRC= ${.CURDIR}/src -MAN1= portlint.1 -PLIST_FILES= bin/portlint +PLIST_FILES= bin/portlint \ + man/man1/portlint.1.gz -.if !defined(NOPORTEXAMPLES) +.include + +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_FILES+= %%EXAMPLESDIR%%/portlintgrep PLIST_DIRS= %%EXAMPLESDIR%% .endif -NO_STAGE= yes do-fetch: @${DO_NADA} @@ -38,11 +39,15 @@ post-patch: ${WRKSRC}/portlintgrep.pl do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint - ${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTEXAMPLES) - ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${BINMODE} -d ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep + ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl \ + ${STAGEDIR}${PREFIX}/bin/portlint + ${INSTALL_MAN} ${WRKSRC}/portlint.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 +.if ${PORT_OPTIONS:MEXAMPLES} + ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${BINMODE} -d \ + ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl \ + ${STAGEDIR}${EXAMPLESDIR}/portlintgrep .endif .include --- portlint-updates-portmgr.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: