svn commit: r548438 - head/net/kea

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 12 23:29:58 UTC 2020


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 at me.com
 COMMENT=	Alternative DHCP implementation by ISC


More information about the svn-ports-all mailing list