svn commit: r390538 - head/dns/knot2

Mathieu Arnold mat at FreeBSD.org
Thu Jun 25 08:14:43 UTC 2015


Author: mat
Date: Thu Jun 25 08:14:42 2015
New Revision: 390538
URL: https://svnweb.freebsd.org/changeset/ports/390538

Log:
  If you're using DISTVERSION, might as well really use it.
  
  Sponsored by:	Absolight

Modified:
  head/dns/knot2/Makefile

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Thu Jun 25 07:50:30 2015	(r390537)
+++ head/dns/knot2/Makefile	Thu Jun 25 08:14:42 2015	(r390538)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	2.0.0.r1
+DISTVERSION=	2.0.0-rc1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/
 PKGNAMESUFFIX=	2
-DISTNAME=	${PORTNAME}-2.0.0-rc1
 
 MAINTAINER=	freebsd at dns-lab.com
 COMMENT=	High performance authoritative-only DNS server


More information about the svn-ports-head mailing list