From owner-svn-ports-head@freebsd.org Sat Jan 2 18:56:14 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 96CE5A5E0B7; Sat, 2 Jan 2016 18:56:14 +0000 (UTC) (envelope-from olgeni@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 4565618E7; Sat, 2 Jan 2016 18:56:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u02IuDId072243; Sat, 2 Jan 2016 18:56:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u02IuD3u072240; Sat, 2 Jan 2016 18:56:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601021856.u02IuD3u072240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 2 Jan 2016 18:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405086 - head/dns/erlang-idna 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.20 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: Sat, 02 Jan 2016 18:56:14 -0000 Author: olgeni Date: Sat Jan 2 18:56:13 2016 New Revision: 405086 URL: https://svnweb.freebsd.org/changeset/ports/405086 Log: Upgrade dns/erlang-idna to version 1.0.3. Modified: head/dns/erlang-idna/Makefile head/dns/erlang-idna/distinfo head/dns/erlang-idna/pkg-plist Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Sat Jan 2 18:29:37 2016 (r405085) +++ head/dns/erlang-idna/Makefile Sat Jan 2 18:56:13 2016 (r405086) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= dns PKGNAMEPREFIX= erlang- Modified: head/dns/erlang-idna/distinfo ============================================================================== --- head/dns/erlang-idna/distinfo Sat Jan 2 18:29:37 2016 (r405085) +++ head/dns/erlang-idna/distinfo Sat Jan 2 18:56:13 2016 (r405086) @@ -1,2 +1,2 @@ -SHA256 (benoitc-erlang-idna-1.0.2_GH0.tar.gz) = d87d7283245bdc1595ece8e79d7f13076fcbc02be6717319c67a79f0556adee9 -SIZE (benoitc-erlang-idna-1.0.2_GH0.tar.gz) = 127989 +SHA256 (benoitc-erlang-idna-1.0.3_GH0.tar.gz) = 3ab3da7d5b1aa682597124dd7f9f131bdd41fe49baa0c87d021a7ff893a4b27f +SIZE (benoitc-erlang-idna-1.0.3_GH0.tar.gz) = 180393 Modified: head/dns/erlang-idna/pkg-plist ============================================================================== --- head/dns/erlang-idna/pkg-plist Sat Jan 2 18:29:37 2016 (r405085) +++ head/dns/erlang-idna/pkg-plist Sat Jan 2 18:56:13 2016 (r405086) @@ -3,11 +3,15 @@ lib/erlang/lib/idna-%%VERSION%%/ebin/idn lib/erlang/lib/idna-%%VERSION%%/ebin/idna_ucs.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data1.beam +lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data2.beam lib/erlang/lib/idna-%%VERSION%%/ebin/punycode.beam +lib/erlang/lib/idna-%%VERSION%%/src/idna.app.src lib/erlang/lib/idna-%%VERSION%%/src/idna.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_ucs.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl.src +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data1.erl +lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data2.erl lib/erlang/lib/idna-%%VERSION%%/src/punycode.erl %%PORTDOCS%%%%DOCSDIR%%/README.md