Date: Sun, 7 Dec 2014 14:15:10 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: Rusmir Dusko <nemysis@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r374182 - head/net/enet Message-ID: <20141207141510.51f4072e@kalimero.tijl.coosemans.org> In-Reply-To: <201412070953.sB79rVF1096972@svn.freebsd.org> References: <201412070953.sB79rVF1096972@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 Dec 2014 09:53:31 +0000 (UTC) Rusmir Dusko <nemysis@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141207141510.51f4072e>