pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/viewvc



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Aug 23 00:33:46 UTC 2023

Modified Files:
        pkgsrc/www/viewvc: Makefile

Log Message:
viewvc: fix primary category, and comment, too, while here


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/viewvc/Makefile

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

Modified files:

Index: pkgsrc/www/viewvc/Makefile
diff -u pkgsrc/www/viewvc/Makefile:1.44 pkgsrc/www/viewvc/Makefile:1.45
--- pkgsrc/www/viewvc/Makefile:1.44     Fri Aug 18 22:20:49 2023
+++ pkgsrc/www/viewvc/Makefile  Wed Aug 23 00:33:46 2023
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.44 2023/08/18 22:20:49 hauke Exp $
+# $NetBSD: Makefile,v 1.45 2023/08/23 00:33:46 gutteridge Exp $
 
 DISTNAME=      viewvc-1.2.3
 PKGREVISION=   2
-CATEGORIES=    devel www
+CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=viewvc/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.viewvc.org/
-COMMENT=       Viewing the content of CVS/SVN repositories with a Webbrowser
+COMMENT=       View the content of CVS/SVN repositories with a web browser
 LICENSE=       2-clause-bsd
 
 REPLACE_PYTHON=        viewvc-install bin/* bin/cgi/*.cgi lib/*.py



Home | Main Index | Thread Index | Old Index