From nobody@FreeBSD.org  Thu Sep 18 13:42:47 2008
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 0F9811065679
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Sep 2008 13:42:47 +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 F384F8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Sep 2008 13:42:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8IDgkLT019442
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Sep 2008 13:42:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m8IDgkl5019425;
	Thu, 18 Sep 2008 13:42:46 GMT
	(envelope-from nobody)
Message-Id: <200809181342.m8IDgkl5019425@www.freebsd.org>
Date: Thu, 18 Sep 2008 13:42:46 GMT
From: Shane Bell <decept0@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] astro/google-earth, fix file ownership
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         127470
>Category:       ports
>Synopsis:       [PATCH] astro/google-earth, fix file ownership
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    nox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 18 13:50:01 UTC 2008
>Closed-Date:    Thu Sep 18 21:14:31 UTC 2008
>Last-Modified:  Thu Sep 18 21:20:01 UTC 2008
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
Fix a typo which causes files not to be owned by root:wheel
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/astro/google-earth/Makefile google-earth/Makefile
--- /usr/ports/astro/google-earth/Makefile	2008-07-13 14:20:29.000000000 +1200
+++ google-earth/Makefile	2008-09-19 01:35:34.000000000 +1200
@@ -7,6 +7,7 @@
 
 PORTNAME=	google-earth
 PORTVERSION=	4.3.7284.3916
+PORTREVISION=	1
 CATEGORIES=	astro deskutils geography
 MASTER_SITES=	http://dl.google.com/earth/client/current/
 DISTFILES=	${TARGET_DISTFILE}
@@ -65,7 +66,7 @@
 do-build:
 	@${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh
 	@cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh
-	@${CHOWN} -R ${SHAREDOWN}:${SHAREDGRP} ${WRKSRC}
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}
 
 do-install:
 	${MKDIR} ${DATADIR}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 18 13:50:10 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127470 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Thu Sep 18 21:14:30 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127470: commit references a PR
Date: Thu, 18 Sep 2008 21:13:58 +0000 (UTC)

 nox         2008-09-18 21:13:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     astro/google-earth   Makefile 
   Log:
   Fix a typo which causes files not to be owned by root:wheel
   
   PR:             ports/127470
   Submitted by:   Shane Bell <decept0@gmail.com>
   Approved by:    portmgr (linimon)
   
   Revision  Changes    Path
   1.23      +2 -1      ports/astro/google-earth/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:
