svn commit: r393687 - in head: . dns dns/knot dns/knot1
Erwin Lansing
erwin at FreeBSD.org
Fri Aug 7 08:09:30 UTC 2015
Author: erwin
Date: Fri Aug 7 08:09:28 2015
New Revision: 393687
URL: https://svnweb.freebsd.org/changeset/ports/393687
Log:
Move dns/knot to knot1 now knot2 no longer is in beta.
PR: 201257
Submitted by: Leo Vandewoestijne <freebsd at dns-lab.com> (maintainer)
Sponsored by: DK Hostmaster A/S
Added:
head/dns/knot1/
- copied from r393684, head/dns/knot/
Deleted:
head/dns/knot/
Modified:
head/MOVED
head/dns/Makefile
head/dns/knot1/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Fri Aug 7 07:56:02 2015 (r393686)
+++ head/MOVED Fri Aug 7 08:09:28 2015 (r393687)
@@ -7817,3 +7817,4 @@ german/trytond_account_de_skr03||2015-08
www/trytond_google_maps||2015-08-05|No more supported upstream, use tryton 2.8 instead
devel/appdata-tools|devel/appstream-glib|2015-08-05|Replaced by appstream-glib
textproc/pystemmer|textproc/py-pystemmer|2015-08-06|Rename to match upstream (PyPi) name
+dns/knot|dns/knot1|2015-08-07|Rename to knot1 now knot 2.0 is out
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Fri Aug 7 07:56:02 2015 (r393686)
+++ head/dns/Makefile Fri Aug 7 08:09:28 2015 (r393687)
@@ -72,7 +72,7 @@
SUBDIR += inadyn-mt
SUBDIR += ipcheck
SUBDIR += ironsides
- SUBDIR += knot
+ SUBDIR += knot1
SUBDIR += knot2
SUBDIR += ldapdns
SUBDIR += ldns
Modified: head/dns/knot1/Makefile
==============================================================================
--- head/dns/knot/Makefile Fri Aug 7 06:53:06 2015 (r393684)
+++ head/dns/knot1/Makefile Fri Aug 7 08:09:28 2015 (r393687)
@@ -3,10 +3,11 @@
PORTNAME= knot
PORTVERSION= 1.6.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns ipv6
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
http://dns-lab.com/downloads/knot-dns/
+PKGNAMESUFFIX= 1
MAINTAINER= freebsd at dns-lab.com
COMMENT= High performance authoritative-only DNS server
@@ -16,7 +17,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= flex>=2.5.35_1:${PORTSDIR}/textproc/flex
LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
-CONFLICTS= knot-2.*
+CONFLICTS= knot-2.* knot2-.*
USES= alias bison libtool pkgconfig tar:xz
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list