diff options
author | mat <mat@FreeBSD.org> | 2017-02-14 00:38:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-14 00:38:32 +0800 |
commit | 4326aeff85d259649728896f2880368fce1c5b79 (patch) | |
tree | b19fe6a0916585a88a13249d8ec660a858716a03 /net-im/tox | |
parent | 33e4cfe6e033ee0e0970f264c59c6ac8682d832c (diff) | |
download | freebsd-ports-gnome-4326aeff85d259649728896f2880368fce1c5b79.tar.gz freebsd-ports-gnome-4326aeff85d259649728896f2880368fce1c5b79.tar.zst freebsd-ports-gnome-4326aeff85d259649728896f2880368fce1c5b79.zip |
Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong.
Sponsored by: Absolight
Diffstat (limited to 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 2 | ||||
-rw-r--r-- | net-im/tox/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 30e5ef702a07..addbec315708 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.1.5 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p @@ -23,7 +24,6 @@ TEST_DEPENDS= ${LOCALBASE}/lib/libmsgpackc.so:devel/msgpack \ USE_GITHUB= yes GH_ACCOUNT= TokTok GH_PROJECT= c-toxcore -GH_TAGNAME= v${PORTVERSION} USES= cmake compiler:c11 libtool pathfix pkgconfig USE_LDCONFIG= yes diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo index 05952fddd9fc..a842cdd18248 100644 --- a/net-im/tox/distinfo +++ b/net-im/tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484935862 -SHA256 (TokTok-c-toxcore-0.1.5-v0.1.5_GH0.tar.gz) = 32ee841e91594a95d6193e4a29d61b0935e4e145ffb2ddb9009c7d79ff9efa3b -SIZE (TokTok-c-toxcore-0.1.5-v0.1.5_GH0.tar.gz) = 431390 +TIMESTAMP = 1487003216 +SHA256 (TokTok-c-toxcore-v0.1.5_GH0.tar.gz) = 32ee841e91594a95d6193e4a29d61b0935e4e145ffb2ddb9009c7d79ff9efa3b +SIZE (TokTok-c-toxcore-v0.1.5_GH0.tar.gz) = 431390 |