Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/leapsunpack Modernize patch filenames, adding pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6340207f2649
branches:  trunk
changeset: 435108:6340207f2649
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jun 30 17:29:12 2020 +0000

description:
Modernize patch filenames, adding patch comments. NFCI.

diffstat:

 time/leapsunpack/distinfo                      |   4 ++--
 time/leapsunpack/patches/patch-aa              |  12 ------------
 time/leapsunpack/patches/patch-leapsinstall.sh |  14 ++++++++++++++
 3 files changed, 16 insertions(+), 14 deletions(-)

diffs (47 lines):

diff -r c03013cd88b3 -r 6340207f2649 time/leapsunpack/distinfo
--- a/time/leapsunpack/distinfo Tue Jun 30 17:27:06 2020 +0000
+++ b/time/leapsunpack/distinfo Tue Jun 30 17:29:12 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/02 23:31:37 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/06/30 17:29:12 schmonz Exp $
 
 SHA1 (leapsunpack-0.05.tar.gz) = 82b692a5d7473a1f224f931df49b77557ebe1d3f
 RMD160 (leapsunpack-0.05.tar.gz) = d7d34129311c01f785b39918ebbfd9bc1d454508
 SHA512 (leapsunpack-0.05.tar.gz) = 5b00daa147e8f0773335b84833ed0c761bd648dc075c12faae57d3fa2ca834cd4588297b14e6c91cd78c6f9f353efe8df047117736851c3a00e4f1e8a04d6286
 Size (leapsunpack-0.05.tar.gz) = 28320 bytes
-SHA1 (patch-aa) = 09f81e14f3dd2731c48f206e5b7b0d6c756e01bb
+SHA1 (patch-leapsinstall.sh) = d7043a3e7c87e0672234da56b651f67967d38b28
diff -r c03013cd88b3 -r 6340207f2649 time/leapsunpack/patches/patch-aa
--- a/time/leapsunpack/patches/patch-aa Tue Jun 30 17:27:06 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/07/30 13:59:25 schmonz Exp $
-
---- leapsinstall.sh.orig       2003-12-30 16:18:29.000000000 -0500
-+++ leapsinstall.sh
-@@ -1,4 +1,4 @@
- umask 022
--HOME/leapsunpack -a | HOME/leapsecs > ${1-/etc/leapsecs.dat}.tmp
--mv ${1-/etc/leapsecs.dat}.tmp ${1-/etc/leapsecs.dat}
--chmod 0644 ${1-/etc/leapsecs.dat}
-+HOME/leapsunpack -a | HOME/leapsecs > ${1-@PKG_SYSCONFDIR@/leapsecs.dat}.tmp
-+mv ${1-@PKG_SYSCONFDIR@/leapsecs.dat}.tmp ${1-@PKG_SYSCONFDIR@/leapsecs.dat}
-+chmod 0644 ${1-@PKG_SYSCONFDIR@/leapsecs.dat}
diff -r c03013cd88b3 -r 6340207f2649 time/leapsunpack/patches/patch-leapsinstall.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/leapsunpack/patches/patch-leapsinstall.sh    Tue Jun 30 17:29:12 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-leapsinstall.sh,v 1.1 2020/06/30 17:29:12 schmonz Exp $
+
+Support PKG_SYSCONFDIR.
+
+--- leapsinstall.sh.orig       2003-12-30 21:18:29.000000000 +0000
++++ leapsinstall.sh
+@@ -1,4 +1,4 @@
+ umask 022
+-HOME/leapsunpack -a | HOME/leapsecs > ${1-/etc/leapsecs.dat}.tmp
+-mv ${1-/etc/leapsecs.dat}.tmp ${1-/etc/leapsecs.dat}
+-chmod 0644 ${1-/etc/leapsecs.dat}
++HOME/leapsunpack -a | HOME/leapsecs > ${1-@PKG_SYSCONFDIR@/leapsecs.dat}.tmp
++mv ${1-@PKG_SYSCONFDIR@/leapsecs.dat}.tmp ${1-@PKG_SYSCONFDIR@/leapsecs.dat}
++chmod 0644 ${1-@PKG_SYSCONFDIR@/leapsecs.dat}



Home | Main Index | Thread Index | Old Index