svn commit: r431635 - head/databases/cego
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jan 16 12:55:00 UTC 2017
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>
More information about the svn-ports-all
mailing list