pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Oct 4 16:26:33 UTC 2024
Modified Files:
pkgsrc/devel/gcli: Makefile
pkgsrc/devel/go-tcr: Makefile
Log Message:
Remove | from COMMENTs, as it confuses parsers of the INDEX file.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/gcli/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/go-tcr/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/gcli/Makefile
diff -u pkgsrc/devel/gcli/Makefile:1.4 pkgsrc/devel/gcli/Makefile:1.5
--- pkgsrc/devel/gcli/Makefile:1.4 Wed May 29 16:32:01 2024
+++ pkgsrc/devel/gcli/Makefile Fri Oct 4 16:26:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/29 16:32:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/04 16:26:33 schmonz Exp $
DISTNAME= gcli-2.2.0
PKGREVISION= 2
@@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= tm%NetBSD.org@localhost
HOMEPAGE= https://herrhotzenplotz.de/gcli/
-COMMENT= Portable CLI tool for interacting with Git(Hub|Lab|Tea)
+COMMENT= Portable CLI tool for interacting with GitHub/Lab/Tea
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
Index: pkgsrc/devel/go-tcr/Makefile
diff -u pkgsrc/devel/go-tcr/Makefile:1.4 pkgsrc/devel/go-tcr/Makefile:1.5
--- pkgsrc/devel/go-tcr/Makefile:1.4 Fri Sep 6 18:48:45 2024
+++ pkgsrc/devel/go-tcr/Makefile Fri Oct 4 16:26:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/09/06 18:48:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/04 16:26:33 schmonz Exp $
DISTNAME= ${GITHUB_PROJECT}-1.2.0
PKGNAME= go-${DISTNAME:tl}
@@ -10,7 +10,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= schmonz%NetBSD.org@localhost
HOMEPAGE= https://github.com/murex/TCR/
-COMMENT= TCR (Test && Commit || Revert) utility
+COMMENT= TCR (Test and Commit or Revert) utility
LICENSE= mit
WRKSRC= ${WRKDIR}/${DISTNAME}
Home |
Main Index |
Thread Index |
Old Index