Bug 182524 - [MAINTAINER-UPDATE] dns/knot: update to 1.3.2
Summary: [MAINTAINER-UPDATE] dns/knot: update to 1.3.2
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-09-30 22:00 UTC by Leo Vandewoestijne
Modified: 2013-10-01 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.88 KB, patch)
2013-09-30 22:00 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-09-30 22:00:00 UTC
This is the update of Knot DNS to version 1.3.2
This patch absoletes PR 181716
The reported trouble is seems to me all solved in this patch.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-30 23:25:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-01 17:02:20 UTC
Author: wg
Date: Tue Oct  1 16:02:12 2013
New Revision: 328959
URL: http://svnweb.freebsd.org/changeset/ports/328959

Log:
  dns/knot: update to 1.3.2
  
  - Update to 1.3.2 [1]
  - Convert lib depends to new syntax
  - Allow staging
  
  PR:		ports/182524 [1]
  Submitted by:	Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) [1]

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

Modified: head/dns/knot/Makefile
==============================================================================
--- head/dns/knot/Makefile	Tue Oct  1 15:51:14 2013	(r328958)
+++ head/dns/knot/Makefile	Tue Oct  1 16:02:12 2013	(r328959)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	1.3.0r1
+DISTVERSION=	1.3.2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
-		http://www.dns-lab.com/downloads/knot-dns/
-DISTNAME=	knot-1.3.0-rc1
+		http://dns-lab.com/downloads/knot-dns/
 
 MAINTAINER=	freebsd@dns-lab.com
 COMMENT=	Knot DNS is a high performance authoritative-only DNS server
@@ -15,36 +14,28 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
 		flex>=2.5.35_1:${PORTSDIR}/textproc/flex
-LIB_DEPENDS=	urcu:${PORTSDIR}/sysutils/liburcu
+LIB_DEPENDS=	liburcu.so:${PORTSDIR}/sysutils/liburcu
 
 USE_AUTOTOOLS=	libtool
 
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}
 
 SUB_FILES=	pkg-message
 
 USE_RC_SUBR=	${PORTNAME}d
 
-MAN8=		knotc.8 knotd.8 kdig.8 khost.8 knsupdate.8
-MAN5=		knot.conf.5
-
 INFO=		knot
 
 PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 post-install:
-	@${MKDIR} ${ETCDIR}
-	${INSTALL_DATA} ${WRKSRC}/samples/knot.sample.conf ${ETCDIR}
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
-	@${CAT} ${WRKDIR}/pkg-message
+	@${MKDIR} ${STAGEDIR}${ETCDIR}
+	${INSTALL_DATA} ${WRKSRC}/samples/knot.sample.conf ${STAGEDIR}${ETCDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>

Modified: head/dns/knot/distinfo
==============================================================================
--- head/dns/knot/distinfo	Tue Oct  1 15:51:14 2013	(r328958)
+++ head/dns/knot/distinfo	Tue Oct  1 16:02:12 2013	(r328959)
@@ -1,2 +1,2 @@
-SHA256 (knot-1.3.0-rc1.tar.gz) = 7f79dd4e2cf5e4346f9571cdc6667744298b0a0e98d56655287074bac95b3a5b
-SIZE (knot-1.3.0-rc1.tar.gz) = 1157222
+SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351
+SIZE (knot-1.3.2.tar.gz) = 1148305

Modified: head/dns/knot/pkg-plist
==============================================================================
--- head/dns/knot/pkg-plist	Tue Oct  1 15:51:14 2013	(r328958)
+++ head/dns/knot/pkg-plist	Tue Oct  1 16:02:12 2013	(r328959)
@@ -3,9 +3,18 @@
 @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
+man/man5/knot.conf.5.gz
+man/man8/knotc.8.gz
+man/man8/knotd.8.gz
 @dirrmtry %%ETCDIR%%
-sbin/kdig
-sbin/khost
+@dirrmtry var/run/knot
+@dirrmtry var/lib/knot
+@dirrmtry var/lib
+bin/kdig
+bin/khost
+bin/knsupdate
 sbin/knotc
 sbin/knotd
-sbin/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"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-01 17:10:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!