summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authorbouyer <bouyer>2012-02-19 18:21:58 +0000
committerbouyer <bouyer>2012-02-19 18:21:58 +0000
commit167c0673d1aeba68c131aa7aba3fa148c227afc4 (patch)
tree5f923028525241c71ceac6ae378969c12a2c0bab /sysutils/apcupsd
parent69b03500b79e757de42ff04ac23576a4d9ce526d (diff)
downloadpkgsrc-167c0673d1aeba68c131aa7aba3fa148c227afc4.tar.gz
Fix new patch-ap commited earlier: space vs tab issue ...
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/distinfo4
-rw-r--r--sysutils/apcupsd/patches/patch-ap23
2 files changed, 13 insertions, 14 deletions
diff --git a/sysutils/apcupsd/distinfo b/sysutils/apcupsd/distinfo
index 21f23efe0be..49960b1ebb0 100644
--- a/sysutils/apcupsd/distinfo
+++ b/sysutils/apcupsd/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2012/02/18 21:08:32 bouyer Exp $
+$NetBSD: distinfo,v 1.18 2012/02/19 18:21:58 bouyer Exp $
SHA1 (apcupsd-3.14.9.tar.gz) = 1e9e8a054f17c554c047ec1d7b363d35553058bc
RMD160 (apcupsd-3.14.9.tar.gz) = be1a33b85c790fc3bc62bab370a62d014dbf0a57
@@ -16,4 +16,4 @@ SHA1 (patch-al) = bf84f2db316e944a7231ff4c75a5c903f61121dc
SHA1 (patch-am) = a2c060519748cf95f0f9aaa284f783f086c1d7d4
SHA1 (patch-an) = 4464effaf8c67e202bb6c71bad1e6c3fb87c5444
SHA1 (patch-ao) = 1f755c11e30759f023c3a1a6f23949300d1ff7f7
-SHA1 (patch-ap) = 943ef929e4c0e5f2ad7a5bae07f493f9a15fff47
+SHA1 (patch-ap) = 32cf69dcc70ade970532e4e738fe8927ec1ec304
diff --git a/sysutils/apcupsd/patches/patch-ap b/sysutils/apcupsd/patches/patch-ap
index 540a39c9e77..17fb355631e 100644
--- a/sysutils/apcupsd/patches/patch-ap
+++ b/sysutils/apcupsd/patches/patch-ap
@@ -1,14 +1,13 @@
-$NetBSD: patch-ap,v 1.3 2012/02/18 21:08:32 bouyer Exp $
+$NetBSD: patch-ap,v 1.4 2012/02/19 18:21:58 bouyer Exp $
-# patch for sysutils/apcupsd on OpenSolaris
---- platforms/sun/Makefile.orig 2008-06-02 06:57:56.000000000 +0900
-+++ platforms/sun/Makefile 2012-02-18 15:49:42.175525737 +0900
+--- platforms/sun/Makefile.orig 2008-06-01 23:57:56.000000000 +0200
++++ platforms/sun/Makefile 2012-02-19 19:20:10.000000000 +0100
@@ -12,7 +12,7 @@
- $(call MKDIR,/etc/rc1.d)
- $(call MKDIR,/etc/rc2.d)
- $(call MKDIR,/etc/init.d)
-- $(call INSTPROG,744,apcupsd,/etc/init.d/apcupsd)
-+ $(call INSTSCRIPT,744,apcupsd,/etc/init.d/apcupsd)
- $(call SYMLINK,../init.d/apcupsd,/etc/rc0.d/K21apcupsd)
- $(call SYMLINK,../init.d/apcupsd,/etc/rc1.d/S89apcupsd)
- $(call SYMLINK,../init.d/apcupsd,/etc/rc2.d/S89apcupsd)
+ $(call MKDIR,/etc/rc1.d)
+ $(call MKDIR,/etc/rc2.d)
+ $(call MKDIR,/etc/init.d)
+- $(call INSTPROG,744,apcupsd,/etc/init.d/apcupsd)
++ $(call INSTSCRIPT,744,apcupsd,/etc/init.d/apcupsd)
+ $(call SYMLINK,../init.d/apcupsd,/etc/rc0.d/K21apcupsd)
+ $(call SYMLINK,../init.d/apcupsd,/etc/rc1.d/S89apcupsd)
+ $(call SYMLINK,../init.d/apcupsd,/etc/rc2.d/S89apcupsd)