diff --git a/net/irssi/Makefile b/net/irssi/Makefile index f655dcb981c..bd9dfcc5e19 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.76 2018/02/27 08:53:02 bentley Exp $ +# $OpenBSD: Makefile,v 1.77 2019/01/09 16:54:19 tj Exp $ COMMENT = modular IRC client with many features (ipv6,socks,proxy) -V = 1.1.1 +V = 1.1.2 DISTNAME = irssi-$V PKGSPEC = irssi-=$V REVISION = 0 diff --git a/net/irssi/distinfo b/net/irssi/distinfo index 4fc6acfcf7e..35b6b492b2a 100644 --- a/net/irssi/distinfo +++ b/net/irssi/distinfo @@ -1,2 +1,2 @@ -SHA256 (irssi-1.1.1.tar.gz) = 6jaVk5j4w9j1IGWBjjwVAJCDkN1dESXs4aOC53y4SSU= -SIZE (irssi-1.1.1.tar.gz) = 1708603 +SHA256 (irssi-1.1.2.tar.gz) = 232ewnHBOijiivnXJlb2GEneiOJZLLt1MHaNphRpcEk= +SIZE (irssi-1.1.2.tar.gz) = 1714592 diff --git a/net/irssi/patches/patch-src_fe-common_core_Makefile_in b/net/irssi/patches/patch-src_fe-common_core_Makefile_in index 9b668fc8c47..7aa4ff4d7ee 100644 --- a/net/irssi/patches/patch-src_fe-common_core_Makefile_in +++ b/net/irssi/patches/patch-src_fe-common_core_Makefile_in @@ -1,8 +1,8 @@ -$OpenBSD: patch-src_fe-common_core_Makefile_in,v 1.11 2018/01/28 17:47:58 sthen Exp $ +$OpenBSD: patch-src_fe-common_core_Makefile_in,v 1.12 2019/01/09 16:54:19 tj Exp $ Index: src/fe-common/core/Makefile.in --- src/fe-common/core/Makefile.in.orig +++ src/fe-common/core/Makefile.in -@@ -392,7 +392,7 @@ AM_CPPFLAGS = \ +@@ -408,7 +408,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \ $(GLIB_CFLAGS) \ -DHELPDIR=\""$(datadir)/irssi/help"\" \ diff --git a/net/irssi/patches/patch-src_perl_Makefile_in b/net/irssi/patches/patch-src_perl_Makefile_in index 3882146c51d..132c97474fc 100644 --- a/net/irssi/patches/patch-src_perl_Makefile_in +++ b/net/irssi/patches/patch-src_perl_Makefile_in @@ -1,8 +1,8 @@ -$OpenBSD: patch-src_perl_Makefile_in,v 1.11 2018/01/28 17:47:58 sthen Exp $ +$OpenBSD: patch-src_perl_Makefile_in,v 1.12 2019/01/09 16:54:19 tj Exp $ Index: src/perl/Makefile.in --- src/perl/Makefile.in.orig +++ src/perl/Makefile.in -@@ -393,7 +393,7 @@ AM_CPPFLAGS = \ +@@ -397,7 +397,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/core \ -I$(top_srcdir)/src/fe-common/core \ $(GLIB_CFLAGS) \