aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--biology/ncbi-blast+/Makefile1
-rw-r--r--biology/ncbi-toolkit/Makefile1
-rw-r--r--dns/bind9-devel/Makefile2
-rw-r--r--dns/bind911/Makefile2
-rw-r--r--dns/bind912/Makefile2
-rw-r--r--dns/bind913/Makefile2
-rw-r--r--dns/dnsmasq-devel/Makefile1
-rw-r--r--dns/dnsmasq/Makefile2
-rw-r--r--dns/knot2/Makefile2
-rw-r--r--dns/libidn2/Makefile6
-rw-r--r--dns/libidn2/distinfo6
-rw-r--r--dns/libidn2/pkg-plist4
-rw-r--r--dns/libpsl/Makefile2
-rw-r--r--dns/p5-Net-LibIDN2/Makefile1
-rw-r--r--ftp/curl/Makefile1
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/wget/Makefile1
-rw-r--r--mail/mpop/Makefile1
-rw-r--r--mail/msmtp/Makefile1
-rw-r--r--mail/mutt/Makefile2
-rw-r--r--mail/s-nail/Makefile1
-rw-r--r--mail/sendmail/Makefile2
-rw-r--r--security/gnutls/Makefile1
-rw-r--r--textproc/html-xml-utils/Makefile1
24 files changed, 29 insertions, 18 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile
index 789df1b44b2e..a93b4f0b0874 100644
--- a/biology/ncbi-blast+/Makefile
+++ b/biology/ncbi-blast+/Makefile
@@ -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}/
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile
index b3c92f114493..7ea2812f53c9 100644
--- a/biology/ncbi-toolkit/Makefile
+++ b/biology/ncbi-toolkit/Makefile
@@ -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
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 3a9f552d8a75..8435d06f6d52 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -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
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index 08d000b8eda7..2b69fe598001 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= 0
+PORTREVISION= 1
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 911
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile
index e1a80702ed85..1b241f012d39 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= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
diff --git a/dns/bind913/Makefile b/dns/bind913/Makefile
index 2e63ccfc1e01..9d7c06fc384c 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= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index 7ccdccc75325..fe3338d6ebfa 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -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/
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 9e4c5b139607..2423bb153f6d 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -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/ \
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile
index 9a9e91ef77b0..40a04c3ea2a0 100644
--- a/dns/knot2/Makefile
+++ b/dns/knot2/Makefile
@@ -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/
diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile
index 4a53cabdfc2f..781b48cef7d1 100644
--- a/dns/libidn2/Makefile
+++ b/dns/libidn2/Makefile
@@ -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
diff --git a/dns/libidn2/distinfo b/dns/libidn2/distinfo
index 914dce2d6cf1..b4c2e9166fc1 100644
--- a/dns/libidn2/distinfo
+++ b/dns/libidn2/distinfo
@@ -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
diff --git a/dns/libidn2/pkg-plist b/dns/libidn2/pkg-plist
index 0de4b8ae5f4e..1f68c35edc94 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.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
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile
index 895b02e713e4..451fb35e18cc 100644
--- a/dns/libpsl/Makefile
+++ b/dns/libpsl/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libpsl
PORTVERSION= 0.20.2
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= dns
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/dns/p5-Net-LibIDN2/Makefile b/dns/p5-Net-LibIDN2/Makefile
index 1513ed574f79..ffdd4a40ac25 100644
--- a/dns/p5-Net-LibIDN2/Makefile
+++ b/dns/p5-Net-LibIDN2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Net-LibIDN2
PORTVERSION= 1.00
+PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index d3bd503e47c4..35091ae215fa 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -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
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 0e9b9190e920..5b895721e10b 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -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/ \
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 6c1f63ac6023..b5305066c1c0 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wget
DISTVERSION= 1.20
+PORTREVISION= 1
CATEGORIES= ftp www ipv6
MASTER_SITES= GNU
EXTRACT_SUFX= .tar.lz
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index 4175efb398b1..e4cf31896af3 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mpop
DISTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= https://marlam.de/mpop/releases/
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 6c01af344894..4bf695b1b996 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= msmtp
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= https://marlam.de/msmtp/releases/
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index dbd037837a55..f7a9262cdffc 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -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/ \
diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile
index bb46ca0b7398..dc080d850f61 100644
--- a/mail/s-nail/Makefile
+++ b/mail/s-nail/Makefile
@@ -2,6 +2,7 @@
PORTNAME= s-nail
PORTVERSION= 14.9.11
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= https://www.sdaoden.eu/downloads/
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 5efdc9bc9c90..7c7a308d1aab 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -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}
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 6296701e0082..d3b684b538d2 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gnutls
PORTVERSION= 3.6.5
+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 2e998addc93f..e68c0aef0422 100644
--- a/textproc/html-xml-utils/Makefile
+++ b/textproc/html-xml-utils/Makefile
@@ -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/