diff options
author | wen <wen@FreeBSD.org> | 2015-05-08 09:20:00 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-05-08 09:20:00 +0800 |
commit | b9fd0fa5531850813889dfb8835630504b208544 (patch) | |
tree | c3410cd4a62b3c3ead842ffa832d0f70b3e9b4dd /net-im/uTox/Makefile | |
parent | 3d4836d87ea435bd612b5dd75f773b2dfab32010 (diff) | |
download | freebsd-ports-gnome-b9fd0fa5531850813889dfb8835630504b208544.tar.gz freebsd-ports-gnome-b9fd0fa5531850813889dfb8835630504b208544.tar.zst freebsd-ports-gnome-b9fd0fa5531850813889dfb8835630504b208544.zip |
- Update to 20150505 v0.2.q
PR: 200000
Submitted by: fidaj@ukr.net(maintainer)
Diffstat (limited to 'net-im/uTox/Makefile')
-rw-r--r-- | net-im/uTox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index 77210842cad5..813f167eba9d 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.2.p.20150419 +DISTVERSION= 0.2.q.20150505 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -21,8 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= notsecure -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= a147476 +#GH_PROJECT= ${PORTNAME} +GH_TAGNAME= 60c1914 USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender |