pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/srain



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May  4 15:21:54 UTC 2020

Modified Files:
        pkgsrc/chat/srain: distinfo
        pkgsrc/chat/srain/patches: patch-data_Makefile

Log Message:
srain: Fix patch


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/srain/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/srain/patches/patch-data_Makefile

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

Modified files:

Index: pkgsrc/chat/srain/distinfo
diff -u pkgsrc/chat/srain/distinfo:1.2 pkgsrc/chat/srain/distinfo:1.3
--- pkgsrc/chat/srain/distinfo:1.2      Sun Apr 26 14:10:31 2020
+++ pkgsrc/chat/srain/distinfo  Mon May  4 15:21:54 2020
@@ -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

Index: pkgsrc/chat/srain/patches/patch-data_Makefile
diff -u pkgsrc/chat/srain/patches/patch-data_Makefile:1.1 pkgsrc/chat/srain/patches/patch-data_Makefile:1.2
--- pkgsrc/chat/srain/patches/patch-data_Makefile:1.1   Mon Mar 30 09:11:53 2020
+++ pkgsrc/chat/srain/patches/patch-data_Makefile       Mon May  4 15:21:54 2020
@@ -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