diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-03 00:42:28 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-03 00:42:28 +0000 |
commit | efd26b17396c795f179a3f6e280d385c0f623e79 (patch) | |
tree | 23fe27d6d9bff0808617af4600e4f1892d8b39ec /graphics | |
parent | Remove the line (diff) |
Update to 0.29
PR: 33277
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=54148
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 |