Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2003 23:00:41 -0800
From:      Michael Collette <metrol@metrol.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48910: [update] sysutils/arson to 0.9.7
Message-ID:  <200303032300.41877.metrol@metrol.net>

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

>Number:         48910
>Category:       ports
>Synopsis:       [update] sysutils/arson to 0.9.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 03 23:10:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Collette
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Feb  8 23:22:36 PST 2003     

>Description:
Update arson to version 0.9.7 which appears to have corrected
several bugs, and actually implements creating data CDs.

>How-To-Repeat:

>Fix:
diff -ruN arson.orig/Makefile arson/Makefile
--- arson.orig/Makefile	Wed Feb 26 13:16:24 2003
+++ arson/Makefile	Mon Mar  3 21:26:20 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	arson
-PORTVERSION=	0.9.5
+PORTVERSION=	0.9.7
 CATEGORIES=	sysutils kde
 MASTER_SITES=	http://belnet.dl.sourceforge.net/arson/ \
 		${MASTER_SITE_SOURCEFORGE}
diff -ruN arson.orig/distinfo arson/distinfo
--- arson.orig/distinfo	Fri Jan 17 20:51:01 2003
+++ arson/distinfo	Mon Mar  3 21:26:35 2003
@@ -1 +1 @@
-MD5 (arson-0.9.5-kde3.tar.bz2) = 413d6a4132079ffdf960605c46e64f02
+MD5 (arson-0.9.7-kde3.tar.bz2) = baf05d52128dd75d72298b4011e2e353
diff -ruN arson.orig/pkg-plist arson/pkg-plist
--- arson.orig/pkg-plist	Fri Jan 17 20:51:01 2003
+++ arson/pkg-plist	Mon Mar  3 22:28:32 2003
@@ -1,13 +1,11 @@
 bin/arson
-share/doc/HTML/en/arson-apidocs/common
 share/locale/de/LC_MESSAGES/arson.mo
 share/locale/es/LC_MESSAGES/arson.mo
-share/icons/hicolor/16x16/actions/cdcopy.png
+share/locale/sv/LC_MESSAGES/arson.mo
 share/icons/hicolor/16x16/apps/arson.png
 share/icons/hicolor/22x22/actions/addfile.png
 share/icons/hicolor/22x22/actions/addfolder.png
 share/icons/hicolor/22x22/actions/burn.png
-share/icons/hicolor/22x22/actions/cdcopy.png
 share/icons/hicolor/22x22/actions/readimg.png
 share/icons/hicolor/22x22/actions/rip.png
 share/icons/hicolor/22x22/actions/shuffle.png
@@ -16,42 +14,25 @@
 share/icons/hicolor/22x22/actions/writeimg.png
 share/icons/hicolor/22x22/apps/arson.png
 share/icons/hicolor/32x32/actions/burn.png
-share/icons/hicolor/32x32/actions/cdcopy.png
 share/icons/hicolor/32x32/actions/cdscan.png
 share/icons/hicolor/32x32/actions/rip.png
 share/icons/hicolor/32x32/apps/arson.png
 share/icons/hicolor/48x48/apps/arson.png
 share/icons/locolor/16x16/apps/arson.png
 share/icons/locolor/32x32/apps/arson.png
+share/config/arsonisorc.xml
+share/config/arsonencoder.xml
 share/apps/arson/isoopts.xml
-share/apps/arson/arsonisorc.xml
 share/apps/arson/genres.xml
 share/apps/arson/arsonui.rc
 share/applnk/Utilities/Arson-Copy.desktop
 share/applnk/Utilities/Arson-CUE.desktop
 share/applnk/Utilities/Arson-ISO.desktop
+share/applnk/Utilities/Arson-MD5.desktop
 share/applnk/Utilities/Arson.desktop
+share/mimelnk/application/x-md5.desktop
 share/mimelnk/application/x-iso.desktop
 share/mimelnk/application/x-cue.desktop
 share/mimelnk/application/x-arson.desktop
-@dirrm share/doc/HTML/en/arson-apidocs/src/pics/html
-@dirrm share/doc/HTML/en/arson-apidocs/src/pics
-@dirrm share/doc/HTML/en/arson-apidocs/src/html
-@dirrm share/doc/HTML/en/arson-apidocs/src
-@dirrm share/doc/HTML/en/arson-apidocs/po/html
-@dirrm share/doc/HTML/en/arson-apidocs/po
-@dirrm share/doc/HTML/en/arson-apidocs/doc/html
-@dirrm share/doc/HTML/en/arson-apidocs/doc
-@dirrm share/doc/HTML/en/arson-apidocs
 @dirrm share/apps/arson/pics
 @dirrm share/apps/arson
-@dirrm share/applnk/Utilities
-@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
-@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true

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

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




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