diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2023-10-27 10:01:46 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-07 00:17:09 +0000 |
commit | 156563efe3c8e551a74d99252cfb6d64a5359cd9 (patch) | |
tree | ea04325a79744bc19f37a62da5471f57428196d3 /games/libretro-gpsp | |
parent | d224ffe9fc1c53a163a6fc0189253274443a75dd (diff) | |
download | ports-156563efe3c8e551a74d99252cfb6d64a5359cd9.tar.gz ports-156563efe3c8e551a74d99252cfb6d64a5359cd9.zip |
games/libretro-gpsp: update to 0.20231006
PR: 274647
Diffstat (limited to 'games/libretro-gpsp')
-rw-r--r-- | games/libretro-gpsp/Makefile | 8 | ||||
-rw-r--r-- | games/libretro-gpsp/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/libretro-gpsp/Makefile b/games/libretro-gpsp/Makefile index af110a2b769c..5c46408c78b8 100644 --- a/games/libretro-gpsp/Makefile +++ b/games/libretro-gpsp/Makefile @@ -1,5 +1,5 @@ PORTNAME= libretro-gpsp -PORTVERSION= 0.20220403 +DISTVERSION= 0.20231006 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -14,12 +14,12 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= gpsp -GH_TAGNAME= d4547ba +GH_TAGNAME= eaf8b94702c5ded2fe3a3fc6a7f9718652fe8595 PLIST_FILES= lib/libretro/gpsp_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; - ${INSTALL_LIB} ${WRKSRC}/gpsp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro + ${INSTALL_LIB} ${WRKSRC}/gpsp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include <bsd.port.mk> diff --git a/games/libretro-gpsp/distinfo b/games/libretro-gpsp/distinfo index 5d033464c415..58e6c3929ff4 100644 --- a/games/libretro-gpsp/distinfo +++ b/games/libretro-gpsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649325335 -SHA256 (libretro-gpsp-0.20220403-d4547ba_GH0.tar.gz) = a72027799007462a8ef62d2c543ad9ea56a76172c17915346c5df48433954672 -SIZE (libretro-gpsp-0.20220403-d4547ba_GH0.tar.gz) = 420461 +TIMESTAMP = 1698314794 +SHA256 (libretro-gpsp-0.20231006-eaf8b94702c5ded2fe3a3fc6a7f9718652fe8595_GH0.tar.gz) = 291675cac2411520fea5e870b71cf3ea308451acacfffe7afa74c9d7cfeb793c +SIZE (libretro-gpsp-0.20231006-eaf8b94702c5ded2fe3a3fc6a7f9718652fe8595_GH0.tar.gz) = 431325 |