aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-03-17 09:00:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-03-17 09:00:32 +0000
commit1ed4792c4bb93ada4ebb9e576e2e39e937d0dd57 (patch)
tree2def5f9dbd70dcb962eccf5c36a7e191d102e582 /irc/irssi
parentd6e2fd520e1410b60bd435f017f18e0f8c50dfa4 (diff)
downloadports-1ed4792c4bb93ada4ebb9e576e2e39e937d0dd57.tar.gz
ports-1ed4792c4bb93ada4ebb9e576e2e39e937d0dd57.zip
1: Update to 1.0.1.
2: remove uneeded config arguments (ncurses/ipv6) PR: 217348 Submitted by: brnrd@
Notes
Notes: svn path=/head/; revision=436326
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile8
-rw-r--r--irc/irssi/distinfo6
-rw-r--r--irc/irssi/files/patch-configure19
-rw-r--r--irc/irssi/pkg-plist3
4 files changed, 8 insertions, 28 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index e99fa07d86b6..79f927a3fc03 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= irssi
-PORTVERSION= 0.8.21
+PORTVERSION= 1.0.1
PORTEPOCH= 1
-PORTREVISION?= 0
CATEGORIES?= irc
MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
@@ -16,11 +15,10 @@ CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]*
USES= cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-ncurses=${NCURSESBASE}
INSTALL_TARGET= install-strip
USE_GNOME= glib20
-OPTIONS_DEFINE= PERL PROXY SOCKS IPV6 BOT DOCS TRUECOLOR
+OPTIONS_DEFINE= PERL PROXY SOCKS BOT DOCS TRUECOLOR
OPTIONS_DEFAULT= PERL
OPTIONS_SUB= yes
SOCKS_DESC= Socks proxy support
@@ -31,8 +29,6 @@ PERL_USES= perl5
PERL_CONFIGURE_ON= --with-perl-lib=site
PERL_CONFIGURE_OFF= --with-perl=no
PROXY_CONFIGURE_WITH= proxy
-IPV6_CONFIGURE_ENABLE= ipv6
-IPV6_CATEGORIES= ipv6
TRUECOLOR_DESC= Truecolor (24bit) support
TRUECOLOR_CONFIGURE_ENABLE= true-color
diff --git a/irc/irssi/distinfo b/irc/irssi/distinfo
index d660df357de6..12ca5bf44fa6 100644
--- a/irc/irssi/distinfo
+++ b/irc/irssi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483807627
-SHA256 (irssi-0.8.21.tar.xz) = e433063b8714dcf17438126902c9a9d5c97944b3185ecd0fc5ae25c4959bf35a
-SIZE (irssi-0.8.21.tar.xz) = 1007524
+TIMESTAMP = 1486923342
+SHA256 (irssi-1.0.1.tar.xz) = 9428c51a3f3598ffaef438c351a8d609cf10db34f2435bdcb84456226c383ccf
+SIZE (irssi-1.0.1.tar.xz) = 1027220
diff --git a/irc/irssi/files/patch-configure b/irc/irssi/files/patch-configure
deleted file mode 100644
index f35ae65d985d..000000000000
--- a/irc/irssi/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig 2017-01-07 16:47:51 UTC
-+++ configure
-@@ -13849,12 +13849,12 @@ if test "${with_ncurses+set}" = set; the
-
- if $search_ncurses
- then
-- if test -f $withval/include/ncurses.h
-+ if test -f $withval/include/ncurses/ncurses.h
- then
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Found ncurses on $withval/include/ncurses.h" >&5
--$as_echo "Found ncurses on $withval/include/ncurses.h" >&6; }
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Found ncurses on $withval/include/ncurses/ncurses.h" >&5
-+$as_echo "Found ncurses on $withval/include/ncurses/ncurses.h" >&6; }
-
-- CURSES_LIBS="-L$withval/lib -lncurses"
-+ CURSES_LIBS="-L$withval/lib -lncurses -ltinfo"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncurses" >&5
- $as_echo_n "checking for initscr in -lncurses... " >&6; }
- if ${ac_cv_lib_ncurses_initscr+:} false; then :
diff --git a/irc/irssi/pkg-plist b/irc/irssi/pkg-plist
index 81198523e602..dbe81b57d373 100644
--- a/irc/irssi/pkg-plist
+++ b/irc/irssi/pkg-plist
@@ -46,6 +46,8 @@ include/irssi/src/core/session.h
include/irssi/src/core/settings.h
include/irssi/src/core/signals.h
include/irssi/src/core/special-vars.h
+include/irssi/src/core/tls.h
+include/irssi/src/core/utf8.h
include/irssi/src/core/window-item-def.h
include/irssi/src/core/window-item-rec.h
include/irssi/src/core/write-buffer.h
@@ -59,6 +61,7 @@ include/irssi/src/fe-common/core/fe-exec.h
include/irssi/src/fe-common/core/fe-messages.h
include/irssi/src/fe-common/core/fe-queries.h
include/irssi/src/fe-common/core/fe-recode.h
+include/irssi/src/fe-common/core/fe-tls.h
include/irssi/src/fe-common/core/fe-windows.h
include/irssi/src/fe-common/core/formats.h
include/irssi/src/fe-common/core/hilight-text.h