Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/srain srain: Fix patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76ffdb4cc667
branches:  trunk
changeset: 430813:76ffdb4cc667
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 04 15:21:54 2020 +0000

description:
srain: Fix patch

diffstat:

 chat/srain/distinfo                    |  4 ++--
 chat/srain/patches/patch-data_Makefile |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 601dcec573cb -r 76ffdb4cc667 chat/srain/distinfo
--- a/chat/srain/distinfo       Mon May 04 15:02:58 2020 +0000
+++ b/chat/srain/distinfo       Mon May 04 15:21:54 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2020/04/26 14:10:31 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/05/04 15:21:54 nia Exp $
 
 SHA1 (srain-1.0.2.tar.gz) = fd3ed9e6482657bc2b6a32583347adb8bfc47676
 RMD160 (srain-1.0.2.tar.gz) = 9b9ccf3762912b2b3ed39435130694287f9389c3
 SHA512 (srain-1.0.2.tar.gz) = 6fe895ecd30cb456beb82bff8e147d734b60c8c8e70304602e6193c2f035871ec14421f2b50cf88e851ef7b92ac2b4ccbf03f23153e6949299849b299ebf3db3
 Size (srain-1.0.2.tar.gz) = 939068 bytes
-SHA1 (patch-data_Makefile) = 9330228df6a9648c332417a2658417a8ed445499
+SHA1 (patch-data_Makefile) = 5bd5a47d58cf85e6fae220655d539fc2827a46ee
diff -r 601dcec573cb -r 76ffdb4cc667 chat/srain/patches/patch-data_Makefile
--- a/chat/srain/patches/patch-data_Makefile    Mon May 04 15:02:58 2020 +0000
+++ b/chat/srain/patches/patch-data_Makefile    Mon May 04 15:21:54 2020 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-data_Makefile,v 1.1 2020/03/30 09:11:53 nia Exp $
+$NetBSD: patch-data_Makefile,v 1.2 2020/05/04 15:21:54 nia Exp $
 
 Install config files to examples.
 
---- data/Makefile.orig 2019-10-07 15:01:52.000000000 +0000
+--- data/Makefile.orig 2020-04-11 14:37:38.000000000 +0000
 +++ data/Makefile
 @@ -21,7 +21,7 @@ $(RES): srain.gresource.xml $(GLADES) $(
  
  .PHONY: config
  config: builtin.cfg
 -      $(INSTALL) -Dm644 "$<" "$(DESTDIR)$(PACKAGE_CONFIG_DIR)/$(PACKAGE)/$<"
-+      $(INSTALL) -Dm644 "$<" "$(DESTDIR)$(PREFIX)/share/examples/srain/$<"
++      $(INSTALL) -Dm644 "$<" "$(DESTDIR)$(PACKAGE_DATA_DIR)/examples/$(PACKAGE)/$<"
  
  .PHONY: icons
- icons: icons/scalable/srain.png
+ icons: icons/128x128/srain.png



Home | Main Index | Thread Index | Old Index