svn commit: r524734 - head/net/exabgp

Mathieu Arnold mat at FreeBSD.org
Sat Feb 1 09:12:49 UTC 2020


On Fri, Jan 31, 2020 at 05:24:19PM +0000, Ryan Steinmetz wrote:
> Author: zi
> Date: Fri Jan 31 17:24:19 2020
> New Revision: 524734
> URL: https://svnweb.freebsd.org/changeset/ports/524734
> 
> Log:
>   - Pet portlint
>   - Note CONFLICTS with new 4.x port
>   - Bump PORTREVISION

Why bump PORTREVISION?

> Modified:
>   head/net/exabgp/Makefile
> 
> Modified: head/net/exabgp/Makefile
> ==============================================================================
> --- head/net/exabgp/Makefile	Fri Jan 31 17:04:19 2020	(r524733)
> +++ head/net/exabgp/Makefile	Fri Jan 31 17:24:19 2020	(r524734)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	exabgp
>  PORTVERSION=	3.4.25
> -PORTREVISION=	1
> +PORTREVISION=	2
>  CATEGORIES=	net
>  MASTER_SITES=	GH \
>  		ZI
> @@ -11,19 +11,21 @@ MASTER_SITES=	GH \
>  MAINTAINER=	zi at FreeBSD.org
>  COMMENT=	BGP engine and route injector
>  
> -RUN_DEPENDS=	${PY_IPADDRESS}
> -
>  LICENSE=	BSD3CLAUSE
>  LICENSE_FILE=	${WRKSRC}/COPYRIGHT
>  
> +RUN_DEPENDS=	${PY_IPADDRESS}
> +
> +USES=		python:2.7
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	Exa-Networks
> -USES=		python:2.7
>  SUB_FILES=	pkg-message exabgp.sh
>  SUB_LIST=	PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \
>  		PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
>  USE_RC_SUBR=	${PORTNAME}
>  NO_ARCH=	yes
> +
> +CONFLICTS_INSTALL=	exabgp4-[0-9]*
>  
>  USERS=		_bgpd
>  GROUPS=		_bgpd
> 

-- 
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-head/attachments/20200201/0043a22c/attachment.sig>


More information about the svn-ports-head mailing list