Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 15:39:35 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f5877361b25 - main - devel/libgamepad: Update to 0.1.2.4
Message-ID:  <202502031539.513FdZuN063493@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f5877361b2505f14788cba6848877a684ec3e69

commit 4f5877361b2505f14788cba6848877a684ec3e69
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-02-03 15:37:34 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2025-02-03 15:39:34 +0000

    devel/libgamepad: Update to 0.1.2.4
    
    Modernize and clean up Makefile
    
    PR:             283263
    Reported by:    alster@vinterdalen.se
---
 devel/libgamepad/Makefile | 15 +++++----------
 devel/libgamepad/distinfo |  5 +++--
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/devel/libgamepad/Makefile b/devel/libgamepad/Makefile
index 990a7371a78e..6565c3b1e99f 100644
--- a/devel/libgamepad/Makefile
+++ b/devel/libgamepad/Makefile
@@ -1,20 +1,15 @@
 PORTNAME=	libgamepad
-PORTVERSION=	0.1.2
-PORTREVISION=	1
+DISTVERSION=	0.1.2-4
+DISTVERSIONSUFFIX=	-gcd7306c
 CATEGORIES=	devel games
-MASTER_SITES=	http://acadix.biz/Ports/distfiles/
 
 MAINTAINER=	jwb@FreeBSD.org
 COMMENT=	Generic gamepad API
+WWW=		https://github.com/outpaddling/libgamepad/
 
 LICENSE=	BSD2CLAUSE
 
-USES=		tar:xz
-
-pre-build:
-	(cd ${WRKSRC} && make depend)
-
-MAKE_FLAGS+=	PREFIX=${STAGEDIR}${PREFIX} \
-		MANPREFIX=${STAGEDIR}${PREFIX}/share
+USE_GITHUB=	yes
+GH_ACCOUNT=	outpaddling
 
 .include <bsd.port.mk>
diff --git a/devel/libgamepad/distinfo b/devel/libgamepad/distinfo
index 266481f919b5..b376a8bd133c 100644
--- a/devel/libgamepad/distinfo
+++ b/devel/libgamepad/distinfo
@@ -1,2 +1,3 @@
-SHA256 (libgamepad-0.1.2.tar.xz) = 23268d2aae99f21a0365695ba9fa9e52609b9d5469642912f7625d81a39438d6
-SIZE (libgamepad-0.1.2.tar.xz) = 7960
+TIMESTAMP = 1738596734
+SHA256 (outpaddling-libgamepad-0.1.2-4-gcd7306c_GH0.tar.gz) = 13a7851796e9b97ea3a771b2717d8017cdea9ee54fdccc58db23ec72e7ca8fd0
+SIZE (outpaddling-libgamepad-0.1.2-4-gcd7306c_GH0.tar.gz) = 8805



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031539.513FdZuN063493>