pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ansiweather



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Jun 18 18:34:59 UTC 2022

Modified Files:
        pkgsrc/misc/ansiweather: Makefile

Log Message:
ansiweather: stop installing a global configuration file, it's unused.

Since revision 1.8, ansiweather wasn't patched anymore to read a global
configuration file.

One can argue there never really was any reason to patch the program as
a default location is displayed if no parameter is passed or if no user
configuration file is found.

See PR pkg/52026 for more details.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/ansiweather/Makefile

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

Modified files:

Index: pkgsrc/misc/ansiweather/Makefile
diff -u pkgsrc/misc/ansiweather/Makefile:1.17 pkgsrc/misc/ansiweather/Makefile:1.18
--- pkgsrc/misc/ansiweather/Makefile:1.17       Sat Jun 18 18:11:27 2022
+++ pkgsrc/misc/ansiweather/Makefile    Sat Jun 18 18:34:59 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/06/18 18:11:27 fcambus Exp $
+# $NetBSD: Makefile,v 1.18 2022/06/18 18:34:59 fcambus Exp $
 
 DISTNAME=      ansiweather-1.18.0
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -23,8 +24,6 @@ NO_BUILD=     yes
 DOCDIR=                share/doc/ansiweather
 EGDIR=         share/examples/ansiweather
 
-CONF_FILES+=   ${EGDIR}/ansiweatherrc.example ${PKG_SYSCONFDIR}/ansiweatherrc
-
 AUTO_MKDIRS=           yes
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index