summaryrefslogtreecommitdiff
path: root/net-im/qTox/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-07 17:26:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-07 17:26:05 +0000
commit9d4e763ba0be3ba0f44ce85396e85a1719c06e0a (patch)
treee02c8ff8239303ab6a2e3d529b26e0934364cdcf /net-im/qTox/Makefile
parentUpdate to version 5.0.2 (diff)
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=385640
Diffstat (limited to 'net-im/qTox/Makefile')
-rw-r--r--net-im/qTox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile
index b9707cad4539..f2fa30c15671 100644
--- a/net-im/qTox/Makefile
+++ b/net-im/qTox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qTox
PORTVERSION= 0.150426
+PORTREVISION= 1
CATEGORIES= net-im net-p2p
MAINTAINER= yuri@rawbw.com
@@ -38,7 +39,7 @@ pre-everything::
@${ECHO_MSG}
post-patch:
- @${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_COMMIT}"|' \
+ @${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_TAGNAME}"|' \
${WRKSRC}/qtox.pro
@${REINPLACE_CMD} -e 's|INCLUDEPATH += "/usr/include|INCLUDEPATH += "/usr/local/include|' \
${WRKSRC}/qtox.pro