diff options
author | jase <jase@FreeBSD.org> | 2013-01-17 08:32:47 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2013-01-17 08:32:47 +0800 |
commit | cd32fca3f9bd0ca712006baa154e1bd1389dcfa8 (patch) | |
tree | 47174979b68161296c54badf88870c54a2efe5af /irc/weechat-devel/Makefile | |
parent | 8e1bf57561efdc11dc431ac6afbadeb5c49234b6 (diff) | |
download | freebsd-ports-graphics-cd32fca3f9bd0ca712006baa154e1bd1389dcfa8.tar.gz freebsd-ports-graphics-cd32fca3f9bd0ca712006baa154e1bd1389dcfa8.tar.zst freebsd-ports-graphics-cd32fca3f9bd0ca712006baa154e1bd1389dcfa8.zip |
- Update to 20130114 (0.4.0-rc3)
Diffstat (limited to 'irc/weechat-devel/Makefile')
-rw-r--r-- | irc/weechat-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index f59ffb8a98e..80d1455d9c2 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20130110 +PORTVERSION= 20130114 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-rc2-18-g8b61a55 +GITDESC= v0.4.0-rc3-2-g8e587f7 GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' #GITREV= 01a1316 WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} |