From owner-svn-ports-head@FreeBSD.ORG Sun Dec 7 13:16:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1448DAC; Sun, 7 Dec 2014 13:16:33 +0000 (UTC) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 08BF7FC1; Sun, 7 Dec 2014 13:16:32 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqUGAIdShFRbsIuB/2dsb2JhbABagwZSTQvGFYYTAoEMFwEBAQEBfYQDAQEEOhwjEAsOBgQJJQ8qHgYTiD8BCNQgAQEBAQEBAQMBAQEBAQEBG5AcMweENgWTRIYagVeLW4YOg3A+MIJDAQEB Received: from 129.139-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.139.129]) by relay.skynet.be with ESMTP; 07 Dec 2014 14:15:12 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id sB7DFAcw001846; Sun, 7 Dec 2014 14:15:11 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 7 Dec 2014 14:15:10 +0100 From: Tijl Coosemans To: Rusmir Dusko 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 13:16:33 -0000 On Sun, 7 Dec 2014 09:53:31 +0000 (UTC) Rusmir Dusko 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.