pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rancid Don't use comments in the middle of a multi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c19e92a5bf33
branches: trunk
changeset: 639606:c19e92a5bf33
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 19 08:31:26 2014 +0000
description:
Don't use comments in the middle of a multiline statements.
diffstat:
net/rancid/distinfo | 4 ++--
net/rancid/patches/patch-etc_Makefile.in | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 1338d3fa0640 -r c19e92a5bf33 net/rancid/distinfo
--- a/net/rancid/distinfo Fri Sep 19 08:30:52 2014 +0000
+++ b/net/rancid/distinfo Fri Sep 19 08:31:26 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2014/07/01 13:33:40 pettai Exp $
+$NetBSD: distinfo,v 1.9 2014/09/19 08:31:26 joerg Exp $
SHA1 (rancid-3.1.tar.gz) = 5e5bdf84634c958ad4cd413c3e31c348340ebd05
RMD160 (rancid-3.1.tar.gz) = e0f74b5886f876abe48b6d14cf3c8d4b10a6576e
Size (rancid-3.1.tar.gz) = 435045 bytes
-SHA1 (patch-etc_Makefile.in) = 1d081adce582389e3779f1b004856ca32c6c1e69
+SHA1 (patch-etc_Makefile.in) = 5400aa7c2a55ecb09577984e86e9f4dbc117f00d
diff -r 1338d3fa0640 -r c19e92a5bf33 net/rancid/patches/patch-etc_Makefile.in
--- a/net/rancid/patches/patch-etc_Makefile.in Fri Sep 19 08:30:52 2014 +0000
+++ b/net/rancid/patches/patch-etc_Makefile.in Fri Sep 19 08:31:26 2014 +0000
@@ -1,16 +1,15 @@
-$NetBSD: patch-etc_Makefile.in,v 1.2 2014/07/01 13:33:40 pettai Exp $
+$NetBSD: patch-etc_Makefile.in,v 1.3 2014/09/19 08:31:26 joerg Exp $
Don't install rancid.types.base as we will install it in example dir
(in package Makefile)
--- etc/Makefile.in.orig 2014-05-19 20:54:02.000000000 +0000
+++ etc/Makefile.in
-@@ -354,7 +354,7 @@ install-sysconfDATA: $(sysconf_DATA)
+@@ -354,7 +354,6 @@ install-sysconfDATA: $(sysconf_DATA)
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
-+ #$(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
done
uninstall-sysconfDATA:
Home |
Main Index |
Thread Index |
Old Index