From nobody@FreeBSD.org  Wed Sep 29 01:55:26 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D74C61065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Sep 2010 01:55:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C59158FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Sep 2010 01:55:26 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8T1tQZA087292
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Sep 2010 01:55:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o8T1tQ9O087291;
	Wed, 29 Sep 2010 01:55:26 GMT
	(envelope-from nobody)
Message-Id: <201009290155.o8T1tQ9O087291@www.freebsd.org>
Date: Wed, 29 Sep 2010 01:55:26 GMT
From: Sbastien Santoro <dereckson@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] [net/googlecl] Installing man page and documentation, adding LICENSE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151044
>Category:       ports
>Synopsis:       [patch] net/googlecl: Installing man page and documentation, adding LICENSE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 29 02:00:12 UTC 2010
>Closed-Date:    Sat Oct 02 05:06:31 UTC 2010
>Last-Modified:  Sat Oct  2 05:10:00 UTC 2010
>Originator:     Sbastien Santoro
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
reeBSD scherzo.dereckson.be 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Sep 19 03:06:33 UTC 2010     dereckson@scherzo.dereckson.be:/usr/obj/usr/src/sys/SCHERZO  i386
>Description:
* Installing man/google.1 as man page
* Installing README.* files as documentation
* Setting license (Apache License, Version 2.0)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.dist	2010-09-19 15:45:05.000000000 +0000
+++ Makefile	2010-09-29 01:49:24.000000000 +0000
@@ -2,7 +2,7 @@
 # Date created:		2010-06-19
 # Whom:			Li-Wen Hsu <lwhsu@FreeBSD.org>
 #
-# $FreeBSD: ports/net/googlecl/Makefile,v 1.5 2010/09/19 15:45:05 lwhsu Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	googlecl
@@ -16,6 +16,17 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
+
+LICENSE=	ASL
+
+MAN1=		google.1
+
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Sep 29 02:00:21 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151044 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Sat Oct 2 05:06:30 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151044 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151044: commit references a PR
Date: Sat,  2 Oct 2010 05:06:20 +0000 (UTC)

 lwhsu       2010-10-02 05:06:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/googlecl         Makefile 
   Log:
   - Installing man/google.1 as man page
   - Installing README.* files as documentation
   - Setting license (Apache License, Version 2.0)
   - Bump PORTREVISION
   
   PR:             ports/151044
   Submitted by:   Sébastien Santoro <dereckson AT gmail.com>
   
   Revision  Changes    Path
   1.6       +14 -0     ports/net/googlecl/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:
