Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 23:25:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492534 - 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...
Message-ID:  <201902092325.x19NPbhV060555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb  9 23:25:36 2019
New Revision: 492534
URL: https://svnweb.freebsd.org/changeset/ports/492534

Log:
  Update dns/libidn2 to 2.1.1
  
  - 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
  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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/biology/ncbi-blast+/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ncbi-blast+
 DISTVERSION=	2.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/biology/ncbi-toolkit/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncbi-toolkit
 DISTVERSION=	2017.01.06	# containing BLAST v2.2.27 (? is this true)
-PORTREVISION=	1
+PORTREVISION=	2
 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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/bind9-devel/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -9,7 +9,7 @@ PORTREVISION=	0
 .else
 # XXX: correct version
 # dns/bind9xx here
-PORTREVISION=	0
+PORTREVISION=	1
 .endif
 CATEGORIES=	dns net ipv6
 # XXX: put the ISC master_site

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/bind911/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
 PKGNAMESUFFIX=	911

Modified: head/dns/bind912/Makefile
==============================================================================
--- head/dns/bind912/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/bind912/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -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=	2
+PORTREVISION=	3
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}

Modified: head/dns/bind913/Makefile
==============================================================================
--- head/dns/bind913/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/bind913/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -8,7 +8,7 @@ PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc
 PORTREVISION=	0
 .else
 # dns/bind913 here
-PORTREVISION=	2
+PORTREVISION=	3
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/dnsmasq-devel/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnsmasq
 DISTVERSION=	2.80rc1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/dnsmasq/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnsmasq
 DISTVERSION=	2.80
-PORTREVISION=	1	# leave this in even if 0 to avoid PORTEPOCH bumps
+PORTREVISION=	2	# 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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/knot2/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,6 +3,7 @@
 
 PORTNAME=	knot
 DISTVERSION=	2.7.6
+PORTREVISION=	1
 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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/libidn2/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libidn2
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.1
 CATEGORIES=	dns
 MASTER_SITES=	GNU/libidn
 

Modified: head/dns/libidn2/distinfo
==============================================================================
--- head/dns/libidn2/distinfo	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/libidn2/distinfo	Sat Feb  9 23:25:36 2019	(r492534)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546784452
-SHA256 (libidn2-2.1.0.tar.gz) = 032398dbaa9537af43f51a8d94e967e3718848547b1b2a4eb3138b20cad11d32
-SIZE (libidn2-2.1.0.tar.gz) = 2102683
+TIMESTAMP = 1549711661
+SHA256 (libidn2-2.1.1.tar.gz) = 95416080329298a13269e13175041b530cec3d98b54cafae9424b8dfd22078b1
+SIZE (libidn2-2.1.1.tar.gz) = 2113586

Modified: head/dns/libidn2/pkg-plist
==============================================================================
--- head/dns/libidn2/pkg-plist	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/libidn2/pkg-plist	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,8 +2,8 @@ bin/idn2
 include/idn2.h
 lib/libidn2.a
 lib/libidn2.so
-lib/libidn2.so.4
-lib/libidn2.so.4.0.0
+lib/libidn2.so.0
+lib/libidn2.so.0.3.5
 libdata/pkgconfig/libidn2.pc
 man/man1/idn2.1.gz
 man/man3/idn2_check_version.3.gz
@@ -15,6 +15,7 @@ man/man3/idn2_register_ul.3.gz
 man/man3/idn2_strerror.3.gz
 man/man3/idn2_strerror_name.3.gz
 man/man3/idn2_to_ascii_4i.3.gz
+man/man3/idn2_to_ascii_4i2.3.gz
 man/man3/idn2_to_ascii_4z.3.gz
 man/man3/idn2_to_ascii_8z.3.gz
 man/man3/idn2_to_ascii_lz.3.gz

Modified: head/dns/libpsl/Makefile
==============================================================================
--- head/dns/libpsl/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/libpsl/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -4,7 +4,7 @@
 PORTNAME=	libpsl
 PORTVERSION=	0.20.2
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/dns/p5-Net-LibIDN2/Makefile
==============================================================================
--- head/dns/p5-Net-LibIDN2/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/dns/p5-Net-LibIDN2/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-LibIDN2
 PORTVERSION=	1.00
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/ftp/curl/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,6 +3,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.64.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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/ftp/lftp/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lftp
 PORTVERSION=	4.8.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	http://lftp.tech/ftp/ \
 		http://lftp.tech/ftp/old/ \

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/ftp/wget/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wget
 DISTVERSION=	1.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	GNU
 EXTRACT_SUFX=	.tar.lz

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/mail/mpop/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mpop
 DISTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 

Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/mail/msmtp/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,6 +3,7 @@
 
 PORTNAME=	msmtp
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	https://marlam.de/msmtp/releases/
 

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/mail/mutt/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mutt
 DISTVERSION=	1.11.2
-PORTREVISION=	0
+PORTREVISION=	1
 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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/mail/s-nail/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,7 +2,7 @@
 
 PORTNAME=	s-nail
 PORTVERSION=	14.9.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	https://www.sdaoden.eu/downloads/
 

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/mail/sendmail/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sendmail
 PORTVERSION=	8.15.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/
 DISTNAME=	${PORTNAME}.${PORTVERSION}

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/security/gnutls/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	3.6.6
+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	Sat Feb  9 23:25:27 2019	(r492533)
+++ head/textproc/html-xml-utils/Makefile	Sat Feb  9 23:25:36 2019	(r492534)
@@ -2,7 +2,7 @@
 
 PORTNAME=	html-xml-utils
 PORTVERSION=	7.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/Tools/HTML-XML-utils/
 



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