diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index a3b72baf41697..14448a45d2643 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -1,7 +1,7 @@ # Created by: ache PORTNAME= tintin++ -PORTVERSION= 2.02.11 +PORTVERSION= 2.02.12 CATEGORIES+= net games MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \ https://github.com/scandum/tintin/releases/download/${PORTVERSION}/ diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo index d50b5baa7ea65..0df95571e3306 100644 --- a/net/tintin++/distinfo +++ b/net/tintin++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569419 -SHA256 (tintin-2.02.11.tar.gz) = b39289ef1e26d2f5b7f7e33f70bcd894060c95dd96c157bb976f063c59a8b1f5 -SIZE (tintin-2.02.11.tar.gz) = 2215341 +TIMESTAMP = 1632036894 +SHA256 (tintin-2.02.12.tar.gz) = b6f9fd4f2c1e7cdc8cff4172d7a80014961b0394380ced9182209dc34d781a00 +SIZE (tintin-2.02.12.tar.gz) = 2156614 diff --git a/net/tintin++/files/patch-data.c b/net/tintin++/files/patch-data.c deleted file mode 100644 index 47b1d8a18d9f8..0000000000000 --- a/net/tintin++/files/patch-data.c +++ /dev/null @@ -1,11 +0,0 @@ ---- data.c.orig 2021-04-24 20:46:04 UTC -+++ data.c -@@ -27,6 +27,8 @@ - - #include - -+extern char **environ; -+ - struct listroot *init_list(struct session *ses, int type, int size) - { - struct listroot *listhead;