Update to 0.29

PR:		33277
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-02-03 00:42:28 +00:00
parent cc68660632
commit efd26b1739
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54148
4 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= autotrace
PORTVERSION= 0.28
PORTVERSION= 0.29
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (autotrace-0.28.tar.gz) = 2bda3449b5924f45ec31661a2a2f2890
MD5 (autotrace-0.29.tar.gz) = 39ff756fc6d8a8cdd4616e311e1066b8

View File

@ -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

View File

@ -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