Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2014 09:53:31 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374182 - head/net/enet
Message-ID:  <201412070953.sB79rVF1096972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412070953.sB79rVF1096972>