diff options
author | mrg <mrg@pkgsrc.org> | 2011-11-15 09:41:40 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2011-11-15 09:41:40 +0000 |
commit | a69e92df827490291853747e1deb982c4e136055 (patch) | |
tree | deb45212b7d179f538f7de70636ac0e823783007 /chat | |
parent | dc871e885706cc7a822ffaedc07a0a84d7e9c11a (diff) | |
download | pkgsrc-a69e92df827490291853747e1deb982c4e136055.tar.gz |
update ircii to 20111115. main changes since 20110228 include:
o fix compile time errors in on modern glibc systems
o add /nuser command
o wserv and ircio move into "libexec" dir.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 4 | ||||
-rw-r--r-- | chat/ircII/PLIST | 6 | ||||
-rw-r--r-- | chat/ircII/distinfo | 10 | ||||
-rw-r--r-- | chat/ircII/patches/patch-ac | 14 |
4 files changed, 17 insertions, 17 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index d99515b2668..993c1659064 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2011/04/12 00:49:35 mrg Exp $ +# $NetBSD: Makefile,v 1.57 2011/11/15 09:41:40 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -18,7 +18,7 @@ CONFLICTS= blackened-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20110228 +VERS= 20111115 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index ae4ed1b97ae..d7647cefdf0 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.22 2009/06/14 18:28:43 joerg Exp $ +@comment $NetBSD: PLIST,v 1.23 2011/11/15 09:41:40 mrg Exp $ bin/irc bin/irc-${VERS} bin/ircbug bin/ircflush -bin/ircio -bin/wserv +libexec/ircio +libexec/wserv man/man1/irc.1 man/man1/ircII.1 man/man1/ircbug.1 diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index 90da43e4911..92171454a74 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2011/04/12 00:49:35 mrg Exp $ +$NetBSD: distinfo,v 1.35 2011/11/15 09:41:40 mrg Exp $ -SHA1 (ircii-20110228.tar.bz2) = 9fba750dfd8305f0aa552eb73190e58582af76c8 -RMD160 (ircii-20110228.tar.bz2) = e67fc078a8408d6d2a071c37e2a902a5849ffe77 -Size (ircii-20110228.tar.bz2) = 558483 bytes -SHA1 (patch-ac) = c77444f1fbd089cb7ef9de26224db4a13fc03f25 +SHA1 (ircii-20111115.tar.bz2) = 723f89ca6c0ef0085da858076865e6493fbe9788 +RMD160 (ircii-20111115.tar.bz2) = b2cdcafcfde914ead88049d55c0d5ba0680db746 +Size (ircii-20111115.tar.bz2) = 555731 bytes +SHA1 (patch-ac) = 51a4eb7987e99871ca5fd519b33196eb6cc772de diff --git a/chat/ircII/patches/patch-ac b/chat/ircII/patches/patch-ac index 1eb01896352..deb27b15afb 100644 --- a/chat/ircII/patches/patch-ac +++ b/chat/ircII/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ +$NetBSD: patch-ac,v 1.7 2011/11/15 09:41:41 mrg Exp $ ---- Makefile.in.orig 2008-03-14 17:13:15.000000000 +0000 -+++ Makefile.in 2009-02-18 10:13:31.000000000 +0000 -@@ -131,8 +131,8 @@ +--- Makefile.in.orig 2011-07-09 23:18:01.000000000 -0700 ++++ Makefile.in 2011-11-15 01:22:04.000000000 -0800 +@@ -132,8 +132,8 @@ CP = cp MV = mv SED = sed @@ -13,7 +13,7 @@ $NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ VERSION = @VERSION@ -@@ -153,11 +153,9 @@ +@@ -154,11 +154,9 @@ installirc: irc installdirs $(INSTALL) irc $(INSTALL_IRC)-$(VERSION) @@ -27,12 +27,12 @@ $NetBSD: patch-ac,v 1.6 2009/02/18 10:22:53 tron Exp $ installscript: installdirs ( \ -@@ -208,7 +206,7 @@ +@@ -209,7 +207,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) $(libexecdir) clena clean: |