pkgsrc-WIP-changes archive

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

lcov-git: Update a patch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Thu Dec 22 23:42:39 2016 +0100
Changeset:	61e8abe002115fbdd01203c0f52fbc530e74aded

Modified Files:
	lcov-git/distinfo
	lcov-git/patches/patch-bin_install.sh

Log Message:
lcov-git: Update a patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=61e8abe002115fbdd01203c0f52fbc530e74aded

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

diffstat:
 lcov-git/distinfo                     |  2 +-
 lcov-git/patches/patch-bin_install.sh | 14 +++++---------
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs:
diff --git a/lcov-git/distinfo b/lcov-git/distinfo
index 21e19f5..b555522 100644
--- a/lcov-git/distinfo
+++ b/lcov-git/distinfo
@@ -3,4 +3,4 @@ $NetBSD$
 SHA1 (patch-bin_copy__dates.sh) = 8e7e04bda15321e5393d893fdcc2fcf68a5fbeb5
 SHA1 (patch-bin_get__changes.sh) = 86ce47d35cfea167eb3c73b4457c409a8dbbe198
 SHA1 (patch-bin_get__version.sh) = 4eb4ab689df37f1fcf0aa26a744a3baed5905975
-SHA1 (patch-bin_install.sh) = bcfc8504ad875aa92c504439d2cacdaa31d259b0
+SHA1 (patch-bin_install.sh) = 09946e2d7e80d2d69a554f3921e96d4531a331ef
diff --git a/lcov-git/patches/patch-bin_install.sh b/lcov-git/patches/patch-bin_install.sh
index 4e8fa02..24085da 100644
--- a/lcov-git/patches/patch-bin_install.sh
+++ b/lcov-git/patches/patch-bin_install.sh
@@ -3,7 +3,7 @@ $NetBSD$
 Get rid of Bash
 Try to use install(1) in a more portable way
 
---- bin/install.sh.orig	2016-09-14 18:39:15.000000000 +0000
+--- bin/install.sh.orig	2016-12-21 08:18:41.000000000 +0000
 +++ bin/install.sh
 @@ -1,11 +1,11 @@
 -#!/bin/bash
@@ -19,7 +19,7 @@ Try to use install(1) in a more portable way
    UNINSTALL=true
    SOURCE=$2
    TARGET=$3
-@@ -30,11 +30,12 @@ fi
+@@ -30,9 +30,9 @@ fi
  
  do_install()
  {
@@ -30,13 +30,9 @@ Try to use install(1) in a more portable way
 +  local TARGET="$2"
 +  local PARAMS="$3"
  
--  install -p -D $PARAMS $SOURCE $TARGET
-+  install -d "${TARGET%/*}"
-+  install -p $PARAMS "$SOURCE" "$TARGET"
- }
- 
- 
-@@ -44,8 +45,8 @@ do_install()
+   install -d $(dirname $TARGET)
+   install -p $PARAMS $SOURCE $TARGET
+@@ -45,8 +45,8 @@ do_install()
  
  do_uninstall()
  {


Home | Main Index | Thread Index | Old Index