--- knot/Makefile 2012-03-17 12:44:20.000000000 +0000 +++ knot/Makefile 2012-04-23 15:02:13.000000000 +0000 @@ -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 @@ @${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}/ --- knot/distinfo 2012-03-14 21:41:59.000000000 +0000 +++ knot/distinfo 2012-04-23 11:36:34.000000000 +0000 @@ -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 --- knot/files/pkg-message.in 2012-03-17 12:44:20.000000000 +0000 +++ knot/files/pkg-message.in 2012-04-23 14:50:18.000000000 +0000 @@ -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 ---------------------------------------------------- #