svn commit: r374182 - head/net/enet

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 7 13:16:33 UTC 2014


On Sun, 7 Dec 2014 09:53:31 +0000 (UTC) Rusmir Dusko <nemysis at FreeBSD.org> wrote:
> Author: nemysis
> Date: Sun Dec  7 09:53:30 2014
> New Revision: 374182
> URL: https://svnweb.freebsd.org/changeset/ports/374182
> QAT: https://qat.redports.org/buildarchive/r374182/
> 
> Log:
>   - Bump PORTREVISION for dependencies changes
>   - Change USES, add autoreconf
> 
> Modified:
>   head/net/enet/Makefile
> 
> Modified: head/net/enet/Makefile
> ==============================================================================
> --- head/net/enet/Makefile	Sun Dec  7 09:49:03 2014	(r374181)
> +++ head/net/enet/Makefile	Sun Dec  7 09:53:30 2014	(r374182)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	enet
>  PORTVERSION=	1.3.12
> -PORTREVISION=	1
> +PORTREVISION=	2
>  PORTEPOCH=	1
>  CATEGORIES=	net
>  MASTER_SITES=	http://enet.bespin.org/download/
> @@ -13,7 +13,7 @@ COMMENT=	Simple and robust communication
>  
>  LICENSE=	MIT
>  
> -USES=		pathfix libtool
> +USES=		autoreconf pathfix libtool
>  PATHFIX_MAKEFILEIN=	Makefile.am
>  USE_AUTOTOOLS=	aclocal automake autoconf
>  ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal

With USES=autoreconf you can remove USE_AUTOTOOLS, ACLOCAL_ARGS and
AUTOMAKE_ARGS.


More information about the svn-ports-head mailing list