diff options
author | vanilla <vanilla@FreeBSD.org> | 2017-11-26 16:58:47 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:00:49 +0800 |
commit | 2d38ea530413fda17f08478f1c9cfef0c5d257f2 (patch) | |
tree | a117aadedfd6cebfb55c701ad7d158053659f1a4 | |
parent | 946ead273dbf078dbec1e84ee476ce49d5c2ba3c (diff) | |
download | freebsd-ports-gnome-2d38ea530413fda17f08478f1c9cfef0c5d257f2.tar.gz freebsd-ports-gnome-2d38ea530413fda17f08478f1c9cfef0c5d257f2.tar.zst freebsd-ports-gnome-2d38ea530413fda17f08478f1c9cfef0c5d257f2.zip |
Update to 0.3.6, and add LICENSE_FILES.
-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; - |