update to irssi-1.2.3, from Lauri Tirkkonen, plus sync patches
This commit is contained in:
parent
4aa6c1c82f
commit
9d53e0c14f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.94 2021/02/15 19:52:56 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.95 2021/05/26 13:50:02 sthen Exp $
|
||||
|
||||
MULTI_PACKAGES = -main -otr
|
||||
|
||||
@ -8,15 +8,11 @@ MULTI_PACKAGES = -main -otr
|
||||
COMMENT-main = modular IRC client with many features
|
||||
COMMENT-otr = OTR (off-the-record) plugin for irssi
|
||||
|
||||
V = 1.2.2
|
||||
V = 1.2.3
|
||||
DISTNAME = irssi-$V
|
||||
PKGSPEC-main = irssi-=$V
|
||||
PKGNAME-main = irssi-$V
|
||||
PKGNAME-otr = irssi-otr-$V
|
||||
REVISION = 5
|
||||
|
||||
PATCHFILES = glib-2-63.patch
|
||||
PATCH_DIST_STRIP = -p1
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
|
@ -1,4 +1,2 @@
|
||||
SHA256 (glib-2-63.patch) = aomQgwWNg/Si0TSXcgKv6+qEVkGzRjA/3lY79iBc744=
|
||||
SHA256 (irssi-1.2.2.tar.gz) = UxgoYdTSvm2zX6fj8FJKZNKlSjdDB1dNq19TYr/qVjw=
|
||||
SIZE (glib-2-63.patch) = 1498
|
||||
SIZE (irssi-1.2.2.tar.gz) = 1843879
|
||||
SHA256 (irssi-1.2.3.tar.gz) = Kcu3RtfldZHY/PeZQG+yjLfC1zS8QojLuLTE4Fz5nCU=
|
||||
SIZE (irssi-1.2.3.tar.gz) = 1824077
|
||||
|
@ -1,8 +1,9 @@
|
||||
$OpenBSD: patch-src_fe-common_core_Makefile_in,v 1.13 2019/02/17 19:25:43 kn Exp $
|
||||
$OpenBSD: patch-src_fe-common_core_Makefile_in,v 1.14 2021/05/26 13:50:02 sthen Exp $
|
||||
|
||||
Index: src/fe-common/core/Makefile.in
|
||||
--- src/fe-common/core/Makefile.in.orig
|
||||
+++ src/fe-common/core/Makefile.in
|
||||
@@ -420,7 +420,7 @@ AM_CPPFLAGS = \
|
||||
@@ -421,7 +421,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
||||
$(GLIB_CFLAGS) \
|
||||
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
||||
|
@ -1,8 +1,9 @@
|
||||
$OpenBSD: patch-src_perl_Makefile_in,v 1.13 2019/02/17 19:25:43 kn Exp $
|
||||
$OpenBSD: patch-src_perl_Makefile_in,v 1.14 2021/05/26 13:50:02 sthen Exp $
|
||||
|
||||
Index: src/perl/Makefile.in
|
||||
--- src/perl/Makefile.in.orig
|
||||
+++ src/perl/Makefile.in
|
||||
@@ -409,7 +409,7 @@ AM_CPPFLAGS = \
|
||||
@@ -411,7 +411,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/core \
|
||||
-I$(top_srcdir)/src/fe-common/core \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user