diff options
author | tron <tron@pkgsrc.org> | 2009-02-18 10:22:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-02-18 10:22:53 +0000 |
commit | a376320d705f520f5af4d108d52fd45e53d99940 (patch) | |
tree | eef4b42c87bc453ac087d6295af9e6ca47517a2a /chat | |
parent | 1d106d4484bfa147950e262c0d1f27086bb3dff5 (diff) | |
download | pkgsrc-a376320d705f520f5af4d108d52fd45e53d99940.tar.gz |
Re-generate patch which wasn't accepted by GNU patch.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/distinfo | 4 | ||||
-rw-r--r-- | chat/ircII/patches/patch-ac | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index fec9f5f55a1..12aaa4eb83a 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.30 2009/02/18 08:18:53 mrg Exp $ +$NetBSD: distinfo,v 1.31 2009/02/18 10:22:53 tron Exp $ SHA1 (ircii-20081115.tar.bz2) = 253f16e734483eda484f6d629d2a5858aded6a6e RMD160 (ircii-20081115.tar.bz2) = 78b83979e52c99f5b95302cce743ef0f622bcbb0 Size (ircii-20081115.tar.bz2) = 565286 bytes -SHA1 (patch-ac) = 4fd8d8a0e74451e4c5a942a380ffd959b7300473 +SHA1 (patch-ac) = c77444f1fbd089cb7ef9de26224db4a13fc03f25 SHA1 (patch-ad) = a8da3adea3b7c61d453e5e5e9f53024b8e1f128f diff --git a/chat/ircII/patches/patch-ac b/chat/ircII/patches/patch-ac index 9f897269266..1eb01896352 100644 --- a/chat/ircII/patches/patch-ac +++ b/chat/ircII/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.5 2009/02/18 08:18:53 mrg Exp $ +$NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ --- Makefile.in.orig 2008-03-14 17:13:15.000000000 +0000 -+++ Makefile.in -@@ -131,8 +131,8 @@ LN = @LN@ ++++ Makefile.in 2009-02-18 10:13:31.000000000 +0000 +@@ -131,8 +131,8 @@ CP = cp MV = mv SED = sed @@ -13,7 +13,7 @@ $NetBSD: patch-ac,v 1.5 2009/02/18 08:18:53 mrg Exp $ VERSION = @VERSION@ -@@ -153,11 +153,9 @@ installbin: installirc installio install +@@ -153,11 +153,9 @@ installirc: irc installdirs $(INSTALL) irc $(INSTALL_IRC)-$(VERSION) @@ -27,13 +27,12 @@ $NetBSD: patch-ac,v 1.5 2009/02/18 08:18:53 mrg Exp $ installscript: installdirs ( \ -@@ -208,8 +206,8 @@ installman: +@@ -208,7 +206,7 @@ # $(INSTALL_DATA) $(topdir)/doc/query-pr.1 $(mandir) installdirs: - umask 022; $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \ + $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \ - $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) + $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) clena clean: - cd $(objdir) && $(RM) $(PROGRAMS) $(OBJECTS) \ |