diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-11-26 08:58:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-11-26 08:58:47 +0000 |
commit | f2059bf405814b5ec7bf39322a78faa6444298e5 (patch) | |
tree | d11282771b5bfb4db635da3d386fa1ac3047ba4c /graphics | |
parent | 3ae44ff1606ec02aa5fe95634dc115035f921797 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfmill/Makefile | 3 | ||||
-rw-r--r-- | graphics/swfmill/distinfo | 6 | ||||
-rw-r--r-- | graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index 8c04b3cbe0d1..2164de68f0b4 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swfmill -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.6 CATEGORIES= graphics MASTER_SITES= http://swfmill.org/releases/ @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to generate or decompile Adobe Flash SWF files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ diff --git a/graphics/swfmill/distinfo b/graphics/swfmill/distinfo index 69f10df40262..7d1a896f83f2 100644 --- a/graphics/swfmill/distinfo +++ b/graphics/swfmill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507454534 -SHA256 (swfmill-0.3.4.tar.gz) = 514843cdacd1c95a1a8b60a3f4f4fc6559932fb270c6a0585ad5c3275da03589 -SIZE (swfmill-0.3.4.tar.gz) = 1387014 +TIMESTAMP = 1511685777 +SHA256 (swfmill-0.3.6.tar.gz) = db24f63963957faec02bb14b8b61cdaf7096774f8cfdeb9d3573e2e19231548e +SIZE (swfmill-0.3.6.tar.gz) = 1448824 diff --git a/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp b/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp deleted file mode 100644 index 016392c7fb41..000000000000 --- a/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/swft/swft_import_ttf.cpp.orig 2013-12-16 08:12:12.000000000 +0100 -+++ src/swft/swft_import_ttf.cpp 2013-12-16 08:11:52.000000000 +0100 -@@ -14,7 +14,7 @@ - #include FT_OUTLINE_H - #include "SWFShapeMaker.h" - --#include <freetype/tttables.h> -+#include FT_TRUETYPE_TABLES_H - - using namespace SWF; - |