diff options
author | jase <jase@FreeBSD.org> | 2013-01-11 08:51:48 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2013-01-11 08:51:48 +0800 |
commit | 325379bb5944147815b301971596091c5605bd54 (patch) | |
tree | a0bbb201a1b9f9a26c5b8d465944811c0036eb56 /irc/weechat-devel/Makefile | |
parent | cdd7110028a3d4e49fbd52efabd5b076b9116b2f (diff) | |
download | freebsd-ports-graphics-325379bb5944147815b301971596091c5605bd54.tar.gz freebsd-ports-graphics-325379bb5944147815b301971596091c5605bd54.tar.zst freebsd-ports-graphics-325379bb5944147815b301971596091c5605bd54.zip |
- Update to 20130110 (0.4.0-rc2)
Diffstat (limited to 'irc/weechat-devel/Makefile')
-rw-r--r-- | irc/weechat-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index fa8badc7813..f59ffb8a98e 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20121226 +PORTVERSION= 20130110 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -26,9 +26,9 @@ WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITDESC= v0.4.0-rc1 -#GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' -GITREV= 01a1316 +GITDESC= v0.4.0-rc2-18-g8b61a55 +GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' +#GITREV= 01a1316 WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} # Please note: the DEBUG option is *NOT* empty, it is utilised by @@ -75,7 +75,7 @@ PLIST_SUB+= ASPELL="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= -2.7 +USE_PYTHON= 2.6- CMAKE_ARGS+= -DBSD_PYTHON_CMD=${PYTHON_CMD} \ -DBSD_PYTHON_VER=${PYTHON_VERSION} PLIST_SUB+= PYTHON="" |