Date: Mon, 16 Jan 2017 12:54:59 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431635 - head/databases/cego Message-ID: <201701161254.v0GCsxwY047397@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jan 16 12:54:58 2017 New Revision: 431635 URL: https://svnweb.freebsd.org/changeset/ports/431635 Log: - Fix missed shebang - Add dependency on bash, the port installs bash scripts - Switch to USES=localbase - Switch to new test framework Approved by: portmgr blanket Modified: head/databases/cego/Makefile Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Mon Jan 16 12:46:43 2017 (r431634) +++ head/databases/cego/Makefile Mon Jan 16 12:54:58 2017 (r431635) @@ -2,6 +2,7 @@ PORTNAME= cego PORTVERSION= 2.32.6 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -13,15 +14,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ liblfcxml.so:devel/lfcxml -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo +RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo \ + bash:shells/bash GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool ncurses readline shebangfix -SHEBANG_FILES= tools/cgbackup tools/cgrecover +USES= libtool localbase ncurses readline shebangfix +SHEBANG_FILES= tools/cgbackup tools/cgrecover tools/cgsimload USERS= cego GROUPS= cego @@ -44,7 +46,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcego.so.2.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgwrap.so.2.0.0 -do-test: - cd ${WRKSRC} && ${MAKE} check - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701161254.v0GCsxwY047397>