aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2012-04-24 14:13:26 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2012-04-24 14:13:26 +0000
commit84e393bcf6969c9c42e613135d48815d345bd540 (patch)
treefcba8c11491dabeac7b374fd76717e62d6280be1 /dns
parentaa434b1d8679ab7d34084f4d545cfe6b8a4aa3cc (diff)
downloadports-84e393bcf6969c9c42e613135d48815d345bd540.tar.gz
ports-84e393bcf6969c9c42e613135d48815d345bd540.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/knot/Makefile6
-rw-r--r--dns/knot/distinfo4
-rw-r--r--dns/knot/files/patch-configure15
-rw-r--r--dns/knot/files/pkg-message.in10
4 files changed, 8 insertions, 27 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile
index ebee4f8bd0cc..51ba042034a0 100644
--- a/dns/knot/Makefile
+++ b/dns/knot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= knot
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.0.3
CATEGORIES= dns ipv6
MASTER_SITES= http://public.nic.cz/files/knot-dns/ \
http://www.dns-lab.com/downloads/knot-dns/
@@ -40,9 +39,6 @@ post-install:
@${MKDIR} ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/samples/knot.min.conf ${ETCDIR}
@${INSTALL_DATA} ${WRKSRC}/samples/knot.full.conf ${ETCDIR}
- @if [ ! -f ${ETCDIR}/knot.conf ]; then \
- ${INSTALL_DATA} ${ETCDIR}/knot.min.conf ${ETCDIR}/knot.conf; \
- fi
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
diff --git a/dns/knot/distinfo b/dns/knot/distinfo
index fc1c5c6b769b..200c7c127a03 100644
--- a/dns/knot/distinfo
+++ b/dns/knot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (knot-1.0.1.tar.gz) = 0c18dd3c72a1d2df7708d45c638c83cf8a7a5b7ceafdb7c3350bebb2ca258f93
-SIZE (knot-1.0.1.tar.gz) = 1052858
+SHA256 (knot-1.0.3.tar.gz) = a9950727cbeff91ccccc2978c4dee9afbc30904006871ac53dba70b7e1c23513
+SIZE (knot-1.0.3.tar.gz) = 1066720
diff --git a/dns/knot/files/patch-configure b/dns/knot/files/patch-configure
deleted file mode 100644
index 0c5b18243044..000000000000
--- a/dns/knot/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure 2012-03-09 16:01:59.000000000 +0000
-+++ configure.new 2012-03-15 16:19:16.000000000 +0000
-@@ -4544,8 +4544,10 @@
- else
-
- ax_cv_have_sse2_ext=no
-- if test "$((0x$edx>>26&0x01))" = 1; then
-- ax_cv_have_sse2_ext=yes
-+ if test "$ax_cv_gcc_x86_cpuid_0x00000001" != "unknown"; then
-+ if test "$((0x$edx>>26&0x01))" = 1; then
-+ ax_cv_have_sse2_ext=yes
-+ fi
- fi
-
- fi
diff --git a/dns/knot/files/pkg-message.in b/dns/knot/files/pkg-message.in
index b52bad6f7de0..fd398cb07e65 100644
--- a/dns/knot/files/pkg-message.in
+++ b/dns/knot/files/pkg-message.in
@@ -5,17 +5,17 @@
#
# ----- configure --------------------------------------------------
#
- $EDITOR %%ETCDIR%%/knot.conf
-#
-# For all option have a look at the contents of
-# %%PREFIX%%/etc/knot/knot.full.conf
+ $EDITOR %%ETCDIR%%/knot.min.conf
+# -or-
+# $EDITOR %%ETCDIR%%/knot.full.conf
+# and save it as %%ETCDIR%%/knot.conf
#
# ----- prepare ----------------------------------------------------
#
# required:
echo knot_enable=\"YES\" >> /etc/rc.conf
# for customization if desired:
-# echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf" >> /etc/rc.conf
+# echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf\" >> /etc/rc.conf
#
# ----- startup ----------------------------------------------------
#