Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 20:59:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389752 - in head: databases/tarantool net-mgmt/argus3-clients
Message-ID:  <201506152059.t5FKxHmF068792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jun 15 20:59:16 2015
New Revision: 389752
URL: https://svnweb.freebsd.org/changeset/ports/389752

Log:
  Add explicit USES=readline

Modified:
  head/databases/tarantool/Makefile
  head/net-mgmt/argus3-clients/Makefile

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Mon Jun 15 20:52:42 2015	(r389751)
+++ head/databases/tarantool/Makefile	Mon Jun 15 20:59:16 2015	(r389752)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tarantool
 PORTVERSION=	1.5.3
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://tarantool.org/dist/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-${TR_REV}-src
@@ -14,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 TR_REV=		102-g2857a4e
 MAKE_JOBS_UNSAFE=yes
-USES=		cmake gettext gmake iconv perl5 compiler:c++11-lang
+USES=		cmake compiler:c++11-lang gettext gmake iconv perl5 readline
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	pkg-message

Modified: head/net-mgmt/argus3-clients/Makefile
==============================================================================
--- head/net-mgmt/argus3-clients/Makefile	Mon Jun 15 20:52:42 2015	(r389751)
+++ head/net-mgmt/argus3-clients/Makefile	Mon Jun 15 20:59:16 2015	(r389752)
@@ -3,6 +3,7 @@
 
 PORTNAME=	argus-clients
 PORTVERSION=	3.0.8
+PORTREVISION=	1
 CATEGORIES=	net-mgmt security
 MASTER_SITES=	http://qosient.com/argus/src/ \
 		ftp://qosient.com/pub/argus/src/
@@ -23,7 +24,7 @@ MYSQL_USE=	MYSQL=yes
 GEOIP_LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
 GEOIP_CONFIGURE_ON=	--with-GeoIP=${LOCALBASE}
 
-USES=		bison ncurses perl5
+USES=		bison ncurses perl5 readline
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 



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