From 9ec080f86a1314a8dc813649d8cdf76e4a316c68 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 16 Jul 2019 17:33:44 +0300 Subject: [PATCH] irssi: bump version --- net-irc/irssi/irssi-1.0.5.recipe | 68 ------------------- ...{irssi-1.1.1.recipe => irssi-1.2.1.recipe} | 6 +- 2 files changed, 3 insertions(+), 71 deletions(-) delete mode 100644 net-irc/irssi/irssi-1.0.5.recipe rename net-irc/irssi/{irssi-1.1.1.recipe => irssi-1.2.1.recipe} (95%) diff --git a/net-irc/irssi/irssi-1.0.5.recipe b/net-irc/irssi/irssi-1.0.5.recipe deleted file mode 100644 index 7875bcd9a..000000000 --- a/net-irc/irssi/irssi-1.0.5.recipe +++ /dev/null @@ -1,68 +0,0 @@ -SUMMARY="A text-based IRC client" -DESCRIPTION="Irssi is an IRC client written in the C programming language.\ -It uses a text-mode user interface. Numerous Perl scripts have been \ -made available for Irssi to customise how it looks and operates. Plugins \ -are available which add encryption and protocols such as ICQ and XMPP." -HOMEPAGE="https://irssi.org/" -COPYRIGHT="1999-2016 Timo Sirainen" -LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="https://github.com/irssi/irssi/releases/download/$portVersion/irssi-$portVersion.tar.gz" -CHECKSUM_SHA256="e560f537ca878471e64a3e9aee6967539717557a6edfd1746098b0481d5a5ad1" -SOURCE_DIR="irssi-$portVersion" - -ARCHITECTURES="?x86_gcc2 ?x86 x86_64" - -GLOBAL_WRITABLE_FILES=" - settings/irssi.conf keep-old - " - -PROVIDES=" - irssi = $portVersion - cmd:irssi - " -REQUIRES=" - haiku - lib:libglib_2.0 - lib:libiconv - lib:libintl - lib:libncursesw - lib:libperl - lib:libssl - " - -BUILD_REQUIRES=" - haiku_devel - devel:libglib_2.0 - devel:libncursesw - devel:libssl - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:automake - cmd:gcc - cmd:git - cmd:ld - cmd:libtoolize - cmd:links - cmd:make - cmd:perl - cmd:pkg_config - " - -BUILD() -{ - chmod +x autogen.sh irssi-version.sh file2header.sh - autoreconf -fi - runConfigure ./configure --with-perl=module --with-socks \ - --with-proxy --enable-true-color - make $jobArgs -} - -INSTALL() -{ - make install-strip - - rm $libDir/irssi/modules/lib*.la -} diff --git a/net-irc/irssi/irssi-1.1.1.recipe b/net-irc/irssi/irssi-1.2.1.recipe similarity index 95% rename from net-irc/irssi/irssi-1.1.1.recipe rename to net-irc/irssi/irssi-1.2.1.recipe index 200298956..4aa4972c5 100644 --- a/net-irc/irssi/irssi-1.1.1.recipe +++ b/net-irc/irssi/irssi-1.2.1.recipe @@ -4,7 +4,7 @@ It uses a text-mode user interface. Numerous Perl scripts have been \ made available for Irssi to customise how it looks and operates. Plugins \ are available which add encryption and protocols such as ICQ and XMPP." HOMEPAGE="https://irssi.org/" -COPYRIGHT="1999-2018 Timo Sirainen +COPYRIGHT="1999-2019 Timo Sirainen Valentin Batz (senneth, vb) Wouter Coekaerts (coekie) Jochen Eisinger (c0ffee) @@ -93,9 +93,9 @@ COPYRIGHT="1999-2018 Timo Sirainen xavierog" LICENSE="GNU GPL v2 OpenSSL GPL2 exception" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/irssi/irssi/releases/download/$portVersion/irssi-$portVersion.tar.gz" -CHECKSUM_SHA256="ea36959398f8c3d8f52065818e3c1500908390dd5d1125ece1a382e77cb84925" +CHECKSUM_SHA256="fd8b0ef2544fdb691211293dded3dcf6ed87f21781db19e7df62ead797f18a06" ARCHITECTURES="?x86_gcc2 ?x86 x86_64"