svn commit: r310717 - head/irc/weechat-devel
Jase Thew
jase at FreeBSD.org
Sun Jan 20 20:14:39 UTC 2013
Author: jase
Date: Sun Jan 20 20:14:38 2013
New Revision: 310717
URL: http://svnweb.freebsd.org/changeset/ports/310717
Log:
- Update to 20130120 (0.4.1-dev)
Modified:
head/irc/weechat-devel/Makefile
head/irc/weechat-devel/distinfo
Modified: head/irc/weechat-devel/Makefile
==============================================================================
--- head/irc/weechat-devel/Makefile Sun Jan 20 19:37:39 2013 (r310716)
+++ head/irc/weechat-devel/Makefile Sun Jan 20 20:14:38 2013 (r310717)
@@ -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
Modified: head/irc/weechat-devel/distinfo
==============================================================================
--- head/irc/weechat-devel/distinfo Sun Jan 20 19:37:39 2013 (r310716)
+++ head/irc/weechat-devel/distinfo Sun Jan 20 20:14:38 2013 (r310717)
@@ -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
More information about the svn-ports-head
mailing list