Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2001 19:21:08 -0600 (CST)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33104: Ownership of some files is not correct for hevea port
Message-ID:  <200112230121.fBN1L8G06930@cauchy.math.missouri.edu>

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

>Number:         33104
>Category:       ports
>Synopsis:       Ownership of some files is not correct for hevea port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 17:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
University of Missouri
>Environment:
System: FreeBSD cauchy 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Dec 13 12:57:21 CST 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386


>Description:

Some of the files (in /usr/local/share/doc/hevea/hevea-1.05-manual*) have
nonsensical ownerships.

>How-To-Repeat:
Make the port
>Fix:

diff -r -u /usr/ports/textproc/hevea/Makefile hevea/Makefile
--- /usr/ports/textproc/hevea/Makefile	Sat Dec 22 17:42:55 2001
+++ hevea/Makefile	Sat Dec 22 18:57:34 2001
@@ -34,6 +34,7 @@
 	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.ps.gz ${PREFIX}/share/doc/hevea
 	(cd ${PREFIX}/share/doc/hevea; ${TAR} xvfz ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.tar.gz)
 	(cd ${PREFIX}/share/doc/hevea; ${TAR} xvfz ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual-dvi.tar.gz)
+	${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/share/doc/hevea
 .endif
 	${CAT} ${PKGMESSAGE}
 

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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