Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147901203
D2385.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2385.diff
View Options
Index: head/graphics/darktable/Makefile
===================================================================
--- head/graphics/darktable/Makefile
+++ head/graphics/darktable/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= darktable
-PORTVERSION= 1.6.4
-PORTREVISION= 1
+PORTVERSION= 1.6.6
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION}/
Index: head/graphics/darktable/distinfo
===================================================================
--- head/graphics/darktable/distinfo
+++ head/graphics/darktable/distinfo
@@ -1,2 +1,2 @@
-SHA256 (darktable-1.6.4.tar.xz) = c5f705e8164c014acf0dac2ffc5b730362068c2864622121ca6fa9f330368d2a
-SIZE (darktable-1.6.4.tar.xz) = 3117168
+SHA256 (darktable-1.6.6.tar.xz) = f85e4b8219677eba34f5a41e1a0784cc6ec06576326a99f04e460a4f41fd21a5
+SIZE (darktable-1.6.6.tar.xz) = 3097760
Index: head/graphics/darktable/files/patch-tools_generate__prefs.xsl
===================================================================
--- head/graphics/darktable/files/patch-tools_generate__prefs.xsl
+++ head/graphics/darktable/files/patch-tools_generate__prefs.xsl
@@ -1,13 +0,0 @@
---- tools/generate_prefs.xsl.orig 2015-04-03 13:59:08 UTC
-+++ tools/generate_prefs.xsl
-@@ -231,7 +231,9 @@
- <xsl:text> gint min = 0;
 gint max = G_MAXINT;
</xsl:text>
- <xsl:apply-templates select="type" mode="range"/>
- <xsl:text> </xsl:text><xsl:apply-templates select="type" mode="factor"/>
-- <xsl:text> min *= factor; max *= factor;
-+ <xsl:text> double tmp;
-+ tmp = min * (double)factor; min = tmp;
-+ tmp = max * (double)factor; max = tmp;
- widget = gtk_spin_button_new_with_range(min, max, 1);
- gtk_spin_button_set_digits(GTK_SPIN_BUTTON(widget), 0);
- gtk_spin_button_set_value(GTK_SPIN_BUTTON(widget), dt_conf_get_int("</xsl:text><xsl:value-of select="name"/><xsl:text>") * factor);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 1:06 PM (1 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29717223
Default Alt Text
D2385.diff (1 KB)
Attached To
Mode
D2385: graphics/darktable: Update to 1.6.6
Attached
Detach File
Event Timeline
Log In to Comment