summaryrefslogtreecommitdiffstats
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-02-03 00:42:28 +0000
committerpat <pat@FreeBSD.org>2002-02-03 00:42:28 +0000
commit53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8 (patch)
treefb29b01be6e7f245c23399be9cc0548d0e4cdcd6 /graphics/autotrace
parentc7db898b55f185d588e302de6ea43af49fcbccc3 (diff)
downloadFreeBSD-ports-53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8.zip
FreeBSD-ports-53e1abd09bd0da2b48ef9741c423f5a75fdd3dc8.tar.gz
Update to 0.29
PR: 33277 Submitted by: maintainer
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile2
-rw-r--r--graphics/autotrace/distinfo2
-rw-r--r--graphics/autotrace/files/patch-ab14
-rw-r--r--graphics/autotrace/pkg-plist2
4 files changed, 10 insertions, 10 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index cabea1b..137d66a 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 206e82d..a2ed3c9 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 0fae7ef..dfe6d6c 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 66e68b6..c4c88fe 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
OpenPOWER on IntegriCloud