Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 21:14:18 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407058 - in head: archivers/libarchive dns/dnsmasq dns/dnsmasq-devel dns/knot2 lang/pike78 net-p2p/ncdc security/gnutls www/squid
Message-ID:  <201601232114.u0NLEIDe060656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sat Jan 23 21:14:18 2016
New Revision: 407058
URL: https://svnweb.freebsd.org/changeset/ports/407058

Log:
  Bump versions to chase Nettle shared library update

Modified:
  head/archivers/libarchive/Makefile
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq/Makefile
  head/dns/knot2/Makefile
  head/lang/pike78/Makefile
  head/net-p2p/ncdc/Makefile
  head/security/gnutls/Makefile
  head/www/squid/Makefile

Modified: head/archivers/libarchive/Makefile
==============================================================================
--- head/archivers/libarchive/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/archivers/libarchive/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libarchive
 PORTVERSION=	3.1.2
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://libarchive.org/downloads/

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/dns/dnsmasq-devel/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -4,6 +4,7 @@
 PORTNAME=	dnsmasq
 DISTVERSION=	2.76test5
 PORTVERSION=	2.76.0test5
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 #MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/test-releases/

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/dns/dnsmasq/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnsmasq
 DISTVERSION=	2.75
-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 Jan 23 21:13:46 2016	(r407057)
+++ head/dns/knot2/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -3,6 +3,7 @@
 
 PORTNAME=	knot
 DISTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/lang/pike78/Makefile
==============================================================================
--- head/lang/pike78/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/lang/pike78/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pike78
 PORTVERSION=	${PIKEVERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
 		ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \

Modified: head/net-p2p/ncdc/Makefile
==============================================================================
--- head/net-p2p/ncdc/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/net-p2p/ncdc/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ncdc
 PORTVERSION=	1.19.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		http://dev.yorhel.nl/download/

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/security/gnutls/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	3.3.17.1
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R:R}
 

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
+++ head/www/squid/Makefile	Sat Jan 23 21:14:18 2016	(r407058)
@@ -2,6 +2,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	3.5.13
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 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?201601232114.u0NLEIDe060656>