This is an update from 1.1.0rc1 to 1.1.0 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Author: jgh Date: Wed Oct 3 20:13:36 2012 New Revision: 305222 URL: http://svn.freebsd.org/changeset/ports/305222 Log: - update to 1.1.0 PR: 172303 Submitted by: maintainer, freebsd@dns-lab.com Modified: head/dns/knot/Makefile head/dns/knot/distinfo Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Wed Oct 3 20:01:09 2012 (r305221) +++ head/dns/knot/Makefile Wed Oct 3 20:13:36 2012 (r305222) @@ -6,11 +6,10 @@ # PORTNAME= knot -PORTVERSION= 1.1.0r2 +PORTVERSION= 1.1.0 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ -DISTNAME= ${PORTNAME}-1.1.0-rc2 MAINTAINER= freebsd@dns-lab.com COMMENT= Knot DNS is a high performance authoritative-only DNS server Modified: head/dns/knot/distinfo ============================================================================== --- head/dns/knot/distinfo Wed Oct 3 20:01:09 2012 (r305221) +++ head/dns/knot/distinfo Wed Oct 3 20:13:36 2012 (r305222) @@ -1,2 +1,2 @@ -SHA256 (knot-1.1.0-rc2.tar.gz) = a402e70f57a1abb0b2f45903366a1477004da095592a379df07089c67e301b36 -SIZE (knot-1.1.0-rc2.tar.gz) = 1198785 +SHA256 (knot-1.1.0.tar.gz) = 6b1a429d39abb8378e2c62750e04d04a67ef89daae52fefb5c93b881c001446e +SIZE (knot-1.1.0.tar.gz) = 1180069 _______________________________________________ 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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!