Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2014 13:44:51 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374456 - head/dns/unbound
Message-ID:  <201412101344.sBADipCa091973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sem
Date: Wed Dec 10 13:44:50 2014
New Revision: 374456
URL: https://svnweb.freebsd.org/changeset/ports/374456
QAT: https://qat.redports.org/buildarchive/r374456/

Log:
  - Do not remove /var/run/unbound for smooth upgrading.
  
  PR:		195846
  Submitted by:	roberto

Modified:
  head/dns/unbound/Makefile
  head/dns/unbound/pkg-plist

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Wed Dec 10 13:32:30 2014	(r374455)
+++ head/dns/unbound/Makefile	Wed Dec 10 13:44:50 2014	(r374456)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unbound
 PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	http://unbound.net/downloads/
 

Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist	Wed Dec 10 13:32:30 2014	(r374455)
+++ head/dns/unbound/pkg-plist	Wed Dec 10 13:44:50 2014	(r374456)
@@ -61,5 +61,4 @@ sbin/unbound-host
 %%MUNIN%%etc/munin/plugins/unbound_munin_memory
 %%MUNIN%%etc/munin/plugins/unbound_munin_queue
 %%MUNIN%%share/munin/plugins/unbound_munin_
-@unexec rm -fr /var/run/unbound
 @exec chown unbound %D/etc/unbound



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