mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Refresh to a newer snapshot.
This commit is contained in:
parent
b08be6e522
commit
5ebb77ef49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370699
9 changed files with 22 additions and 41 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toxcore
|
||||
PORTVERSION= 0.140924
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.141012
|
||||
CATEGORIES= net-im net-p2p
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
@ -21,7 +20,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= irungentoo
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 744f51e
|
||||
GH_COMMIT= 0444ca1
|
||||
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
|
||||
AUTOMAKE_ARGS= -a -c -f
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (toxcore-0.140924.tar.gz) = 8c0937938f0d91ce63f3b941c726d1cb588e67d71b33a4a948f635c761cb8109
|
||||
SIZE (toxcore-0.140924.tar.gz) = 326683
|
||||
SHA256 (toxcore-0.141012.tar.gz) = 6b1ec20bc036ad63ca5633ccde4aa0e15109930d38f2618b4573fcb2a3bcd48e
|
||||
SIZE (toxcore-0.141012.tar.gz) = 333266
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- testing/test_avatars.c.orig 2014-09-24 03:00:12.000000000 +0200
|
||||
+++ testing/test_avatars.c 2014-09-24 22:18:32.000000000 +0200
|
||||
@@ -47,7 +47,11 @@
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <stdbool.h>
|
||||
+#if defined(__linux__)
|
||||
#include <linux/limits.h>
|
||||
+#elif defined(__FreeBSD__)
|
||||
+#include <sys/syslimits.h>
|
||||
+#endif
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toxic
|
||||
PORTVERSION= 0.5.1.140924
|
||||
PORTVERSION= 0.5.2.141012
|
||||
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= dc3b2e0
|
||||
GH_COMMIT= f7d46f1
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (toxic-0.5.1.140924.tar.gz) = dc4ceb30fea82238b91c1b80523f1d0f10be865c3e1eb1d6cc8761518f239ecc
|
||||
SIZE (toxic-0.5.1.140924.tar.gz) = 4077711
|
||||
SHA256 (toxic-0.5.2.141012.tar.gz) = 34f7e541f4eb195b093b7424c10c7b5db2326da1d5c136223368156323cd6a1c
|
||||
SIZE (toxic-0.5.2.141012.tar.gz) = 1095642
|
||||
|
|
|
@ -7,15 +7,13 @@ man/man5/toxic.conf.5.gz
|
|||
%%DATADIR%%/DHTnodes-e
|
||||
%%DATADIR%%/DNSservers
|
||||
%%DATADIR%%/DNSservers-e
|
||||
%%DATADIR%%/sounds/ContactLogsIn.wav
|
||||
%%DATADIR%%/sounds/ContactLogsOut.wav
|
||||
%%DATADIR%%/sounds/Error.wav
|
||||
%%DATADIR%%/sounds/IncomingCall.wav
|
||||
%%DATADIR%%/sounds/LogIn.wav
|
||||
%%DATADIR%%/sounds/LogOut.wav
|
||||
%%DATADIR%%/sounds/NewMessage.wav
|
||||
%%DATADIR%%/sounds/OutgoingCall.wav
|
||||
%%DATADIR%%/sounds/TransferComplete.wav
|
||||
%%DATADIR%%/sounds/TransferPending.wav
|
||||
%%DATADIR%%/sounds/ToxicContactOffline.wav
|
||||
%%DATADIR%%/sounds/ToxicContactOnline.wav
|
||||
%%DATADIR%%/sounds/ToxicError.wav
|
||||
%%DATADIR%%/sounds/ToxicIncomingCall.wav
|
||||
%%DATADIR%%/sounds/ToxicOutgoingCall.wav
|
||||
%%DATADIR%%/sounds/ToxicRecvMessage.wav
|
||||
%%DATADIR%%/sounds/ToxicTransferComplete.wav
|
||||
%%DATADIR%%/sounds/ToxicTransferStart.wav
|
||||
%%DATADIR%%/toxic.conf.example
|
||||
%%DATADIR%%/toxic.conf.example-e
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Venom
|
||||
PORTVERSION= 0.2.0.140908
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.0.141012
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
@ -20,9 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= naxuroqa
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 7fa007d
|
||||
GH_COMMIT= a9bff73
|
||||
|
||||
USES= cmake desktop-file-utils pkgconfig gettext
|
||||
USES= cmake desktop-file-utils gettext pkgconfig
|
||||
USE_GNOME= glib20 gtk30
|
||||
USE_SQLITE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Venom-0.2.0.140908.tar.gz) = 266143d2a938b2713ff03024ae39f9e9148db18c7d6f01d3afcde80b4cfb28b9
|
||||
SIZE (Venom-0.2.0.140908.tar.gz) = 177885
|
||||
SHA256 (Venom-0.2.0.141012.tar.gz) = 5d661404306504ea28fe8472f11fe74edce6c5d9855d8e6ef3349ff276d9184b
|
||||
SIZE (Venom-0.2.0.141012.tar.gz) = 250443
|
||||
|
|
|
@ -8,10 +8,9 @@ share/icons/hicolor/48x48/apps/venom.png
|
|||
share/icons/hicolor/64x64/apps/venom.png
|
||||
share/icons/hicolor/scalable/apps/venom.svg
|
||||
share/locale/de/LC_MESSAGES/Venom.mo
|
||||
share/locale/es/LC_MESSAGES/Venom.mo
|
||||
share/locale/it/LC_MESSAGES/Venom.mo
|
||||
share/locale/ru/LC_MESSAGES/Venom.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/Venom.mo
|
||||
share/pixmaps/venom.png
|
||||
share/venom/theme/default.css
|
||||
@dirrmtry share/venom/theme
|
||||
@dirrmtry share/venom
|
||||
|
|
Loading…
Add table
Reference in a new issue