Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2008 13:42:46 GMT
From:      Shane Bell <decept0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127470: [PATCH] astro/google-earth, fix file ownership
Message-ID:  <200809181342.m8IDgkl5019425@www.freebsd.org>
Resent-Message-ID: <200809181350.m8IDo1Dp035314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127470
>Category:       ports
>Synopsis:       [PATCH] astro/google-earth, fix file ownership
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 18 13:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809181342.m8IDgkl5019425>