svn commit: r477334 - in head/net: . haproxy17

Mathieu Arnold mat at FreeBSD.org
Thu Aug 16 14:01:33 UTC 2018


On Thu, Aug 16, 2018 at 01:13:58PM +0000, Dmitry Sivachenko wrote:
> Author: demon
> Date: Thu Aug 16 13:13:57 2018
> New Revision: 477334
> URL: https://svnweb.freebsd.org/changeset/ports/477334
> 
> Log:
>   Repo-copy haproxy->haproxy17 for the upcoming update of haproxy port.
> 
> Added:
>   head/net/haproxy17/
>      - copied from r477328, head/net/haproxy/
> Modified:
>   head/net/Makefile
>   head/net/haproxy17/Makefile
> 
> Modified: head/net/Makefile
> ==============================================================================
> --- head/net/Makefile	Thu Aug 16 13:07:44 2018	(r477333)
> +++ head/net/Makefile	Thu Aug 16 13:13:57 2018	(r477334)
> @@ -240,6 +240,7 @@
>      SUBDIR += hanstunnel
>      SUBDIR += haproxy
>      SUBDIR += haproxy-devel
> +    SUBDIR += haproxy17
>      SUBDIR += hexinject
>      SUBDIR += hidentd
>      SUBDIR += hinfo
> 
> Modified: head/net/haproxy17/Makefile
> ==============================================================================
> --- head/net/haproxy/Makefile	Thu Aug 16 12:30:42 2018	(r477328)
> +++ head/net/haproxy17/Makefile	Thu Aug 16 13:13:57 2018	(r477334)
> @@ -1,11 +1,11 @@
>  # Created by: Clement Laforet
>  # $FreeBSD$
>  
> -PORTNAME=	haproxy
> +PORTNAME=	haproxy17
>  PORTVERSION=	1.7.11
>  CATEGORIES=	net www
>  MASTER_SITES=	http://www.haproxy.org/download/1.7/src/
> -DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
> +DISTNAME=	haproxy-${PORTVERSION}

This should be

PORTNAME=	haproxy
PORTVERSION=	1.7.11
CATEGORIES=	net www
MASTER_SITES=	http://www.haproxy.org/download/1.7/src/
PKGNAMESUFFIX=	17

-- 
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/20180816/d099117f/attachment-0001.sig>


More information about the svn-ports-all mailing list