- Update to 20130120 (0.4.1-dev)
This commit is contained in:
parent
68eacc42ea
commit
6b080b0dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310717
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= weechat
|
PORTNAME= weechat
|
||||||
PORTVERSION= 20130114
|
PORTVERSION= 20130120
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= http://perturb.me.uk/distfiles/ \
|
MASTER_SITES= http://perturb.me.uk/distfiles/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
|
@ -26,7 +26,7 @@ WANT_PERL= yes
|
||||||
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \
|
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \
|
||||||
gcrypt:${PORTSDIR}/security/libgcrypt
|
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!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/'
|
||||||
#GITREV= 01a1316
|
#GITREV= 01a1316
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV}
|
||||||
|
@ -95,6 +95,7 @@ PLIST_SUB+= RUBY="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGNUTLS}
|
.if ${PORT_OPTIONS:MGNUTLS}
|
||||||
|
USE_PKGCONFIG= yes
|
||||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||||
.else
|
.else
|
||||||
CMAKE_ARGS+= -DENABLE_GNUTLS=no
|
CMAKE_ARGS+= -DENABLE_GNUTLS=no
|
||||||
|
@ -131,6 +132,7 @@ PLIST_SUB+= LUA="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGUILE}
|
.if ${PORT_OPTIONS:MGUILE}
|
||||||
|
USE_PKGCONFIG= yes
|
||||||
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
|
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
|
||||||
PLIST_SUB+= GUILE=""
|
PLIST_SUB+= GUILE=""
|
||||||
.else
|
.else
|
||||||
|
@ -175,7 +177,7 @@ pre-configure:
|
||||||
@${ECHO_MSG} "==> You have selected the ncurses 256 color option. Please ensure that"
|
@${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} "==> the devel/ncurses port is built with the EXTCOLORS option enabled."
|
||||||
@${ECHO_MSG} "==>"
|
@${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} ""
|
@${ECHO_MSG} ""
|
||||||
@sleep 5
|
@sleep 5
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (weechat-devel-8e587f7.tar.gz) = 8a35640e4c23c7ab62b1a362ffd11191e49eeb74c26a02a7bcb2013fb9a4883b
|
SHA256 (weechat-devel-2dea08a.tar.gz) = 29fbda829ee70fc92a63dd81bef884c8c13c85069d863997f05c6913c84997ef
|
||||||
SIZE (weechat-devel-8e587f7.tar.gz) = 2522108
|
SIZE (weechat-devel-2dea08a.tar.gz) = 2527354
|
||||||
|
|
Loading…
Reference in a new issue