Bug 183682 - [MAINTAINER-UPDATE] dns/knot: update to 1.3.3
Summary: [MAINTAINER-UPDATE] dns/knot: update to 1.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 12:40 UTC by Leo Vandewoestijne
Modified: 2013-11-06 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.21 KB, patch)
2013-11-05 12:40 UTC, Leo Vandewoestijne
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2013-11-05 12:40:01 UTC
Knot was updated from 1.3.2 to 1.3.3

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-06 13:16:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-06 13:19:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-06 13:19:20 UTC
Author: wg
Date: Wed Nov  6 13:19:12 2013
New Revision: 332990
URL: http://svnweb.freebsd.org/changeset/ports/332990

Log:
  dns/knot: update to 1.3.3
  
  - Update to 1.3.3
  - Fix pkg-plist
  
  PR:		ports/183682
  Submitted by:	Leo Vandewoestijne <freebsd dns-lab.com> (maintainer)

Modified:
  head/dns/knot/Makefile
  head/dns/knot/distinfo
  head/dns/knot/pkg-plist

Modified: head/dns/knot/Makefile
==============================================================================
--- head/dns/knot/Makefile	Wed Nov  6 13:07:20 2013	(r332989)
+++ head/dns/knot/Makefile	Wed Nov  6 13:19:12 2013	(r332990)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	1.3.2
+DISTVERSION=	1.3.3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/dns/knot/distinfo
==============================================================================
--- head/dns/knot/distinfo	Wed Nov  6 13:07:20 2013	(r332989)
+++ head/dns/knot/distinfo	Wed Nov  6 13:19:12 2013	(r332990)
@@ -1,2 +1,2 @@
-SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351
-SIZE (knot-1.3.2.tar.gz) = 1148305
+SHA256 (knot-1.3.3.tar.gz) = 70f5237871a92cd8a777c73b80b6ac339212ea084d4adfaf314388be704027b4
+SIZE (knot-1.3.3.tar.gz) = 1148233

Modified: head/dns/knot/pkg-plist
==============================================================================
--- head/dns/knot/pkg-plist	Wed Nov  6 13:07:20 2013	(r332989)
+++ head/dns/knot/pkg-plist	Wed Nov  6 13:19:12 2013	(r332990)
@@ -1,8 +1,7 @@
-@stopdaemon knotd
 @unexec if cmp -s %B/knot.sample.conf %B/knot.conf; then rm -f %B/knot.conf; fi
+%%ETCDIR%%/knot.sample.conf
 @exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf
 %%ETCDIR%%/example.com.zone
-%%ETCDIR%%/knot.sample.conf
 man/man1/kdig.1.gz
 man/man1/khost.1.gz
 man/man1/knsupdate.1.gz
@@ -11,8 +10,10 @@ man/man8/knotc.8.gz
 man/man8/knotd.8.gz
 @dirrmtry %%ETCDIR%%
 @dirrmtry var/run/knot
+@dirrmtry var/run
 @dirrmtry var/lib/knot
 @dirrmtry var/lib
+@dirrmtry var
 bin/kdig
 bin/khost
 bin/knsupdate
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"