diff options
author | Jase Thew <jase@FreeBSD.org> | 2013-01-20 20:14:38 +0000 |
---|---|---|
committer | Jase Thew <jase@FreeBSD.org> | 2013-01-20 20:14:38 +0000 |
commit | 6b080b0dc37a23aae1fc3485b100c2a615426332 (patch) | |
tree | 3acce861145113328910bb5310fcf5f0c4c445c5 /irc | |
parent | 68eacc42eaf7bdece572167c96913d08f0f35598 (diff) | |
download | ports-6b080b0dc37a23aae1fc3485b100c2a615426332.tar.gz ports-6b080b0dc37a23aae1fc3485b100c2a615426332.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat-devel/Makefile | 8 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 80d1455d9c22..652289f4562e 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20130114 +PORTVERSION= 20130120 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,7 @@ WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITDESC= v0.4.0-rc3-2-g8e587f7 +GITDESC= v0.4.0-9-g2dea08a GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' #GITREV= 01a1316 WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} @@ -95,6 +95,7 @@ PLIST_SUB+= RUBY="@comment " .endif .if ${PORT_OPTIONS:MGNUTLS} +USE_PKGCONFIG= yes LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no @@ -131,6 +132,7 @@ PLIST_SUB+= LUA="@comment " .endif .if ${PORT_OPTIONS:MGUILE} +USE_PKGCONFIG= yes LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile PLIST_SUB+= GUILE="" .else @@ -175,7 +177,7 @@ pre-configure: @${ECHO_MSG} "==> You have selected the ncurses 256 color option. Please ensure that" @${ECHO_MSG} "==> the devel/ncurses port is built with the EXTCOLORS option enabled." @${ECHO_MSG} "==>" - @${ECHO_MSG} "==> Ctrl-C now if you'd like to reconfigure." + @${ECHO_MSG} "==> Press Ctrl-C now if you want to re-configure." @${ECHO_MSG} "" @sleep 5 .endif diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index a5cb6bf402d0..fa4bb0309a32 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-8e587f7.tar.gz) = 8a35640e4c23c7ab62b1a362ffd11191e49eeb74c26a02a7bcb2013fb9a4883b -SIZE (weechat-devel-8e587f7.tar.gz) = 2522108 +SHA256 (weechat-devel-2dea08a.tar.gz) = 29fbda829ee70fc92a63dd81bef884c8c13c85069d863997f05c6913c84997ef +SIZE (weechat-devel-2dea08a.tar.gz) = 2527354 |