pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-auditlog



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 27 11:47:16 UTC 2025

Modified Files:
        pkgsrc/devel/py-hg-auditlog: DESCR Makefile

Log Message:
py-hg-auditlog: fix pkglint, make PKGNAME match directory name


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hg-auditlog/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hg-auditlog/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/py-hg-auditlog/DESCR
diff -u pkgsrc/devel/py-hg-auditlog/DESCR:1.1 pkgsrc/devel/py-hg-auditlog/DESCR:1.2
--- pkgsrc/devel/py-hg-auditlog/DESCR:1.1       Sat Sep 27 11:33:10 2025
+++ pkgsrc/devel/py-hg-auditlog/DESCR   Sat Sep 27 11:47:16 2025
@@ -1,4 +1,4 @@
 The auditlog extension for Mercurial provides infrastructure for keeping
 provenance records for commits and phase changes. It also provides a
 client-mode for mirroring the records of a server and querying them
-locally.
\ No newline at end of file
+locally.

Index: pkgsrc/devel/py-hg-auditlog/Makefile
diff -u pkgsrc/devel/py-hg-auditlog/Makefile:1.2 pkgsrc/devel/py-hg-auditlog/Makefile:1.3
--- pkgsrc/devel/py-hg-auditlog/Makefile:1.2    Sat Sep 27 11:35:40 2025
+++ pkgsrc/devel/py-hg-auditlog/Makefile        Sat Sep 27 11:47:16 2025
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2025/09/27 11:35:40 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.3 2025/09/27 11:47:16 wiz Exp $
 
 DISTNAME=      auditlog-0.1
-PKGNAME=       ${PYPKGPREFIX}-hg_${DISTNAME:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-hg-${DISTNAME:S/_/-/}
 CATEGORIES=    devel scm
 MASTER_SITES=  https://www.NetBSD.org/~joerg/
 
 MAINTAINER=    joerg%NetBSD.org@localhost
-HOMEPAGE=      https://www.NetBSD.org
+HOMEPAGE=      https://www.NetBSD.org/
 COMMENT=       Experimental audit trail extension for Mercurial
 LICENSE=       gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index