diff options
author | pat <pat@FreeBSD.org> | 2002-02-03 08:42:28 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-03 08:42:28 +0800 |
commit | 53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8 (patch) | |
tree | fb29b01be6e7f245c23399be9cc0548d0e4cdcd6 /graphics | |
parent | c7db898b55f185d588e302de6ea43af49fcbccc3 (diff) | |
download | freebsd-ports-gnome-53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8.tar.gz freebsd-ports-gnome-53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8.tar.zst freebsd-ports-gnome-53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8.zip |
Update to 0.29
PR: 33277
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 2 | ||||
-rw-r--r-- | graphics/autotrace/distinfo | 2 | ||||
-rw-r--r-- | graphics/autotrace/files/patch-ab | 14 | ||||
-rw-r--r-- | graphics/autotrace/pkg-plist | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index cabea1bb444e..137d66a3552a 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= autotrace -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/autotrace/distinfo b/graphics/autotrace/distinfo index 206e82d9b8cd..a2ed3c9abe4b 100644 --- a/graphics/autotrace/distinfo +++ b/graphics/autotrace/distinfo @@ -1 +1 @@ -MD5 (autotrace-0.28.tar.gz) = 2bda3449b5924f45ec31661a2a2f2890 +MD5 (autotrace-0.29.tar.gz) = 39ff756fc6d8a8cdd4616e311e1066b8 diff --git a/graphics/autotrace/files/patch-ab b/graphics/autotrace/files/patch-ab index 0fae7ef17e5c..dfe6d6cf9aee 100644 --- a/graphics/autotrace/files/patch-ab +++ b/graphics/autotrace/files/patch-ab @@ -1,11 +1,11 @@ ---- output-swf.h.orig Thu Mar 8 09:27:39 2001 -+++ output-swf.h Thu Apr 12 11:48:40 2001 -@@ -9,7 +9,7 @@ - #include <stdio.h> - #include "types.h" +--- output-swf.c.orig Sun Dec 23 22:10:59 2001 ++++ output-swf.c Thu Dec 27 14:45:31 2001 +@@ -2,7 +2,7 @@ + #include "spline.h" + #include "output-swf.h" -#include <ming.h> +#include <ming/ming.h> - int output_swf_writer(FILE* file, string name, - int llx, int lly, int urx, int ury, + #define FPS 24.0 + #define IMGID 1 diff --git a/graphics/autotrace/pkg-plist b/graphics/autotrace/pkg-plist index 66e68b66b1cc..c4c88fedf1a3 100644 --- a/graphics/autotrace/pkg-plist +++ b/graphics/autotrace/pkg-plist @@ -2,7 +2,7 @@ lib/libautotrace.a bin/autotrace bin/autotrace-config share/aclocal/autotrace.m4 -@dirrm share/aclocal +@unexec rmdir %D/share/aclocal 2>/dev/null || true include/autotrace/types.h include/autotrace/autotrace.h @dirrm include/autotrace |