diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-10 08:19:09 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-10 09:24:26 -0800 |
commit | 1640434db55255f5b5e5ccc4e03b026023813618 (patch) | |
tree | b87fe6a9a20d40f14894946e7d8e7d98eca5dabf | |
parent | math/py-cvxopt: Update 1.2.8 -> 1.3.0 (diff) |
devel/stb: Update g20200205 -> g20211010
-rw-r--r-- | devel/stb/Makefile | 8 | ||||
-rw-r--r-- | devel/stb/distinfo | 6 | ||||
-rw-r--r-- | devel/stb/pkg-plist | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/devel/stb/Makefile b/devel/stb/Makefile index 66f094c261dd..2304b9e46e70 100644 --- a/devel/stb/Makefile +++ b/devel/stb/Makefile @@ -1,18 +1,18 @@ PORTNAME= stb -PORTVERSION= g20200205 +PORTVERSION= g20211010 CATEGORIES= devel -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Stb single-file public domain libraries for C/C++ LICENSE= PD -LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe CPE_VENDOR= ${PORTNAME}_project + USE_GITHUB= yes GH_ACCOUNT= nothings -GH_TAGNAME= f54acd4 +GH_TAGNAME= af1a5bc NO_BUILD= yes NO_ARCH= yes diff --git a/devel/stb/distinfo b/devel/stb/distinfo index 47484f176479..47a4a27a5910 100644 --- a/devel/stb/distinfo +++ b/devel/stb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584125795 -SHA256 (nothings-stb-g20200205-f54acd4_GH0.tar.gz) = 6d12f69416f55826123b61e91f4b4968a92afe40364b920807b8d118e0ac2771 -SIZE (nothings-stb-g20200205-f54acd4_GH0.tar.gz) = 1375608 +TIMESTAMP = 1646928770 +SHA256 (nothings-stb-g20211010-af1a5bc_GH0.tar.gz) = 3facf6e6f8c3e1715e1a088f22bad9c9202973f9369fb3f088f46cced3f64058 +SIZE (nothings-stb-g20211010-af1a5bc_GH0.tar.gz) = 1387334 diff --git a/devel/stb/pkg-plist b/devel/stb/pkg-plist index 6579cbef83a0..555d6f9ca450 100644 --- a/devel/stb/pkg-plist +++ b/devel/stb/pkg-plist @@ -1,4 +1,3 @@ -include/stb/stb.h include/stb/stb_c_lexer.h include/stb/stb_connected_components.h include/stb/stb_divide.h @@ -6,12 +5,12 @@ include/stb/stb_ds.h include/stb/stb_dxt.h include/stb/stb_easy_font.h include/stb/stb_herringbone_wang_tile.h +include/stb/stb_hexwave.h include/stb/stb_image.h include/stb/stb_image_resize.h include/stb/stb_image_write.h include/stb/stb_include.h include/stb/stb_leakcheck.h -include/stb/stb_perlin.h include/stb/stb_rect_pack.h include/stb/stb_sprintf.h include/stb/stb_textedit.h @@ -19,4 +18,3 @@ include/stb/stb_tilemap_editor.h include/stb/stb_truetype.h include/stb/stb_vorbis.c include/stb/stb_voxel_render.h -include/stb/stretchy_buffer.h |