Bug 77956 - [PATCH] update fyre to 1.0.0
Summary: [PATCH] update fyre to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-23 11:00 UTC by Gordon Bergling
Modified: 2005-02-26 23:03 UTC (History)
0 users

See Also:


Attachments
file.diff (296 bytes, patch)
2005-02-23 11:00 UTC, Gordon Bergling
no flags Details | Diff
file.diff (483 bytes, patch)
2005-02-23 11:00 UTC, Gordon Bergling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gordon Bergling 2005-02-23 11:00:40 UTC
fyre 1.0.0 was released on 19 February 2005. This following patches updates the port.
files/patch-src::Makefile is dead now. That change isn't addressed with the patch. If the patch is getting commited the file should delete by hand. (before the commit...)

Fix: PORTNAME=      fyre
-PORTVERSION=   0.7
+PORTVERSION=   1.0.0   
 CATEGORIES=    graphics
-MASTER_SITES=  http://navi.cx/releases/
+MASTER_SITES=  http://flapjack.navi.cx/releases/fyre/  

 MAINTAINER=    samy@kerneled.org
 COMMENT=       Chaos map rendering system with GTK+-2 interface
Comment 1 Gordon Bergling 2005-02-23 11:47:10 UTC
The original Patch hasn't update pkg-plist. The new patch update it
aswell.

===================================================================
RCS file: /home/ncvs/ports/graphics/fyre/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    15 Jan 2005 18:43:33 -0000      1.5
+++ Makefile    23 Feb 2005 11:43:42 -0000
@@ -6,9 +6,9 @@
 #

 PORTNAME=      fyre
-PORTVERSION=   0.7
+PORTVERSION=   1.0.0   
 CATEGORIES=    graphics
-MASTER_SITES=  http://navi.cx/releases/
+MASTER_SITES=  http://flapjack.navi.cx/releases/fyre/  

 MAINTAINER=    samy@kerneled.org
 COMMENT=       Chaos map rendering system with GTK+-2 interface
 Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/fyre/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    15 Jan 2005 18:43:33 -0000      1.2
+++ distinfo    23 Feb 2005 11:43:42 -0000
@@ -1,2 +1,2 @@
-MD5 (fyre-0.7.tar.bz2) = 3fe716ee70eed18ad2fd9bfe9551c3e6
-SIZE (fyre-0.7.tar.bz2) = 230390
+MD5 (fyre-1.0.0.tar.bz2) = 5da821b3166d3de187cc7d84bb1dc4d3
+SIZE (fyre-1.0.0.tar.bz2) = 243544
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/fyre/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist   15 Jan 2005 18:43:33 -0000      1.2
+++ pkg-plist   23 Feb 2005 11:43:42 -0000
@@ -4,7 +4,17 @@
 share/fyre/animation-render.glade
 share/fyre/explorer.glade
 share/fyre/metadata-emblem.png
 -share/fyre/wicker-shoelace.png
 +share/fyre/about-box.fa
 +share/fyre/fyre-48x48.png
 +share/fyre/fyre-32x32.png
 +share/fyre/fyre-16x16.png
 +share/pixmaps/fyre-48x48.png
 +share/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png
 +share/mime/packages/fyre.xml
 +share/mime/application/x-fyre-animation.xml
 +share/mime/globs
 +share/mime/magic
 +share/mime/XMLnamespaces
 @dirrm share/fyre
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @unexec rmdir %D/share/applications 2> /dev/null || true
      

-- 
Gordon Bergling <GBergling@0xfce3.net>	      http://www.0xFCE3.net/
PGP Fingerprint:  7732 9BB1 5013 AE8B E42C  28E0 93B9 D32B C76F 02A0
RIPE-HDL: MDTP-RIPE		"There is no place like 127.0.0.0/8"
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-26 23:03:25 UTC
State Changed
From-To: open->closed

Committed, thanks!