svn commit: r548438 - head/net/kea

Mathieu Arnold mat at freebsd.org
Mon Sep 14 11:14:25 UTC 2020


On Sat, Sep 12, 2020 at 11:29:57PM +0000, Danilo G. Baio wrote:
> 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/}

As a side note, there is a "." missing here  ^, before "b", otherwise,
the port version up being wrong when in beta.

>  CATEGORIES=	net
>  MASTER_SITES=	ISC/kea/${ISCVERSION}
> +DISTNAME=	${PORTNAME}-${ISCVERSION}
>  
>  MAINTAINER=	apevnev at me.com
>  COMMENT=	Alternative DHCP implementation by ISC
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200914/f8de838b/attachment.sig>


More information about the svn-ports-all mailing list