Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 16:55:50 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379448 - head/dns/dnscrypt-proxy
Message-ID:  <201502201655.t1KGtopD065028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Feb 20 16:55:50 2015
New Revision: 379448
URL: https://svnweb.freebsd.org/changeset/ports/379448
QAT: https://qat.redports.org/buildarchive/r379448/

Log:
  - Update to version 1.4.3 [1]
  - Convert to USES=execinfo
  
  PR:		197254 [1]
  Submitted by:	lightside@gmx.com [1]
  Approved by:	maintainer timeout

Modified:
  head/dns/dnscrypt-proxy/Makefile
  head/dns/dnscrypt-proxy/distinfo

Modified: head/dns/dnscrypt-proxy/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy/Makefile	Fri Feb 20 16:47:29 2015	(r379447)
+++ head/dns/dnscrypt-proxy/Makefile	Fri Feb 20 16:55:50 2015	(r379448)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnscrypt-proxy
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	dns
 MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/ \
 		http://www.dns-lab.com/downloads/dnscrypt-proxy/
@@ -13,11 +13,10 @@ COMMENT=	Boost privacy and security of D
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
-		libsodium.so:${PORTSDIR}/security/libsodium
+LIB_DEPENDS=	libsodium.so:${PORTSDIR}/security/libsodium
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		execinfo gmake
 
 SUB_FILES=	pkg-message
 

Modified: head/dns/dnscrypt-proxy/distinfo
==============================================================================
--- head/dns/dnscrypt-proxy/distinfo	Fri Feb 20 16:47:29 2015	(r379447)
+++ head/dns/dnscrypt-proxy/distinfo	Fri Feb 20 16:55:50 2015	(r379448)
@@ -1,2 +1,2 @@
-SHA256 (dnscrypt-proxy-1.4.2.tar.gz) = 1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076
-SIZE (dnscrypt-proxy-1.4.2.tar.gz) = 1592962
+SHA256 (dnscrypt-proxy-1.4.3.tar.gz) = f10f10c18e25ced3c5ec5d0c4145d33270f9cfa991fd1b18d5d9af00e4d9b68e
+SIZE (dnscrypt-proxy-1.4.3.tar.gz) = 1560345



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502201655.t1KGtopD065028>