diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-05-22 11:07:26 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-05-22 11:07:26 +0000 |
commit | 8b9fb628b423a1aa6cc0d8191888038d61ca5b13 (patch) | |
tree | 2e7060eee895306878a6ed34a7370118876492d4 /irc | |
parent | b5092a782b6fa7405188c595fa496aef77fde0a1 (diff) | |
download | ports-8b9fb628b423a1aa6cc0d8191888038d61ca5b13.tar.gz ports-8b9fb628b423a1aa6cc0d8191888038d61ca5b13.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat-devel/Makefile | 12 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 4 | ||||
-rw-r--r-- | irc/weechat-devel/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 74d17aa028fd..22ad2cd8d806 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weechat -PORTVERSION= 20120515 +PORTVERSION= 20120522 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ PKGNAMESUFFIX= -devel @@ -27,7 +27,7 @@ USE_CMAKE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib WANT_PERL= yes -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl # 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 @@ -47,7 +47,7 @@ OPTIONS= RUBY "Ruby scripting support" Off \ NLS "NLS support" On \ DOCUMENTATION "Build documentation" Off -GITREV= b645947 +GITREV= 6f5a20e WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} .include <bsd.port.options.mk> @@ -96,7 +96,7 @@ PLIST_SUB+= RUBY="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif @@ -134,7 +134,7 @@ PLIST_SUB+= LUA="@comment " .if defined(WITH_GUILE) IGNORE= guile support currently causes a segfault on exit. Please re-run 'make config' and disable GUILE -LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile PLIST_SUB+= GUILE="" .else CMAKE_ARGS+= -DENABLE_GUILE=no @@ -151,7 +151,7 @@ PLIST_SUB+= DOCUMENTATION="@comment " .endif .if defined(WITH_BACKTRACE) -LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo .endif MAN1= weechat-curses.1 diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index 4c4c0ee5f8db..b7bd71fcd845 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-b645947.tar.gz) = 0fe7fe6169b6e446a044176f3f3c547e81abf4777eee96c98dc41b14254cbe48 -SIZE (weechat-devel-b645947.tar.gz) = 2199124 +SHA256 (weechat-devel-6f5a20e.tar.gz) = 9550e3472206049745254249583c97a76e7d03db2c81450000b4febe0f564e53 +SIZE (weechat-devel-6f5a20e.tar.gz) = 2210456 diff --git a/irc/weechat-devel/pkg-plist b/irc/weechat-devel/pkg-plist index d0f10b90aaa1..7ddb1a07c816 100644 --- a/irc/weechat-devel/pkg-plist +++ b/irc/weechat-devel/pkg-plist @@ -20,6 +20,7 @@ libdata/pkgconfig/weechat.pc %%DOCUMENTATION%%share/doc/weechat/weechat_faq.en.html %%DOCUMENTATION%%share/doc/weechat/weechat_faq.fr.html %%DOCUMENTATION%%share/doc/weechat/weechat_faq.it.html +%%DOCUMENTATION%%share/doc/weechat/weechat_faq.ja.html %%DOCUMENTATION%%share/doc/weechat/weechat_faq.pl.html %%DOCUMENTATION%%share/doc/weechat/weechat_plugin_api.en.html %%DOCUMENTATION%%share/doc/weechat/weechat_plugin_api.fr.html |