From owner-svn-ports-head@freebsd.org Sun Jan 6 20:39:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 007421499D64; Sun, 6 Jan 2019 20:39:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A8208E481; Sun, 6 Jan 2019 20:39:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 721DE5943; Sun, 6 Jan 2019 20:39:48 +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 x06KdmMV090449; Sun, 6 Jan 2019 20:39:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x06KdhAx090423; Sun, 6 Jan 2019 20:39:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201901062039.x06KdhAx090423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Jan 2019 20:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489529 - in head: biology/ncbi-blast+ biology/ncbi-toolkit dns/bind9-devel dns/bind911 dns/bind912 dns/bind913 dns/dnsmasq dns/dnsmasq-devel dns/knot2 dns/libidn2 dns/libpsl dns/p5-Net... X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: biology/ncbi-blast+ biology/ncbi-toolkit dns/bind9-devel dns/bind911 dns/bind912 dns/bind913 dns/dnsmasq dns/dnsmasq-devel dns/knot2 dns/libidn2 dns/libpsl dns/p5-Net-LibIDN2 ftp/curl ftp/lft... X-SVN-Commit-Revision: 489529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9A8208E481 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 06 Jan 2019 20:39:49 -0000 Author: sunpoet Date: Sun Jan 6 20:39:43 2019 New Revision: 489529 URL: https://svnweb.freebsd.org/changeset/ports/489529 Log: Update dns/libidn2 to 2.1.0 - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Modified: head/biology/ncbi-blast+/Makefile head/biology/ncbi-toolkit/Makefile head/dns/bind9-devel/Makefile head/dns/bind911/Makefile head/dns/bind912/Makefile head/dns/bind913/Makefile head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq/Makefile head/dns/knot2/Makefile head/dns/libidn2/Makefile head/dns/libidn2/distinfo head/dns/libidn2/pkg-plist head/dns/libpsl/Makefile head/dns/p5-Net-LibIDN2/Makefile head/ftp/curl/Makefile head/ftp/lftp/Makefile head/ftp/wget/Makefile head/mail/mpop/Makefile head/mail/msmtp/Makefile head/mail/mutt/Makefile head/mail/s-nail/Makefile (contents, props changed) head/mail/sendmail/Makefile head/security/gnutls/Makefile head/textproc/html-xml-utils/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/biology/ncbi-blast+/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -2,6 +2,7 @@ PORTNAME= ncbi-blast+ DISTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= biology perl5 python MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \ https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ Modified: head/biology/ncbi-toolkit/Makefile ============================================================================== --- head/biology/ncbi-toolkit/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/biology/ncbi-toolkit/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= ncbi-toolkit DISTVERSION= 2017.01.06 # containing BLAST v2.2.27 (? is this true) +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/bind9-devel/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -9,7 +9,7 @@ PORTREVISION= 1 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 2 +PORTREVISION= 3 .endif CATEGORIES= dns net ipv6 # XXX: put the ISC master_site Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/bind911/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 911 Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/bind912/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc # dns/bind-tools here PORTREVISION= 0 .else -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: head/dns/bind913/Makefile ============================================================================== --- head/dns/bind913/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/bind913/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind913 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/dnsmasq-devel/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.80rc1 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/dnsmasq/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,7 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.80 -PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps +PORTREVISION= 1 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/knot2/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,7 +3,7 @@ PORTNAME= knot DISTVERSION= 2.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ Modified: head/dns/libidn2/Makefile ============================================================================== --- head/dns/libidn2/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/libidn2/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libidn2 -PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= dns MASTER_SITES= GNU/libidn @@ -15,13 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libunistring.so:devel/libunistring +USES= charsetfix gmake iconv libtool localbase pathfix + CONFIGURE_ARGS= --disable-nls \ --with-libunistring-prefix=${LOCALBASE} \ ac_cv_prog_RONN=${TRUE} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= charsetfix gmake iconv libtool localbase pathfix INFO= libidn2 Modified: head/dns/libidn2/distinfo ============================================================================== --- head/dns/libidn2/distinfo Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/libidn2/distinfo Sun Jan 6 20:39:43 2019 (r489529) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526716113 -SHA256 (libidn2-2.0.5.tar.gz) = 53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8 -SIZE (libidn2-2.0.5.tar.gz) = 2091929 +TIMESTAMP = 1546784452 +SHA256 (libidn2-2.1.0.tar.gz) = 032398dbaa9537af43f51a8d94e967e3718848547b1b2a4eb3138b20cad11d32 +SIZE (libidn2-2.1.0.tar.gz) = 2102683 Modified: head/dns/libidn2/pkg-plist ============================================================================== --- head/dns/libidn2/pkg-plist Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/libidn2/pkg-plist Sun Jan 6 20:39:43 2019 (r489529) @@ -2,8 +2,8 @@ bin/idn2 include/idn2.h lib/libidn2.a lib/libidn2.so -lib/libidn2.so.0 -lib/libidn2.so.0.3.4 +lib/libidn2.so.4 +lib/libidn2.so.4.0.0 libdata/pkgconfig/libidn2.pc man/man1/idn2.1.gz man/man3/idn2_check_version.3.gz Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/libpsl/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -4,7 +4,7 @@ PORTNAME= libpsl PORTVERSION= 0.20.2 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org Modified: head/dns/p5-Net-LibIDN2/Makefile ============================================================================== --- head/dns/p5-Net-LibIDN2/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/dns/p5-Net-LibIDN2/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= Net-LibIDN2 PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/ftp/curl/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.63.0 +PORTREVISION= 1 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/ftp/lftp/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,7 +3,7 @@ PORTNAME= lftp PORTVERSION= 4.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/ftp/wget/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= wget DISTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz Modified: head/mail/mpop/Makefile ============================================================================== --- head/mail/mpop/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/mail/mpop/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= mpop DISTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/mail/msmtp/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://marlam.de/msmtp/releases/ Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/mail/mutt/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -3,7 +3,7 @@ PORTNAME= mutt DISTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ Modified: head/mail/s-nail/Makefile ============================================================================== --- head/mail/s-nail/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/mail/s-nail/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -2,6 +2,7 @@ PORTNAME= s-nail PORTVERSION= 14.9.11 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/mail/sendmail/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ DISTNAME= ${PORTNAME}.${PORTVERSION} Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/security/gnutls/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -2,6 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.6.5 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} Modified: head/textproc/html-xml-utils/Makefile ============================================================================== --- head/textproc/html-xml-utils/Makefile Sun Jan 6 20:12:34 2019 (r489528) +++ head/textproc/html-xml-utils/Makefile Sun Jan 6 20:39:43 2019 (r489529) @@ -2,6 +2,7 @@ PORTNAME= html-xml-utils PORTVERSION= 7.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/Tools/HTML-XML-utils/