From 42e124b7bdbf9ffbabf6356d61899b11e59bb9ac Mon Sep 17 00:00:00 2001 From: jlaffaye Date: Sun, 12 Jun 2011 13:57:49 +0000 Subject: Update to 2.2 Add USE_NCURSES Fix plist PR: ports/157766 Submitted by: Maarten de Vries (maintainer) Approved by: tabthorpe (mentor) --- irc/scrollz/Makefile | 10 +++++----- irc/scrollz/distinfo | 4 ++-- irc/scrollz/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index 8f1866fccd96..30c50517f9a9 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -6,20 +6,20 @@ # PORTNAME= scrollz -PORTVERSION= 2.1 -PORTREVISION= 3 +PORTVERSION= 2.2 +PORTREVISION= CATEGORIES= irc ipv6 -MASTER_SITES= http://scrollz.lysergide.net/ScrollZ/source/ \ - http://www.xs4all.nl/~netraam/ScrollZ/source/ +MASTER_SITES= http://www.scrollz.com/download/ \ + http://scrollz.multihomed.net/ DISTNAME= ScrollZ-${PORTVERSION} MAINTAINER= mdv@unsavoury.net COMMENT= Enhanced ircII client that supports scripts, colors, and more USE_GMAKE= yes -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-ipv6 --enable-regexp +USE_NCURSES= yes MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz" diff --git a/irc/scrollz/distinfo b/irc/scrollz/distinfo index 41e50e3687d1..d7bded022853 100644 --- a/irc/scrollz/distinfo +++ b/irc/scrollz/distinfo @@ -1,2 +1,2 @@ -SHA256 (ScrollZ-2.1.tar.bz2) = 131fc10100e875cf027abad040d296244ba35348bf45a2dfbdfc27ebe36b78d7 -SIZE (ScrollZ-2.1.tar.bz2) = 728902 +SHA256 (ScrollZ-2.2.tar.gz) = ed467c0f920bb84d85cdd8cea3e18a014025274b1a1ad688fd3725851f2bf653 +SIZE (ScrollZ-2.2.tar.gz) = 939999 diff --git a/irc/scrollz/pkg-plist b/irc/scrollz/pkg-plist index e3d6715f4f2b..7239e1b4ac1f 100644 --- a/irc/scrollz/pkg-plist +++ b/irc/scrollz/pkg-plist @@ -545,6 +545,7 @@ share/scrollz/help/set/notify_string share/scrollz/help/set/novice share/scrollz/help/set/old_encrypt_program share/scrollz/help/set/pause_after_motd +share/scrollz/help/set/rate_limit_join share/scrollz/help/set/realname share/scrollz/help/set/same_window_only share/scrollz/help/set/save_encryption_keys @@ -598,6 +599,7 @@ share/scrollz/help/set/tab_max share/scrollz/help/set/truncate_public_channel share/scrollz/help/set/underline_video share/scrollz/help/set/user_information +share/scrollz/help/set/username share/scrollz/help/set/user_wallops share/scrollz/help/set/verbose_ctcp share/scrollz/help/set/warn_of_ignores @@ -711,6 +713,7 @@ share/scrollz/help/wkill share/scrollz/help/ww share/scrollz/help/xecho share/scrollz/help/xtype +@exec /bin/mkdir %%PREFIX%%/share/scrollz/script @dirrm share/scrollz/script @dirrm share/scrollz/help/window @dirrm share/scrollz/help/set -- cgit