pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/SDL2_sound



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  4 07:54:28 UTC 2022

Modified Files:
        pkgsrc/audio/SDL2_sound: Makefile

Log Message:
SDL2_sound: fix fetch stage


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/SDL2_sound/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/SDL2_sound/Makefile
diff -u pkgsrc/audio/SDL2_sound/Makefile:1.1 pkgsrc/audio/SDL2_sound/Makefile:1.2
--- pkgsrc/audio/SDL2_sound/Makefile:1.1        Sun Oct  2 13:41:55 2022
+++ pkgsrc/audio/SDL2_sound/Makefile    Tue Oct  4 07:54:28 2022
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2022/10/02 13:41:55 nros Exp $
+# $NetBSD: Makefile,v 1.2 2022/10/04 07:54:28 wiz Exp $
 
 DISTNAME=      SDL_sound-2.0.1
 PKGNAME=       ${DISTNAME:S/SDL/SDL2/}
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=icculus/}
-GITHUB_TAG=    refs/tags/v${PKGVERSION_NOREV}
+GITHUB_PROJECT=        SDL_sound
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://icculus.org/SDL_sound/



Home | Main Index | Thread Index | Old Index