pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libbstring



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Aug 13 08:56:12 UTC 2025

Modified Files:
        pkgsrc/devel/libbstring: Makefile

Log Message:
Re-add trailing slash that went missing.


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

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

Modified files:

Index: pkgsrc/devel/libbstring/Makefile
diff -u pkgsrc/devel/libbstring/Makefile:1.1 pkgsrc/devel/libbstring/Makefile:1.2
--- pkgsrc/devel/libbstring/Makefile:1.1        Tue Aug 12 18:13:55 2025
+++ pkgsrc/devel/libbstring/Makefile    Wed Aug 13 08:56:12 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2025/08/12 18:13:55 hauke Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/13 08:56:12 hauke Exp $
 
 DISTNAME=      bstring-${PKGVER}
 PKGNAME=       libbstring-${PKGVER}
 PKGVER=                1.0.1
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteinert/bstring/releases/download/v${PKGVER}}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteinert/bstring/releases/download/v${PKGVER}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    hauke%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index