diff options
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 7 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index ee0137b40eae..fa8badc78136 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20121118 +PORTVERSION= 20121226 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,9 @@ WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITREV= 57293ff +GITDESC= v0.4.0-rc1 +#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 @@ -159,6 +161,7 @@ MAN1= weechat-curses.1 post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt + @${REINPLACE_CMD} -e 's|GIT_VERSION=""|GIT_VERSION="${GITDESC}"|' ${WRKSRC}/git-version.sh .for f in src/CMakeLists.txt src/core/CMakeLists.txt cmake/*.cmake @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${f} .endfor diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index 2578a3035b29..6cda5318c4a4 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-57293ff.tar.gz) = c4aa77d7ba73fc2994215ca0ae8527b0661a19d8f9df011983168348fbb257c5 -SIZE (weechat-devel-57293ff.tar.gz) = 2518572 +SHA256 (weechat-devel-01a1316.tar.gz) = 099a4b60c76208557e52ae4ab28ff00bba0b9ba5737aa3650cd02ed08d53e8bf +SIZE (weechat-devel-01a1316.tar.gz) = 2515079 |