svn commit: r389752 - in head: databases/tarantool net-mgmt/argus3-clients

Antoine Brodin antoine at FreeBSD.org
Mon Jun 15 20:59:18 UTC 2015


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
 


More information about the svn-ports-all mailing list