diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-09-24 21:33:40 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-09-24 21:33:40 +0000 |
commit | 2ae15134c8a84d1098117b8ed1be7455aba45f81 (patch) | |
tree | 40590e4eb3547ed1d93141cd396b545592b164f1 /net-im/toxic | |
parent | f0dad4527a54c3b28a96d60e072ef0b78d96b92d (diff) | |
download | ports-2ae15134c8a84d1098117b8ed1be7455aba45f81.tar.gz ports-2ae15134c8a84d1098117b8ed1be7455aba45f81.zip |
Notes
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Makefile | 5 | ||||
-rw-r--r-- | net-im/toxic/distinfo | 4 | ||||
-rw-r--r-- | net-im/toxic/pkg-plist | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 2d955100c107..ae3c176ef1cd 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.5.0.140908 -PORTREVISION= 2 +PORTVERSION= 0.5.1.140924 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -20,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 09f90d0 +GH_COMMIT= dc3b2e0 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo index c2454a1ace58..e3e8fb494f97 100644 --- a/net-im/toxic/distinfo +++ b/net-im/toxic/distinfo @@ -1,2 +1,2 @@ -SHA256 (toxic-0.5.0.140908.tar.gz) = a450d6271ec617de89cfd62a1feb4a9cc8650e7be2f6c1227cb37a98609105c9 -SIZE (toxic-0.5.0.140908.tar.gz) = 4075659 +SHA256 (toxic-0.5.1.140924.tar.gz) = dc4ceb30fea82238b91c1b80523f1d0f10be865c3e1eb1d6cc8761518f239ecc +SIZE (toxic-0.5.1.140924.tar.gz) = 4077711 diff --git a/net-im/toxic/pkg-plist b/net-im/toxic/pkg-plist index 4a22b15462e8..b4164be0f72b 100644 --- a/net-im/toxic/pkg-plist +++ b/net-im/toxic/pkg-plist @@ -19,5 +19,3 @@ man/man5/toxic.conf.5.gz %%DATADIR%%/sounds/TransferPending.wav %%DATADIR%%/toxic.conf.example %%DATADIR%%/toxic.conf.example-e -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%% |