pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mate-sensors-applet



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Oct  4 15:21:02 UTC 2023

Modified Files:
        pkgsrc/sysutils/mate-sensors-applet: Makefile

Log Message:
mate-sensors-applet: fix version after meta-pkg bump


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/mate-sensors-applet/Makefile

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

Modified files:

Index: pkgsrc/sysutils/mate-sensors-applet/Makefile
diff -u pkgsrc/sysutils/mate-sensors-applet/Makefile:1.28 pkgsrc/sysutils/mate-sensors-applet/Makefile:1.29
--- pkgsrc/sysutils/mate-sensors-applet/Makefile:1.28   Sun Jan 29 21:17:49 2023
+++ pkgsrc/sysutils/mate-sensors-applet/Makefile        Wed Oct  4 15:21:02 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2023/01/29 21:17:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2023/10/04 15:21:02 gutteridge Exp $
 
 PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-sensors-applet-${VERSION}
+DISTNAME=      mate-sensors-applet-${VERSION:R}.0
 CATEGORIES=    sysutils
 
 COMMENT=       MATE Sensors applets



Home | Main Index | Thread Index | Old Index