maintenance update to 20150903; ok Brad
This commit is contained in:
parent
2a9cb35845
commit
cd531e53ec
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2014/12/14 20:15:39 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2015/09/19 23:23:13 naddy Exp $
|
||||
|
||||
COMMENT= Internet Relay Chat client
|
||||
|
||||
VERSION= 20141122
|
||||
VERSION= 20150903
|
||||
DISTNAME= ircii-${VERSION}
|
||||
PKGNAME= ircII-${VERSION}
|
||||
CATEGORIES= net
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ircii-20141122.tar.bz2) = dMILvFnZYAOLRinIjfLT+Tp9gaNDvA6vUcpBis5S1iI=
|
||||
SIZE (ircii-20141122.tar.bz2) = 593290
|
||||
SHA256 (ircii-20150903.tar.bz2) = YXUC4XeI1hlRDz9e/BIX5snTpV6CJ+zlkcVpgbCQEyQ=
|
||||
SIZE (ircii-20150903.tar.bz2) = 601329
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2014/09/20 18:40:27 naddy Exp $
|
||||
--- configure.orig Wed Aug 6 21:01:22 2014
|
||||
+++ configure Sat Sep 20 17:27:22 2014
|
||||
$OpenBSD: patch-configure,v 1.3 2015/09/19 23:23:13 naddy Exp $
|
||||
--- configure.orig Wed Nov 26 22:46:24 2014
|
||||
+++ configure Thu Sep 17 17:44:54 2015
|
||||
@@ -1741,6 +1741,10 @@ else
|
||||
|
||||
#undef $2
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-configure,v 1.2 2014/09/20 18:40:27 naddy Exp $
|
||||
/* Override any GCC internal prototype to avoid an error.
|
||||
Use char because int might match the return type of a GCC
|
||||
builtin and then its argument prototype would still apply. */
|
||||
@@ -4529,14 +4533,14 @@ ssl_libs=""
|
||||
@@ -4531,14 +4535,14 @@ ssl_libs=""
|
||||
ssl_cflags=""
|
||||
if test "x$checkopenssl" != xno; then
|
||||
if test "x$ssl_path" = x; then
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-source_window_c,v 1.2 2014/12/14 20:15:39 naddy Exp $
|
||||
--- source/window.c.orig Sat Nov 22 22:29:00 2014
|
||||
+++ source/window.c Sun Dec 14 14:00:51 2014
|
||||
@@ -4509,7 +4509,8 @@ window_get_query_nick(Window *window)
|
||||
$OpenBSD: patch-source_window_c,v 1.3 2015/09/19 23:23:13 naddy Exp $
|
||||
--- source/window.c.orig Thu Sep 3 21:32:01 2015
|
||||
+++ source/window.c Thu Sep 17 17:44:54 2015
|
||||
@@ -4515,7 +4515,8 @@ window_get_query_nick(Window *window)
|
||||
void
|
||||
add_to_window_log(Window *window, u_char *str)
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.25 2014/12/14 20:15:39 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.26 2015/09/19 23:23:13 naddy Exp $
|
||||
bin/irc
|
||||
@bin bin/irc-20141122
|
||||
@bin bin/irc-20150903
|
||||
bin/ircbug
|
||||
@bin bin/ircflush
|
||||
@bin libexec/ircio
|
||||
@ -588,6 +588,7 @@ share/irc/script/netsplit
|
||||
share/irc/script/newaway
|
||||
share/irc/script/newformat
|
||||
share/irc/script/nicks
|
||||
share/irc/script/nicksearch
|
||||
share/irc/script/nocolour
|
||||
share/irc/script/oldping
|
||||
share/irc/script/oper
|
||||
|
Loading…
Reference in New Issue
Block a user