diff options
author | thierry <thierry@FreeBSD.org> | 2014-11-16 20:55:25 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-11-16 20:55:25 +0800 |
commit | acdc9f420bf75a532f0d497a61837707ad875a7b (patch) | |
tree | 211fee8a80478314b5a5fe3074bbc3916aa49d8f /net-im/toxic | |
parent | 6f6eaafde97791f8a166d812aa290ba4d8a7ec3e (diff) | |
download | freebsd-ports-gnome-acdc9f420bf75a532f0d497a61837707ad875a7b.tar.gz freebsd-ports-gnome-acdc9f420bf75a532f0d497a61837707ad875a7b.tar.zst freebsd-ports-gnome-acdc9f420bf75a532f0d497a61837707ad875a7b.zip |
Refresh.
This fixed the latest problem with GroupBot.
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Makefile | 4 | ||||
-rw-r--r-- | net-im/toxic/distinfo | 4 | ||||
-rw-r--r-- | net-im/toxic/files/patch-cfg_targets_install.mk | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 22cae103c2de..3ce888e0df1c 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.5.2.141025 +PORTVERSION= 0.5.2.141116 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -19,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= e22b7a3 +GH_COMMIT= 141b36a OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo index 0af7c88c8f7d..6a8ff078f412 100644 --- a/net-im/toxic/distinfo +++ b/net-im/toxic/distinfo @@ -1,2 +1,2 @@ -SHA256 (toxic-0.5.2.141025.tar.gz) = e69eaa2ec68d31fff942997b13fd8e1e1e7937b6e37d69ca61a31942aa350793 -SIZE (toxic-0.5.2.141025.tar.gz) = 1098702 +SHA256 (toxic-0.5.2.141116.tar.gz) = a1bef56d0e0eef32c47bb22b1f53ab485b324cfd80c781ca53549cc2a59e0c45 +SIZE (toxic-0.5.2.141116.tar.gz) = 1100141 diff --git a/net-im/toxic/files/patch-cfg_targets_install.mk b/net-im/toxic/files/patch-cfg_targets_install.mk deleted file mode 100644 index 320aa6e9b08c..000000000000 --- a/net-im/toxic/files/patch-cfg_targets_install.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- cfg/targets/install.mk.orig 2014-10-21 15:20:51.000000000 +0200 -+++ cfg/targets/install.mk 2014-10-25 17:27:09.000000000 +0200 -@@ -23,7 +23,7 @@ - @echo "Installing man pages" - @mkdir -p $(abspath $(DESTDIR)/$(MANDIR)) - @for f in $(MANFILES) ; do \ -- if [ ! -e "$$f" ]; then \ -+ if [ ! -e "$(DOC_DIR)/$$f" ]; then \ - continue ;\ - fi ;\ - section=$(abspath $(DESTDIR)/$(MANDIR))/man`echo $$f | rev | cut -d "." -f 1` ;\ |