Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 08:14:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390538 - head/dns/knot2
Message-ID:  <201506250814.t5P8Ehao021957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@dns-lab.com
 COMMENT=	High performance authoritative-only DNS server



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250814.t5P8Ehao021957>