pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rtmpdump



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb  4 00:11:21 UTC 2026

Modified Files:
        pkgsrc/net/rtmpdump: Makefile

Log Message:
rtmpdump: use date in version number instead of git hash


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/rtmpdump/Makefile

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

Modified files:

Index: pkgsrc/net/rtmpdump/Makefile
diff -u pkgsrc/net/rtmpdump/Makefile:1.30 pkgsrc/net/rtmpdump/Makefile:1.31
--- pkgsrc/net/rtmpdump/Makefile:1.30   Wed Jan  7 08:48:27 2026
+++ pkgsrc/net/rtmpdump/Makefile        Wed Feb  4 00:11:21 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2026/01/07 08:48:27 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/02/04 00:11:21 wiz Exp $
 
 DISTNAME=      rtmpdump-2.6-git-6f6bb1353fc84f4cc37138baa99f586750028a01
-PKGNAME=       ${DISTNAME:S/-git-/.0.0./}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:C/-git-.*/.0.0.20240301/}
 CATEGORIES=    net multimedia
 #MASTER_SITES= # manually created tarball from https://git.ffmpeg.org/rtmpdump
 



Home | Main Index | Thread Index | Old Index