ports/89642: [patch] update graphics/gnome-colorscheme to 0.3.1
Piotr Smyrak
piotr.smyrak at heron.pl
Sun Nov 27 21:10:18 UTC 2005
>Number: 89642
>Category: ports
>Synopsis: [patch] update graphics/gnome-colorscheme to 0.3.1
>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: Sun Nov 27 21:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Piotr Smyrak
>Release: FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.0-STABLE #0: Sat Nov 5 00:41:47 CET 2005
root at smyru.smyrak.com:/usr/obj/usr/src/sys/SMYRU
>Description:
The patch updates the port to a new version 0.3.1 and obsolete all FreeBSD patch files.
>How-To-Repeat:
N/A
>Fix:
--- gcs.patch begins here ---
diff -Naru gnome-colorscheme.orig/Makefile gnome-colorscheme/Makefile
--- gnome-colorscheme.orig/Makefile Sun Nov 27 10:59:47 2005
+++ gnome-colorscheme/Makefile Sun Nov 27 22:05:45 2005
@@ -6,16 +6,17 @@
#
PORTNAME= colorscheme
-PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTVERSION= 0.3.1
CATEGORIES= graphics gnome
-MASTER_SITES= http://download.gna.org/${PORTNAME}/0.2/
+MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:S/.1$//}/
PKGNAMEPREFIX= gnome-
MAINTAINER= smyru at heron.pl
COMMENT= A color scheme builder for the GNOME desktop
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
+ gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \
+ boost_thread.3:${PORTSDIR}/devel/boost \
cppunit-1.10:${PORTSDIR}/devel/cppunit
USE_BZIP2= yes
diff -Naru gnome-colorscheme.orig/distinfo gnome-colorscheme/distinfo
--- gnome-colorscheme.orig/distinfo Sun Nov 27 10:59:47 2005
+++ gnome-colorscheme/distinfo Sun Nov 27 11:05:07 2005
@@ -1,2 +1,3 @@
-MD5 (colorscheme-0.2.2.tar.bz2) = 0106bd04856d89181984ea8fa1c4647c
-SIZE (colorscheme-0.2.2.tar.bz2) = 151991
+MD5 (colorscheme-0.3.1.tar.bz2) = dece764c091f304cae44a936413ce31e
+SHA256 (colorscheme-0.3.1.tar.bz2) = ccdc3f11e7c8a4d786a4baa1f382244d023cd26cec49b36264dc4f6f71862210
+SIZE (colorscheme-0.3.1.tar.bz2) = 170097
diff -Naru gnome-colorscheme.orig/files/patch-src-core-compat-round.cc gnome-colorscheme/files/patch-src-core-compat-round.cc
--- gnome-colorscheme.orig/files/patch-src-core-compat-round.cc Sun Nov 27 10:59:47 2005
+++ gnome-colorscheme/files/patch-src-core-compat-round.cc Thu Jan 1 01:00:00 1970
@@ -1,14 +0,0 @@
---- src/core/compat-round.cc.orig Wed Oct 5 21:18:30 2005
-+++ src/core/compat-round.cc Wed Oct 5 21:19:28 2005
-@@ -43,7 +43,11 @@
- #define COMPAT_FP_SUBNORMAL 0x08
- #define COMPAT_FP_ZERO 0x10
-
-+#ifdef Linux
- #include <endian.h>
-+#elif defined(__FreeBSD__)
-+#include <machine/endian.h>
-+#endif
- #define compat_fpclassify(x) \
- ((sizeof (x) == sizeof (float)) ? compat___fpclassifyf(x) \
- : (sizeof (x) == sizeof (double)) ? compat___fpclassifyd(x) \
diff -Naru gnome-colorscheme.orig/files/patch-src::core::compat-round.cc gnome-colorscheme/files/patch-src::core::compat-round.cc
--- gnome-colorscheme.orig/files/patch-src::core::compat-round.cc Sun Nov 27 10:59:47 2005
+++ gnome-colorscheme/files/patch-src::core::compat-round.cc Thu Jan 1 01:00:00 1970
@@ -1,14 +0,0 @@
---- src/core/compat-round.cc.orig Wed Oct 5 21:18:30 2005
-+++ src/core/compat-round.cc Wed Oct 5 21:19:28 2005
-@@ -43,7 +43,11 @@
- #define COMPAT_FP_SUBNORMAL 0x08
- #define COMPAT_FP_ZERO 0x10
-
-+#ifdef Linux
- #include <endian.h>
-+#elif defined(__FreeBSD__)
-+#include <machine/endian.h>
-+#endif
- #define compat_fpclassify(x) \
- ((sizeof (x) == sizeof (float)) ? compat___fpclassifyf(x) \
- : (sizeof (x) == sizeof (double)) ? compat___fpclassifyd(x) \
diff -Naru gnome-colorscheme.orig/pkg-plist gnome-colorscheme/pkg-plist
--- gnome-colorscheme.orig/pkg-plist Sun Nov 27 10:59:47 2005
+++ gnome-colorscheme/pkg-plist Sun Nov 27 16:52:49 2005
@@ -1,5 +1,9 @@
bin/colorscheme
share/gnome/applications/colorscheme.desktop
+share/gnome/colorscheme/palettes/Tango-Palette.gpl
+share/gnome/colorscheme/palettes/Visibone.gpl
+share/gnome/colorscheme/palettes/Web.gpl
+share/gnome/colorscheme/palettes/Ximian-Palette.gpl
share/gnome/colorscheme/ui/colorscheme.ui
share/gnome/pixmaps/colorscheme-icon.png
share/gnome/pixmaps/colorscheme-logo.png
@@ -7,5 +11,10 @@
share/gnome/pixmaps/desaturate.png
share/gnome/pixmaps/lighten.png
share/gnome/pixmaps/saturate.png
+share/locale/bg/LC_MESSAGES/colorscheme.mo
+share/locale/cs/LC_MESSAGES/colorscheme.mo
+share/locale/es_ES/LC_MESSAGES/colorscheme.mo
+share/locale/pt_BR/LC_MESSAGES/colorscheme.mo
+share/locale/ru/LC_MESSAGES/colorscheme.mo
@dirrm share/gnome/colorscheme/ui
@dirrm share/gnome/colorscheme
--- gcs.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list