diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
commit | dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f (patch) | |
tree | 7024f5e8f834929410437d95daf7499f3ae5966b | |
parent | f8fbc1ddbadd068b44e2668c55ac085ee7d0cddd (diff) | |
download | ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.tar.gz ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.zip |
Notes
-rw-r--r-- | biology/ncbi-blast+/Makefile | 2 | ||||
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 2 | ||||
-rw-r--r-- | dns/bind9-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind912/Makefile | 2 | ||||
-rw-r--r-- | dns/bind913/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/knot2/Makefile | 1 | ||||
-rw-r--r-- | dns/libidn2/Makefile | 2 | ||||
-rw-r--r-- | dns/libidn2/distinfo | 6 | ||||
-rw-r--r-- | dns/libidn2/pkg-plist | 5 | ||||
-rw-r--r-- | dns/libpsl/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN2/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 2 | ||||
-rw-r--r-- | mail/mpop/Makefile | 1 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/s-nail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | security/gnutls/Makefile | 1 | ||||
-rw-r--r-- | textproc/html-xml-utils/Makefile | 2 |
24 files changed, 28 insertions, 22 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index a93b4f0b0874..365a726a6aa9 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -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}/ diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index 7ea2812f53c9..ae9cc2b1cc9c 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -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 diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 682c41c8d675..8f037c6d567b 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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 diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index bd7c73c5b567..feda914d2195 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -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 diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 51c39156b41c..81f9473987f8 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} # dns/bind-tools here PORTREVISION= 0 .else -PORTREVISION= 2 +PORTREVISION= 3 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind913/Makefile b/dns/bind913/Makefile index e32bfa1e52cd..8a39ceda47f7 100644 --- a/dns/bind913/Makefile +++ b/dns/bind913/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind913 here -PORTREVISION= 2 +PORTREVISION= 3 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index fe3338d6ebfa..dfba36a6f3f1 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -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/ diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 2423bb153f6d..d0021f27d415 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -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/ \ diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 2c4ff6578c90..40e9458fb653 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -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/ diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile index 781b48cef7d1..52ba1b1d92ac 100644 --- a/dns/libidn2/Makefile +++ b/dns/libidn2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn2 -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= dns MASTER_SITES= GNU/libidn diff --git a/dns/libidn2/distinfo b/dns/libidn2/distinfo index b4c2e9166fc1..a89a2be4e3c6 100644 --- a/dns/libidn2/distinfo +++ b/dns/libidn2/distinfo @@ -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 diff --git a/dns/libidn2/pkg-plist b/dns/libidn2/pkg-plist index 1f68c35edc94..088f5c428816 100644 --- a/dns/libidn2/pkg-plist +++ b/dns/libidn2/pkg-plist @@ -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 diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile index 451fb35e18cc..e8c3222149fa 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -4,7 +4,7 @@ PORTNAME= libpsl PORTVERSION= 0.20.2 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org diff --git a/dns/p5-Net-LibIDN2/Makefile b/dns/p5-Net-LibIDN2/Makefile index ffdd4a40ac25..a086dc72d080 100644 --- a/dns/p5-Net-LibIDN2/Makefile +++ b/dns/p5-Net-LibIDN2/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-LibIDN2 PORTVERSION= 1.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index a38747636268..9e696aea0897 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -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 diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 5b895721e10b..88701a2a22d3 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -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/ \ diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b5305066c1c0..7e882db45fdb 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index ecd9f42ca888..2eddd594a62c 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpop DISTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 76495037963c..ed865430786a 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://marlam.de/msmtp/releases/ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 025dd176db9c..e02fd54fac4c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -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/ \ diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile index dc080d850f61..45b8e26c995e 100644 --- a/mail/s-nail/Makefile +++ b/mail/s-nail/Makefile @@ -2,7 +2,7 @@ PORTNAME= s-nail PORTVERSION= 14.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 7c7a308d1aab..0ff5790ddf61 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -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} diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index fbe89856403e..2b60205126a2 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.6.6 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile index e68c0aef0422..3c40be39ca83 100644 --- a/textproc/html-xml-utils/Makefile +++ b/textproc/html-xml-utils/Makefile @@ -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/ |