Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 23:29:57 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548438 - head/net/kea
Message-ID:  <202009122329.08CNTvhG032671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep 12 23:29:57 2020
New Revision: 548438
URL: https://svnweb.freebsd.org/changeset/ports/548438

Log:
  net/kea: Add back DISTNAME
  
  I shouldn't have removed the DISTNAME variable in ports r548437, it will be
  necessary in a future -P1 release.
  
  PR:		248973

Modified:
  head/net/kea/Makefile

Modified: head/net/kea/Makefile
==============================================================================
--- head/net/kea/Makefile	Sat Sep 12 23:18:24 2020	(r548437)
+++ head/net/kea/Makefile	Sat Sep 12 23:29:57 2020	(r548438)
@@ -4,6 +4,7 @@ PORTNAME=	kea
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/}
 CATEGORIES=	net
 MASTER_SITES=	ISC/kea/${ISCVERSION}
+DISTNAME=	${PORTNAME}-${ISCVERSION}
 
 MAINTAINER=	apevnev@me.com
 COMMENT=	Alternative DHCP implementation by ISC



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