diff options
author | thierry <thierry@FreeBSD.org> | 2014-05-08 22:35:05 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-05-08 22:35:05 +0800 |
commit | 36641c4834062d690686a1adfbdd01ef5dc270c8 (patch) | |
tree | fb4e9890f60c64ddff1cf2c01fa5f2b795a8a818 /net-im/tox | |
parent | c30c0fbf24f143aae425fa343da9132b11e42e27 (diff) | |
download | freebsd-ports-gnome-36641c4834062d690686a1adfbdd01ef5dc270c8.tar.gz freebsd-ports-gnome-36641c4834062d690686a1adfbdd01ef5dc270c8.tar.zst freebsd-ports-gnome-36641c4834062d690686a1adfbdd01ef5dc270c8.zip |
Refresh, and use pathfix and libtool.
Diffstat (limited to 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 8 | ||||
-rw-r--r-- | net-im/tox/distinfo | 4 | ||||
-rw-r--r-- | net-im/tox/files/patch-Makefile.am | 11 | ||||
-rw-r--r-- | net-im/tox/pkg-plist | 4 |
4 files changed, 9 insertions, 18 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index ec36f9b85c1b..9cb136d32244 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ProjectTox-Core -PORTVERSION= 0.140421 +PORTVERSION= 0.140508 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org @@ -18,11 +18,13 @@ USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ProjectTox-Core GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 38e3b35 +GH_COMMIT= 52bfd7c USE_AUTOTOOLS= automake autoconf libtoolize -USES= pkgconfig +USES= pkgconfig pathfix libtool USE_LDCONFIG= yes +PATHFIX_MAKEFILEIN= Makefile.am +INSTALL_TARGET= install-strip OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= SODIUM NACL diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo index c75b611a0fe7..a07d8e9a0498 100644 --- a/net-im/tox/distinfo +++ b/net-im/tox/distinfo @@ -1,2 +1,2 @@ -SHA256 (ProjectTox-Core-0.140421.tar.gz) = 41044354301aaa94e5d39317b14ee0c232fbcae47ecab93a2f728961180b9e23 -SIZE (ProjectTox-Core-0.140421.tar.gz) = 267707 +SHA256 (ProjectTox-Core-0.140508.tar.gz) = c4b61a992a70f93681551d7486a76253fa493ae41bdc0ca66f1c107d9f5e92ef +SIZE (ProjectTox-Core-0.140508.tar.gz) = 267773 diff --git a/net-im/tox/files/patch-Makefile.am b/net-im/tox/files/patch-Makefile.am deleted file mode 100644 index 6c9a9b8ef0a2..000000000000 --- a/net-im/tox/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2014-03-01 03:14:55.000000000 +0100 -+++ Makefile.am 2014-03-01 18:04:57.000000000 +0100 -@@ -2,7 +2,7 @@ - - ACLOCAL_AMFLAGS = -I m4 - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)data/pkgconfig - - - pkgconfig_DATA = $(top_builddir)/libtoxcore.pc diff --git a/net-im/tox/pkg-plist b/net-im/tox/pkg-plist index 37e8a9923d02..995b756ce2a4 100644 --- a/net-im/tox/pkg-plist +++ b/net-im/tox/pkg-plist @@ -2,13 +2,13 @@ bin/DHT_bootstrap include/tox/tox.h include/tox/toxav.h lib/libtoxav.a -lib/libtoxav.la %%SODIUM%%lib/libtoxav.so %%SODIUM%%lib/libtoxav.so.0 +%%SODIUM%%lib/libtoxav.so.0.0.0 lib/libtoxcore.a -lib/libtoxcore.la %%SODIUM%%lib/libtoxcore.so %%SODIUM%%lib/libtoxcore.so.0 +%%SODIUM%%lib/libtoxcore.so.0.0.0 libdata/pkgconfig/libtoxav.pc libdata/pkgconfig/libtoxcore.pc @dirrm include/tox |