mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Refresh.
This fixed the latest problem with GroupBot.
This commit is contained in:
parent
707633db47
commit
39325ab315
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372638
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toxcore
|
||||
PORTVERSION= 0.141026
|
||||
PORTVERSION= 0.141116
|
||||
CATEGORIES= net-im net-p2p
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -20,7 +20,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= irungentoo
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 9c480ac
|
||||
GH_COMMIT= 76d14ac
|
||||
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
|
||||
AUTOMAKE_ARGS= -a -c -f
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (toxcore-0.141026.tar.gz) = 169f7517f7c9569a5aeed8bf9976b204905e23e8f0b5292e1c4a60b6c46989ad
|
||||
SIZE (toxcore-0.141026.tar.gz) = 338782
|
||||
SHA256 (toxcore-0.141116.tar.gz) = 9ffdd8731734549678cf7d4ae34f32df24e3af05c15891e5122e4dc81e6799f8
|
||||
SIZE (toxcore-0.141116.tar.gz) = 346550
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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` ;\
|
Loading…
Reference in New Issue
Block a user