diff options
author | crees <crees@FreeBSD.org> | 2011-10-13 04:02:32 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-10-13 04:02:32 +0800 |
commit | a6a51363c2675f44693baf8a6db324df8219d070 (patch) | |
tree | bfd50008b7b7a01ea25cc8308d0e29f16a04a017 /irc | |
parent | e09748d43e991eb2695182dbe8974e4f8b4aecc6 (diff) | |
download | freebsd-ports-gnome-a6a51363c2675f44693baf8a6db324df8219d070.tar.gz freebsd-ports-gnome-a6a51363c2675f44693baf8a6db324df8219d070.tar.zst freebsd-ports-gnome-a6a51363c2675f44693baf8a6db324df8219d070.zip |
- Update to 20111010
- While here, remove full stops at end of OPTIONS descriptions
PR: ports/161520
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat-devel/Makefile | 32 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 4 |
2 files changed, 18 insertions, 18 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 69f9dfc023c7..83d8a07998a1 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= weechat -PORTVERSION= 20111002 +PORTVERSION= 20111010 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ PKGNAMESUFFIX= -devel -DISTNAME= weechat-devel-55a5b3f8d91f462fb7bb84c7352b976676113957 +DISTNAME= weechat-devel-452382db26b3d22a985d3f822545c6f838f5cb70 MAINTAINER= freebsd@beardz.net COMMENT= A lightweight and user friendly ncurse based IRC client @@ -28,20 +28,20 @@ CMAKE_USE_PTHREAD= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib WANT_PERL= yes -OPTIONS= RUBY "Ruby scripting support." Off \ - PYTHON "Python scripting support." Off \ - PERL "Perl scripting support." Off \ - TCL "TCL scripting support." Off \ - LUA "Lua scripting support." Off \ - CHARSET "Charset support." On \ - BACKTRACE "Backtraces." On \ - DEBUG "Debugging." On \ - ASPELL "Spell checking." Off \ - GNUTLS "GNU TLS." Off \ - NLS "NLS support." On \ - DOCUMENTATION "Build documentation." Off - -WRKSRC= ${WRKDIR}/${PORTNAME}-55a5b3f +OPTIONS= RUBY "Ruby scripting support" Off \ + PYTHON "Python scripting support" Off \ + PERL "Perl scripting support" Off \ + TCL "TCL scripting support" Off \ + LUA "Lua scripting support" Off \ + CHARSET "Charset support" On \ + BACKTRACE "Backtraces" On \ + DEBUG "Debugging" On \ + ASPELL "Spell checking" Off \ + GNUTLS "GNU TLS" Off \ + NLS "NLS support" On \ + DOCUMENTATION "Build documentation" Off + +WRKSRC= ${WRKDIR}/${PORTNAME}-452382d .include <bsd.port.options.mk> diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index 3f808762d504..c1f466869d92 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-55a5b3f8d91f462fb7bb84c7352b976676113957.tar.gz) = b9dcaf65a31ee3317850a6bde89e15cc2dbbf7eb80e9e8c9fb0eec456ace093c -SIZE (weechat-devel-55a5b3f8d91f462fb7bb84c7352b976676113957.tar.gz) = 1936790
\ No newline at end of file +SHA256 (weechat-devel-452382db26b3d22a985d3f822545c6f838f5cb70.tar.gz) = 0c9c470b1522b7fca4de9ead027c4109531e0eddbad70128a52fd4f092da6d12 +SIZE (weechat-devel-452382db26b3d22a985d3f822545c6f838f5cb70.tar.gz) = 1940427
\ No newline at end of file |