Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2012 09:29:33 +0000 (UTC)
From:      Jase Thew <jase@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302852 - head/irc/weechat-devel
Message-ID:  <201208210929.q7L9TXiw005794@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jase
Date: Tue Aug 21 09:29:33 2012
New Revision: 302852
URL: http://svn.freebsd.org/changeset/ports/302852

Log:
  - Update to 20120820
  - Fix default build by removing SASL option as libgcrypt dependency is
    now mandatory
  
  Approved by:	culot (mentor)

Modified:
  head/irc/weechat-devel/Makefile
  head/irc/weechat-devel/distinfo

Modified: head/irc/weechat-devel/Makefile
==============================================================================
--- head/irc/weechat-devel/Makefile	Tue Aug 21 09:21:36 2012	(r302851)
+++ head/irc/weechat-devel/Makefile	Tue Aug 21 09:29:33 2012	(r302852)
@@ -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

Modified: head/irc/weechat-devel/distinfo
==============================================================================
--- head/irc/weechat-devel/distinfo	Tue Aug 21 09:21:36 2012	(r302851)
+++ head/irc/weechat-devel/distinfo	Tue Aug 21 09:29:33 2012	(r302852)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208210929.q7L9TXiw005794>