svn commit: r353308 - in head/net-im/tox: . files

Thierry Thomas thierry at FreeBSD.org
Thu May 8 14:35:06 UTC 2014


Author: thierry
Date: Thu May  8 14:35:05 2014
New Revision: 353308
URL: http://svnweb.freebsd.org/changeset/ports/353308
QAT: https://qat.redports.org/buildarchive/r353308/

Log:
  Refresh, and use pathfix and libtool.

Deleted:
  head/net-im/tox/files/patch-Makefile.am
Modified:
  head/net-im/tox/Makefile
  head/net-im/tox/distinfo
  head/net-im/tox/pkg-plist

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Thu May  8 14:32:46 2014	(r353307)
+++ head/net-im/tox/Makefile	Thu May  8 14:35:05 2014	(r353308)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ProjectTox-Core
-PORTVERSION=	0.140421
+PORTVERSION=	0.140508
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	thierry at 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

Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo	Thu May  8 14:32:46 2014	(r353307)
+++ head/net-im/tox/distinfo	Thu May  8 14:35:05 2014	(r353308)
@@ -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

Modified: head/net-im/tox/pkg-plist
==============================================================================
--- head/net-im/tox/pkg-plist	Thu May  8 14:32:46 2014	(r353307)
+++ head/net-im/tox/pkg-plist	Thu May  8 14:35:05 2014	(r353308)
@@ -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


More information about the svn-ports-all mailing list