Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2010 20:41:29 GMT
From:      John Prather <john.c.prather@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152872: [maintainer update] graphics/flam3 to 2.7.18_2
Message-ID:  <201012062041.oB6KfTCb055878@red.freebsd.org>
Resent-Message-ID: <201012062050.oB6Ko1xo071791@freefall.freebsd.org>

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

>Number:         152872
>Category:       ports
>Synopsis:       [maintainer update] graphics/flam3 to 2.7.18_2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 20:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     John Prather
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
FreeBSD bsdlaptop.localdomain 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Thu Sep  2 12:29:51 PDT 2010     root@bsdlaptop.localdomain:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Update graphics/flam3 to 2.7.18_2.

Corrects a plist issue that arises when NOPORTDATA is used during install.  Thanks to QAT@freebsd.org for the heads up.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN flam3-2.7.18_1/Makefile flam3/Makefile
--- flam3-2.7.18_1/Makefile	2010-12-02 14:18:58.000000000 -0800
+++ flam3/Makefile	2010-12-06 12:35:16.000000000 -0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	flam3
 PORTVERSION=	2.7.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://flam3.com/ \
 		http://interwebfun.org/distfiles/
@@ -22,8 +22,6 @@
 MAN1=		flam3-animate.1 flam3-genome.1 flam3-render.1 flam3-convert.1
 MANCOMPRESSED=	no
 
-PORTDATA=	flam3-palettes.xml
-
 GNU_CONFIGURE=	yes
 USE_GZIP=	yes
 USE_GMAKE=	yes
diff -ruN flam3-2.7.18_1/pkg-plist flam3/pkg-plist
--- flam3-2.7.18_1/pkg-plist	2010-12-02 14:18:58.000000000 -0800
+++ flam3/pkg-plist	2010-12-02 14:44:05.000000000 -0800
@@ -8,3 +8,4 @@
 lib/libflam3.la
 lib/libflam3.a
 libdata/pkgconfig/flam3.pc
+%%DATADIR%%/flam3-palettes.xml


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



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