mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to today's snapshot.
This commit is contained in:
parent
ab491dff93
commit
36ce70833d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349199
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ProjectTox-Core
|
||||
PORTVERSION= 0.140314
|
||||
PORTVERSION= 0.140325
|
||||
CATEGORIES= net-im net-p2p
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -18,7 +18,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= irungentoo
|
||||
GH_PROJECT= ProjectTox-Core
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 3acf43b
|
||||
GH_COMMIT= 90d7eb4
|
||||
|
||||
USE_AUTOTOOLS= automake autoconf libtoolize
|
||||
USES= pkgconfig
|
||||
@ -28,6 +28,7 @@ OPTIONS_RADIO= CRYPTO
|
||||
OPTIONS_RADIO_CRYPTO= SODIUM NACL
|
||||
OPTIONS_DEFINE= PHONE
|
||||
OPTIONS_DEFAULT= PHONE SODIUM
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PHONE_DESC= Enable phone test
|
||||
PHONE_CONFIGURE_ENABLE= phone
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ProjectTox-Core-0.140314.tar.gz) = 1630cbfd5fd1c71fbe1af79044c07033deec1dc46fd054e1a0507f91f4cdae83
|
||||
SIZE (ProjectTox-Core-0.140314.tar.gz) = 254700
|
||||
SHA256 (ProjectTox-Core-0.140325.tar.gz) = 5b762890cc52ec4518af8aa97cd39d75a4b443e61faa732510748bb09747f085
|
||||
SIZE (ProjectTox-Core-0.140325.tar.gz) = 258472
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- libtoxcore.pc.in.orig 2014-02-22 23:52:26.000000000 +0100
|
||||
+++ libtoxcore.pc.in 2014-02-25 09:32:35.000000000 +0100
|
||||
@@ -7,6 +7,6 @@
|
||||
Description: Tox protocol library
|
||||
Requires:
|
||||
Version: @PACKAGE_VERSION@
|
||||
-Libs: -L${libdir} -ltoxcore @LIBS@
|
||||
+Libs: -L${libdir} -ltoxcore @NACL_LIBS@ @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
@ -1,2 +0,0 @@
|
||||
Warning: due to NaCl weirdness, if you switch your config from libsodium
|
||||
to libnacl, you will have to rebuild the consumers of libtoxcore.
|
@ -3,12 +3,12 @@ include/tox/tox.h
|
||||
include/tox/toxav.h
|
||||
lib/libtoxav.a
|
||||
lib/libtoxav.la
|
||||
lib/libtoxav.so
|
||||
lib/libtoxav.so.0
|
||||
%%SODIUM%%lib/libtoxav.so
|
||||
%%SODIUM%%lib/libtoxav.so.0
|
||||
lib/libtoxcore.a
|
||||
lib/libtoxcore.la
|
||||
lib/libtoxcore.so
|
||||
lib/libtoxcore.so.0
|
||||
%%SODIUM%%lib/libtoxcore.so
|
||||
%%SODIUM%%lib/libtoxcore.so.0
|
||||
libdata/pkgconfig/libtoxav.pc
|
||||
libdata/pkgconfig/libtoxcore.pc
|
||||
@dirrm include/tox
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Venom
|
||||
PORTVERSION= 0.2.0.140314
|
||||
PORTVERSION= 0.2.0.140325
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -10,15 +10,16 @@ COMMENT= A cross-platform GUI for Tox written in Vala using GTK+
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
|
||||
LIB_DEPENDS= libtoxcore.so:${PORTSDIR}/net-im/tox \
|
||||
libgee-0.8.so:${PORTSDIR}/devel/libgee \
|
||||
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \
|
||||
${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
|
||||
LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \
|
||||
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= naxuroqa
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 86f4e45
|
||||
GH_COMMIT= 0165df4
|
||||
|
||||
USES= cmake desktop-file-utils pkgconfig
|
||||
USE_GNOME= glib20 gtk30
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Venom-0.2.0.140314.tar.gz) = ab77271be2453cefcc161d654b7c374a5d9e7b3680e969a56c965b986d7c30f4
|
||||
SIZE (Venom-0.2.0.140314.tar.gz) = 134964
|
||||
SHA256 (Venom-0.2.0.140325.tar.gz) = 1159b1f07c3e6e295f9bcd1eb294c99dcf119704439a3a9ae2af2547bafd19cd
|
||||
SIZE (Venom-0.2.0.140325.tar.gz) = 135863
|
||||
|
Loading…
Reference in New Issue
Block a user