svn commit: r356767 - in head/irc/weechat: . files

Jase Thew jase at FreeBSD.org
Fri Jun 6 12:07:40 UTC 2014


Author: jase
Date: Fri Jun  6 12:07:39 2014
New Revision: 356767
URL: http://svnweb.freebsd.org/changeset/ports/356767
QAT: https://qat.redports.org/buildarchive/r356767/

Log:
  - Fix fallout from r355360 and allow lua plugin to be built
    successfully

Modified:
  head/irc/weechat/Makefile
  head/irc/weechat/files/patch-cmake-FindLua_cmake

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Fri Jun  6 11:12:46 2014	(r356766)
+++ head/irc/weechat/Makefile	Fri Jun  6 12:07:39 2014	(r356767)
@@ -3,7 +3,7 @@
 
 PORTNAME=	weechat
 PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	http://weechat.org/files/src/ \
 		http://perturb.me.uk/distfiles/weechat/:mandocs \

Modified: head/irc/weechat/files/patch-cmake-FindLua_cmake
==============================================================================
--- head/irc/weechat/files/patch-cmake-FindLua_cmake	Fri Jun  6 11:12:46 2014	(r356766)
+++ head/irc/weechat/files/patch-cmake-FindLua_cmake	Fri Jun  6 12:07:39 2014	(r356767)
@@ -17,7 +17,7 @@
 -        PATHS /lib /usr/lib /usr/local/lib /usr/pkg/lib
 -        PATH_SUFFIXES lua51 lua5.1 lua-5.1
 +FIND_LIBRARY(LUA_LIBRARY
-+	NAMES lua
++	NAMES lua lua-5.1
 +	PATHS ${BSD_LUA_LIBDIR}
  )
  


More information about the svn-ports-head mailing list