From owner-svn-ports-head@freebsd.org Sat Dec 31 13:33:54 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 6BF28C998A4; Sat, 31 Dec 2016 13:33:54 +0000 (UTC) (envelope-from sunpoet@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 1F9661E14; Sat, 31 Dec 2016 13:33:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVDXrAj005117; Sat, 31 Dec 2016 13:33:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBVDXrwY005114; Sat, 31 Dec 2016 13:33:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612311333.uBVDXrwY005114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 Dec 2016 13:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430109 - head/dns/libidn2 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.23 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, 31 Dec 2016 13:33:54 -0000 Author: sunpoet Date: Sat Dec 31 13:33:52 2016 New Revision: 430109 URL: https://svnweb.freebsd.org/changeset/ports/430109 Log: - Update to 0.14 Changes: https://gitlab.com/jas/libidn2/blob/master/NEWS Modified: head/dns/libidn2/Makefile head/dns/libidn2/distinfo head/dns/libidn2/pkg-plist Modified: head/dns/libidn2/Makefile ============================================================================== --- head/dns/libidn2/Makefile Sat Dec 31 13:14:46 2016 (r430108) +++ head/dns/libidn2/Makefile Sat Dec 31 13:33:52 2016 (r430109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn2 -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= dns MASTER_SITES= GNU_ALPHA/libidn \ https://ftp.iana.org/assignments/idna-tables-6.3.0/:idna_table \ Modified: head/dns/libidn2/distinfo ============================================================================== --- head/dns/libidn2/distinfo Sat Dec 31 13:14:46 2016 (r430108) +++ head/dns/libidn2/distinfo Sat Dec 31 13:33:52 2016 (r430109) @@ -1,6 +1,6 @@ -TIMESTAMP = 1483036483 -SHA256 (libidn2-0.12.tar.gz) = 5aac6a35546a472b218a1b1257b39e5e829fda489152f6c793064afc5a2f2956 -SIZE (libidn2-0.12.tar.gz) = 1223699 +TIMESTAMP = 1483187903 +SHA256 (libidn2-0.14.tar.gz) = ba5dfbf2ac617846d9a02ecbfd43d813de5e3100963d2412f1774fd16ea3218a +SIZE (libidn2-0.14.tar.gz) = 1503716 SHA256 (idna-tables-6.3.0.txt) = ac67b5bf7c2de2d3b6e11fa7bf0d7ba54e6457788aec1ebde48739ee084822b7 SIZE (idna-tables-6.3.0.txt) = 162415 SHA256 (DerivedNormalizationProps.txt) = c5e867ae043fe5d1cf713150d859356bfdcdba291c39f584af0bfb943f1a9743 Modified: head/dns/libidn2/pkg-plist ============================================================================== --- head/dns/libidn2/pkg-plist Sat Dec 31 13:14:46 2016 (r430108) +++ head/dns/libidn2/pkg-plist Sat Dec 31 13:33:52 2016 (r430109) @@ -3,7 +3,7 @@ include/idn2.h lib/libidn2.a lib/libidn2.so lib/libidn2.so.0 -lib/libidn2.so.0.1.0 +lib/libidn2.so.0.1.2 man/man1/idn2.1.gz man/man3/idn2_check_version.3.gz man/man3/idn2_free.3.gz