From owner-svn-ports-head@freebsd.org Thu Mar 24 12:05:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0406AADCF88; Thu, 24 Mar 2016 12:05:15 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C81ED15FE; Thu, 24 Mar 2016 12:05:14 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2OC5DGZ084027; Thu, 24 Mar 2016 12:05:13 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2OC5DXl084026; Thu, 24 Mar 2016 12:05:13 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201603241205.u2OC5DXl084026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 24 Mar 2016 12:05:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411775 - head/security/libsodium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 12:05:15 -0000 Author: vsevolod Date: Thu Mar 24 12:05:13 2016 New Revision: 411775 URL: https://svnweb.freebsd.org/changeset/ports/411775 Log: - Fix build on 9.x - Remove invalid mirror Modified: head/security/libsodium/Makefile Modified: head/security/libsodium/Makefile ============================================================================== --- head/security/libsodium/Makefile Thu Mar 24 11:59:29 2016 (r411774) +++ head/security/libsodium/Makefile Thu Mar 24 12:05:13 2016 (r411775) @@ -3,8 +3,7 @@ PORTNAME= libsodium PORTVERSION= 1.0.8 CATEGORIES= security -MASTER_SITES= http://download.libsodium.org/libsodium/releases/ \ - https://github.com/jedisct1/libsodium/releases/download/1.0.3/ +MASTER_SITES= http://download.libsodium.org/libsodium/releases/ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Library to build higher-level cryptographic tools @@ -12,7 +11,7 @@ COMMENT= Library to build higher-level c LICENSE= ISCL GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig +USES= libtool pathfix pkgconfig compiler:c11 USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-blocking-random