[24050] trunk/dports/gnome/inkscape

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 15 09:35:47 PDT 2007


Revision: 24050
          http://trac.macosforge.org/projects/macports/changeset/24050
Author:   yves at macports.org
Date:     2007-04-15 09:35:46 -0700 (Sun, 15 Apr 2007)

Log Message:
-----------
bump to version 0.45.1
include fixes for ticket:11447

Modified Paths:
--------------
    trunk/dports/gnome/inkscape/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/inkscape/files/patch-object-edit.cpp

Modified: trunk/dports/gnome/inkscape/Portfile
===================================================================
--- trunk/dports/gnome/inkscape/Portfile	2007-04-15 15:35:54 UTC (rev 24049)
+++ trunk/dports/gnome/inkscape/Portfile	2007-04-15 16:35:46 UTC (rev 24050)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name		inkscape
-version		0.45
-revision	1
+version		0.45.1
 maintainers	rhwood at macports.org yves at macports.org
 categories	gnome graphics
 platforms	darwin
@@ -19,8 +18,8 @@
 	grouping, and more.
 
 master_sites    sourceforge
-checksums       md5 82d7cff90a7de42460e65d289e0d4d33 \
-		sha1 8a8259509b323277bc47b11d665acec9f2532b79
+checksums       md5 1ac63dfd5d78a676599bf5cf6d22e493 \
+		sha1 f3df9eafc0fdfcc5f5024ea4bec4d7c477698380
 
 depends_lib	\
 		port:libgnomeprintui \
@@ -45,14 +44,7 @@
 	--with-python \
 	--enable-lcms \
 	--enable-inkboard
-configure.env \
-	CPPFLAGS="-I${prefix}/include" \
-	LDFLAGS="-L${prefix}/lib"
 	
-platform darwin 7 {
-	patchfiles-append patch-object-edit.cpp
-}
-
 default_variants \
     disable_debugging
 

Deleted: trunk/dports/gnome/inkscape/files/patch-object-edit.cpp
===================================================================
--- trunk/dports/gnome/inkscape/files/patch-object-edit.cpp	2007-04-15 15:35:54 UTC (rev 24049)
+++ trunk/dports/gnome/inkscape/files/patch-object-edit.cpp	2007-04-15 16:35:46 UTC (rev 24050)
@@ -1,11 +0,0 @@
---- src/object-edit.cpp.orig	2007-02-27 13:21:54.000000000 -0500
-+++ src/object-edit.cpp	2007-02-27 14:41:08.000000000 -0500
-@@ -918,7 +918,7 @@
-             spiral->rad = rad_new;
-             spiral->t0 = pow(r0 / spiral->rad, 1.0/spiral->exp);
-         }
--        if (!isFinite(spiral->t0)) spiral->t0 = 0.0;
-+        if (isinf(spiral->t0)) spiral->t0 = 0.0;
-         spiral->t0 = CLAMP(spiral->t0, 0.0, 0.999);
-     }
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070415/5ab553b4/attachment.html


More information about the macports-changes mailing list