aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorjase <jase@FreeBSD.org>2012-08-21 17:29:33 +0800
committerjase <jase@FreeBSD.org>2012-08-21 17:29:33 +0800
commit93dc026e6c4fe544c5bc10c856ed8f772d5a5565 (patch)
tree61d9f215c6e87c835c03fa363b5dc8a7f247276f /irc
parent6beea4e194471c2730d4a857b35828b7d42f033b (diff)
downloadfreebsd-ports-gnome-93dc026e6c4fe544c5bc10c856ed8f772d5a5565.tar.gz
freebsd-ports-gnome-93dc026e6c4fe544c5bc10c856ed8f772d5a5565.tar.zst
freebsd-ports-gnome-93dc026e6c4fe544c5bc10c856ed8f772d5a5565.zip
- Update to 20120820
- Fix default build by removing SASL option as libgcrypt dependency is now mandatory Approved by: culot (mentor)
Diffstat (limited to 'irc')
-rw-r--r--irc/weechat-devel/Makefile18
-rw-r--r--irc/weechat-devel/distinfo4
2 files changed, 7 insertions, 15 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index e1feab7d7530..c7e76735c3b0 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= weechat
-PORTVERSION= 20120817
+PORTVERSION= 20120820
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/ \
${MASTER_SITE_LOCAL}
@@ -28,16 +28,17 @@ USE_CMAKE= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
WANT_PERL= yes
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \
+ gcrypt:${PORTSDIR}/security/libgcrypt
-GITREV= e59c181
+GITREV= 2944adc
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV}
# Please note: the DEBUG option is *NOT* empty, it is utilised by
# bsd.cmake.mk to set the cmake build type to Debug instead of
# Release.
-OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA GUILE CHARSET BACKTRACE DEBUG ASPELL GNUTLS NLS DOCUMENTATION SASL COLOR256
+OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA GUILE CHARSET BACKTRACE DEBUG ASPELL GNUTLS NLS DOCUMENTATION COLOR256
OPTIONS_DEFAULT=CHARSET BACKTRACE DEBUG
BACKTRACE_DESC= Provide crash backtraces
@@ -49,7 +50,6 @@ PERL_DESC= Perl scripting support
PYTHON_DESC= Python scripting support
RUBY_DESC= Ruby scripting support
TCL_DESC= Tcl scripting support
-SASL_DESC= SASL with DH-Blowfish support
COLOR256_DESC= Use ncurses port for 256 color support
.include <bsd.port.options.mk>
@@ -154,14 +154,6 @@ PLIST_SUB+= DOCUMENTATION="@comment "
LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo
.endif
-.if ${PORT_OPTIONS:MSASL}
-LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt
-PLIST_SUB+= SASL=""
-.else
-CMAKE_ARGS+= -DENABLE_GCRYPT=no
-PLIST_SUB+= SASL="@comment "
-.endif
-
.if ${PORT_OPTIONS:MCOLOR256}
WITH_NCURSES_PORT= yes
CMAKE_ARGS+= -DNCURSES_INCLUDE_PATH=${LOCALBASE}/include/ncurses
diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo
index 402409e6ecde..826c06ba720e 100644
--- a/irc/weechat-devel/distinfo
+++ b/irc/weechat-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (weechat-devel-e59c181.tar.gz) = 49c16ee930a9285b18e02f201c53b4966f811da11969e3e20be499f90f37e3ff
-SIZE (weechat-devel-e59c181.tar.gz) = 2394342
+SHA256 (weechat-devel-2944adc.tar.gz) = 4fa6a3198c8172ad4fd5f0b43c43dfd629b7c7fe649505bb689b4c2e91ed907b
+SIZE (weechat-devel-2944adc.tar.gz) = 2400812