Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:51:33 +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: r535391 - in head: archivers/libarchive biology/ncbi-blast+ biology/ncbi-toolkit devel/opendht devel/pijul dns/dnsmasq emulators/qemu emulators/qemu-cheri emulators/qemu-devel emulators...
Message-ID:  <202005161051.04GApXKC011829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 16 10:51:32 2020
New Revision: 535391
URL: https://svnweb.freebsd.org/changeset/ports/535391

Log:
  Bump PORTREVISION for security/nettle shlib change

Modified:
  head/archivers/libarchive/Makefile
  head/biology/ncbi-blast+/Makefile
  head/biology/ncbi-toolkit/Makefile
  head/devel/opendht/Makefile
  head/devel/pijul/Makefile
  head/dns/dnsmasq/Makefile
  head/emulators/qemu-cheri/Makefile
  head/emulators/qemu-devel/Makefile
  head/emulators/qemu/Makefile
  head/emulators/qemu31/Makefile
  head/emulators/qemu40/Makefile
  head/ftp/curl/Makefile
  head/ftp/filezilla/Makefile
  head/ftp/libfilezilla/Makefile
  head/games/supertuxkart/Makefile
  head/graphics/aseprite/Makefile
  head/mail/claws-mail/Makefile
  head/multimedia/gstreamer1-plugins-hls/Makefile
  head/multimedia/kodi/Makefile
  head/multimedia/libav/Makefile
  head/net-p2p/ncdc/Makefile
  head/net/chrony/Makefile
  head/net/libstorj/Makefile
  head/net/ocserv/Makefile
  head/net/radcli/Makefile
  head/net/radsecproxy/Makefile
  head/security/gnutls/Makefile
  head/security/libkpass/Makefile
  head/security/py-asyncssh/Makefile
  head/sysutils/rdup/Makefile
  head/www/epiphany/Makefile
  head/www/squid-devel/Makefile
  head/www/squid/Makefile
  head/www/squid3/Makefile

Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/archivers/libarchive/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libarchive
 PORTVERSION=	3.4.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	https://libarchive.org/downloads/

Modified: head/biology/ncbi-blast+/Makefile
==============================================================================
--- head/biology/ncbi-blast+/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/biology/ncbi-blast+/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ncbi-blast+
 DISTVERSION=	2.10.0
+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	Sat May 16 10:51:23 2020	(r535390)
+++ head/biology/ncbi-toolkit/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncbi-toolkit
 DISTVERSION=	2017.01.06	# containing BLAST v2.2.27 (? is this true)
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	biology
 MASTER_SITES=	ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/
 DISTNAME=	ncbi

Modified: head/devel/opendht/Makefile
==============================================================================
--- head/devel/opendht/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/devel/opendht/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opendht
 DISTVERSION=	1.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel net
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/pijul/Makefile
==============================================================================
--- head/devel/pijul/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/devel/pijul/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pijul
 PORTVERSION=	0.12.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	devel
 MASTER_SITES=	https://pijul.org/releases/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/dns/dnsmasq/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -4,7 +4,7 @@
 PORTNAME=	dnsmasq
 DISTVERSION=	2.81
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \

Modified: head/emulators/qemu-cheri/Makefile
==============================================================================
--- head/emulators/qemu-cheri/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/emulators/qemu-cheri/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	0.d${SNAPDATE}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	emulators devel
 PKGNAMESUFFIX=	-cheri
 

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/emulators/qemu-devel/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	4.2.0
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 PKGNAMESUFFIX=	-devel

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/emulators/qemu/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	4.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}

Modified: head/emulators/qemu31/Makefile
==============================================================================
--- head/emulators/qemu31/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/emulators/qemu31/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	3.1.1.1
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 PKGNAMESUFFIX=	31

Modified: head/emulators/qemu40/Makefile
==============================================================================
--- head/emulators/qemu40/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/emulators/qemu40/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	4.0.1
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 PKGNAMESUFFIX=	40

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/ftp/curl/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.70.0
+PORTREVISION=	1
 CATEGORIES=	ftp net www
 MASTER_SITES=	https://curl.haxx.se/download/ \
 		LOCAL/sunpoet

Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/ftp/filezilla/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	filezilla
 PORTVERSION=	3.40.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	ftp
 MASTER_SITES=	https://download.filezilla-project.org/client/
 DISTNAME=	FileZilla_${PORTVERSION}_src

Modified: head/ftp/libfilezilla/Makefile
==============================================================================
--- head/ftp/libfilezilla/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/ftp/libfilezilla/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libfilezilla
 PORTVERSION=	0.15.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp
 MASTER_SITES=	https://download.filezilla-project.org/${PORTNAME}/
 

Modified: head/games/supertuxkart/Makefile
==============================================================================
--- head/games/supertuxkart/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/games/supertuxkart/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	supertuxkart
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/supertuxkart/SuperTuxKart/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src

Modified: head/graphics/aseprite/Makefile
==============================================================================
--- head/graphics/aseprite/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/graphics/aseprite/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -4,7 +4,7 @@
 PORTNAME=		aseprite
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.2.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=		graphics
 
 MAINTAINER=		yuri@FreeBSD.org

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/mail/claws-mail/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	claws-mail
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news
 
 COMMENT=	Lightweight and featureful GTK+ based e-mail and news client

Modified: head/multimedia/gstreamer1-plugins-hls/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-hls/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/multimedia/gstreamer1-plugins-hls/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 COMMENT=	GStreamer HTTP Live Streaming (HLS) plugin

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/multimedia/kodi/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kodi
 DISTVERSION=	17.6
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	multimedia java
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/multimedia/libav/Makefile
==============================================================================
--- head/multimedia/libav/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/multimedia/libav/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libav
 PORTVERSION=	12.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	http://libav.org/releases/
 

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/net-p2p/ncdc/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncdc
 PORTVERSION=	1.22.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://dev.yorhel.nl/download/
 

Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/net/chrony/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chrony
 PORTVERSION=	3.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://download.tuxfamily.org/chrony/
 

Modified: head/net/libstorj/Makefile
==============================================================================
--- head/net/libstorj/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/net/libstorj/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,8 +2,8 @@
 
 PORTNAME=	libstorj
 PORTVERSION=	1.0.3
-PORTREVISION=	2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	3
 CATEGORIES=	net
 
 MAINTAINER=	jhixson@FreeBSD.org

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/net/ocserv/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocserv
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net net-vpn security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/
 

Modified: head/net/radcli/Makefile
==============================================================================
--- head/net/radcli/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/net/radcli/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	radcli
 PORTVERSION=	1.2.11
-PORTREVISION=	1
+PORTREVISION=	2
 MASTER_SITES=	https://github.com/radcli/radcli/releases/download/${PORTVERSION}/
 CATEGORIES=	net
 

Modified: head/net/radsecproxy/Makefile
==============================================================================
--- head/net/radsecproxy/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/net/radsecproxy/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	radsecproxy
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	GH
 

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/security/gnutls/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	3.6.13
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R}
 

Modified: head/security/libkpass/Makefile
==============================================================================
--- head/security/libkpass/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/security/libkpass/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libkpass
 PORTVERSION=	6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/security/py-asyncssh/Makefile
==============================================================================
--- head/security/py-asyncssh/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/security/py-asyncssh/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	asyncssh
 PORTVERSION=	1.16.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/rdup/Makefile
==============================================================================
--- head/sysutils/rdup/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/sysutils/rdup/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rdup
 PORTVERSION=	1.1.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	rm@FreeBSD.org

Modified: head/www/epiphany/Makefile
==============================================================================
--- head/www/epiphany/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/www/epiphany/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epiphany
 PORTVERSION=	3.28.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	www gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/www/squid-devel/Makefile
==============================================================================
--- head/www/squid-devel/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/www/squid-devel/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,6 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	5.0.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.squid-cache.org/Versions/v5/ \
 		http://www2.us.squid-cache.org/Versions/v5/ \

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/www/squid/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	4.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://www.squid-cache.org/Versions/v4/ \
 		http://www2.us.squid-cache.org/Versions/v4/ \

Modified: head/www/squid3/Makefile
==============================================================================
--- head/www/squid3/Makefile	Sat May 16 10:51:23 2020	(r535390)
+++ head/www/squid3/Makefile	Sat May 16 10:51:32 2020	(r535391)
@@ -2,7 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.5.28
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
 		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \



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