[93387] trunk/dports/graphics/swftools

ryandesign at macports.org ryandesign at macports.org
Mon May 21 07:33:31 PDT 2012


Revision: 93387
          https://trac.macports.org/changeset/93387
Author:   ryandesign at macports.org
Date:     2012-05-21 07:33:31 -0700 (Mon, 21 May 2012)
Log Message:
-----------
swftools: update to 0.9.2 (currently requires giflib < 4.2.0; see #34553)

Modified Paths:
--------------
    trunk/dports/graphics/swftools/Portfile
    trunk/dports/graphics/swftools/files/patch-Makefile.common.in.diff
    trunk/dports/graphics/swftools/files/patch-configure.diff

Modified: trunk/dports/graphics/swftools/Portfile
===================================================================
--- trunk/dports/graphics/swftools/Portfile	2012-05-21 14:04:11 UTC (rev 93386)
+++ trunk/dports/graphics/swftools/Portfile	2012-05-21 14:33:31 UTC (rev 93387)
@@ -2,8 +2,7 @@
 
 PortSystem          1.0
 name                swftools
-version             0.9.1
-revision            2
+version             0.9.2
 categories          graphics
 maintainers         nomaintainer
 description         SWF manipulation and generation tools
@@ -14,9 +13,8 @@
 homepage            http://www.swftools.org
 master_sites        ${homepage}
 
-checksums           md5     72dc4a7bf5cdf98c28f9cf9b1d8f5d7a \
-                    sha1    6aac250f7cbe034c1c638ee1a1fa2f3a554d1311 \
-                    rmd160  cf57bfdf92e352385f57db55c8f3987bef8808f2
+checksums           rmd160  6743d847b3adcc2724799dc6a75c1359ff5a0377 \
+                    sha256  bf6891bfc6bf535a1a99a485478f7896ebacbe3bbf545ba551298080a26f01f1
 
 depends_lib         port:jpeg port:openjpeg port:freetype port:lame \
                     path:include/gif_lib.h:giflib port:python26

Modified: trunk/dports/graphics/swftools/files/patch-Makefile.common.in.diff
===================================================================
--- trunk/dports/graphics/swftools/files/patch-Makefile.common.in.diff	2012-05-21 14:04:11 UTC (rev 93386)
+++ trunk/dports/graphics/swftools/files/patch-Makefile.common.in.diff	2012-05-21 14:33:31 UTC (rev 93387)
@@ -1,6 +1,6 @@
---- Makefile.common.in.orig	2010-04-03 14:34:42.000000000 -0500
-+++ Makefile.common.in	2010-10-03 16:49:21.000000000 -0500
-@@ -52,7 +52,7 @@
+--- Makefile.common.in.orig	2010-11-12 13:06:53.000000000 -0600
++++ Makefile.common.in	2012-05-21 09:18:35.000000000 -0500
+@@ -54,7 +54,7 @@
  INSTALL_DATA = @INSTALL_DATA@
  UNINSTALL_DATA = rm -f
  INSTALL_PROGRAM = @INSTALL_PROGRAM@

Modified: trunk/dports/graphics/swftools/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/swftools/files/patch-configure.diff	2012-05-21 14:04:11 UTC (rev 93386)
+++ trunk/dports/graphics/swftools/files/patch-configure.diff	2012-05-21 14:33:31 UTC (rev 93387)
@@ -1,6 +1,6 @@
---- configure.orig	2010-06-05 21:57:15.000000000 -0500
-+++ configure	2012-01-02 20:29:10.000000000 -0600
-@@ -2075,15 +2075,6 @@
+--- configure.orig	2012-04-08 12:25:35.000000000 -0500
++++ configure	2012-05-21 09:18:00.000000000 -0500
+@@ -2794,15 +2794,6 @@
  	CXXFLAGS="$CXXFLAGS -fno-rtti"
  	SHARED="-bundle"
  	SLEXT="bundle"
@@ -16,16 +16,7 @@
  	;;
  esac
  
-@@ -3404,7 +3395,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- 
--int main (int argc, char*argv)
-+int main (int argc, char*argv[])
- {
-     int a,b;
-     b=3;
-@@ -8230,7 +8221,7 @@
+@@ -5807,7 +5798,7 @@
    ;;
    *)
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -34,3 +25,12 @@
  for as_dir in $as_dummy
  do
    IFS=$as_save_IFS
+@@ -6772,7 +6763,7 @@
+   uint_t a,b;
+   astream->ReadFrames(0,0,0,a,b);
+ }
+-int main (int argc, char*argv)
++int main (int argc, char*argv[])
+ {
+     return 0;
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120521/25dd4693/attachment.html>


More information about the macports-changes mailing list