From root@server.t-hosting.hu Sat Dec 2 13:17:55 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F5C516A407; Sat, 2 Dec 2006 13:17:55 +0000 (UTC) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB65F43CA3; Sat, 2 Dec 2006 13:17:34 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id F0EFD9AA994; Sat, 2 Dec 2006 14:17:52 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id clfohQmS7+Wv; Sat, 2 Dec 2006 14:17:48 +0100 (CET) Received: by server.t-hosting.hu (Postfix, from userid 0) id 1159E9AA991; Sat, 2 Dec 2006 14:17:48 +0100 (CET) Message-Id: <20061202131748.1159E9AA991@server.t-hosting.hu> Date: Sat, 2 Dec 2006 14:17:48 +0100 (CET) From: Gabor Kovesdan Reply-To: Gabor Kovesdan To: FreeBSD-gnats-submit@freebsd.org Cc: Gabor Kovesdan Subject: [patch] textproc/replaceit X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 106206 >Category: ports >Synopsis: [patch] textproc/replaceit >Confidential: no >Severity: non-critical >Priority: low >Responsible: erwin >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 02 13:20:10 GMT 2006 >Closed-Date: Sun Dec 03 21:10:28 GMT 2006 >Last-Modified: Sun Dec 3 21:20:05 GMT 2006 >Originator: Gabor Kovesdan >Release: FreeBSD 6.1-RELEASE-p3 amd64 >Organization: n/a >Environment: >Description: - Add support for NOPORTDOCS - Bump PORTREVISION >How-To-Repeat: >Fix: --- textproc-replaceit.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/textproc/replaceit/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 14 Apr 2006 22:53:12 -0000 1.5 +++ Makefile 1 Dec 2006 22:16:22 -0000 @@ -7,6 +7,7 @@ PORTNAME= replaceit PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://pldaniels.com/replaceit/ @@ -14,8 +15,17 @@ COMMENT= A light replacement to the combination of sed/awk/grep/head/tail PLIST_FILES= bin/replaceit +PORTDOCS= CHANGELOG INSTALL LICENSE README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for FILE in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.endfor +.endif + .include --- textproc-replaceit.diff ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 2 13:20:23 UTC 2006 Responsible-Changed-Why: erwin@ wants his PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=106206 State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Sun Dec 3 21:10:20 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=106206 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/106206: commit references a PR Date: Sun, 3 Dec 2006 21:10:28 +0000 (UTC) erwin 2006-12-03 21:10:18 UTC FreeBSD ports repository Modified files: textproc/replaceit Makefile Log: dd support for NOPORTDOCS - Bump PORTREVISION PR: 106206 Submitted by: gabor Revision Changes Path 1.6 +10 -0 ports/textproc/replaceit/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: