pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/logrotate



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Mar 20 12:29:37 UTC 2019

Modified Files:
        pkgsrc/sysutils/logrotate: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/logrotate/patches: patch-logrotate.c

Log Message:
Back out suggested fix to ship args to scripts.
It was not accepted upstream; use "$@" in the script section to ship args.
We'll see if a documentation improvement can be suggested instead.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/logrotate/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/logrotate/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/logrotate/patches/patch-logrotate.c

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

Modified files:

Index: pkgsrc/sysutils/logrotate/Makefile
diff -u pkgsrc/sysutils/logrotate/Makefile:1.17 pkgsrc/sysutils/logrotate/Makefile:1.18
--- pkgsrc/sysutils/logrotate/Makefile:1.17     Wed Mar 20 10:34:10 2019
+++ pkgsrc/sysutils/logrotate/Makefile  Wed Mar 20 12:29:37 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2019/03/20 10:34:10 he Exp $
+# $NetBSD: Makefile,v 1.18 2019/03/20 12:29:37 he Exp $
 
 DISTNAME=              logrotate-3.15.0
+PKGREVISION=           1
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=logrotate/}
 

Index: pkgsrc/sysutils/logrotate/distinfo
diff -u pkgsrc/sysutils/logrotate/distinfo:1.15 pkgsrc/sysutils/logrotate/distinfo:1.16
--- pkgsrc/sysutils/logrotate/distinfo:1.15     Wed Mar 20 10:34:10 2019
+++ pkgsrc/sysutils/logrotate/distinfo  Wed Mar 20 12:29:37 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2019/03/20 10:34:10 he Exp $
+$NetBSD: distinfo,v 1.16 2019/03/20 12:29:37 he Exp $
 
 SHA1 (logrotate-3.15.0.tar.gz) = d5ec365a07d1c64f4ba086e12fcbb7911281058d
 RMD160 (logrotate-3.15.0.tar.gz) = bd1801423d2f7729703db1f354cdb7d0dbae3a1d
@@ -7,4 +7,3 @@ Size (logrotate-3.15.0.tar.gz) = 219496 
 SHA1 (patch-config.c) = 75fea98d120cf1bb8f5f90af9648959a133914aa
 SHA1 (patch-examples_logrotate.conf) = 4d0aad215e66850e8ae1a005764f8bd109fb76c9
 SHA1 (patch-examples_logrotate.cron) = 31a19e1b697e945299bbbe6701674d886379a49c
-SHA1 (patch-logrotate.c) = 4a3a17d51972c9cf11da35b681d1f0f13c8f22e7



Home | Main Index | Thread Index | Old Index