pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/xymonclient



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Oct 18 23:59:33 UTC 2023

Modified Files:
        pkgsrc/net/xymonclient: Makefile

Log Message:
xymonclient: fix packaging so it reflects PKGREVISION values

Direct setting of PKGVERSION was confusing the tooling at points so it
did not reflect that a PKGREVISION value was set. Fix this by setting
the version in DISTNAME and making a substition in PKGNAME instead.
Addresses PR pkg/57668 from Jason White.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/xymonclient/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/xymonclient/Makefile
diff -u pkgsrc/net/xymonclient/Makefile:1.27 pkgsrc/net/xymonclient/Makefile:1.28
--- pkgsrc/net/xymonclient/Makefile:1.27        Thu Jan  6 11:53:26 2022
+++ pkgsrc/net/xymonclient/Makefile     Wed Oct 18 23:59:32 2023
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/01/06 11:53:26 hauke Exp $
-#
+# $NetBSD: Makefile,v 1.28 2023/10/18 23:59:32 gutteridge Exp $
 
-DISTNAME=              xymon-${PKGVERSION}
-PKGNAME=               xymonclient-${PKGVERSION}
-PKGVERSION=            4.3.30
+DISTNAME=              xymon-4.3.30
+PKGNAME=               ${DISTNAME:S/xymon/xymonclient/}
 PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xymon/}



Home | Main Index | Thread Index | Old Index