Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/webmin/patches (sysutils/webmin) Remove patch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/277c881dacaa
branches:  trunk
changeset: 433392:277c881dacaa
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jun 01 23:06:00 2020 +0000

description:
(sysutils/webmin) Remove patch to non-existing file: patch-update-from-repo_sh

diffstat:

 sysutils/webmin/patches/patch-update-from-repo_sh |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diffs (18 lines):

diff -r d243335fdba8 -r 277c881dacaa sysutils/webmin/patches/patch-update-from-repo_sh
--- a/sysutils/webmin/patches/patch-update-from-repo_sh Mon Jun 01 22:17:34 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-update-from-repo_sh,v 1.1 2020/05/05 23:57:40 mef Exp $
-
-
---- update-from-repo.sh.orig   2020-04-27 00:50:35.004969492 +0900
-+++ update-from-repo.sh        2020-04-27 00:50:44.003907543 +0900
-@@ -261,7 +261,7 @@ fi
- # really update?
- REPLY="y"
- 
--if [ "${ASK}" == "YES" ] ; then
-+if [ "${ASK}" = "YES" ] ; then
-     if [[ "$1" != "-release"* ]] ; then
-         echo -e "${RED}Warning:${ORANGE} you are updating from DEV repository${NC} ${HOST}/${REPO}${BRANCH} ${ORANGE}, this may break your installation!${NC}"
-     fi



Home | Main Index | Thread Index | Old Index