Date: Tue, 14 Jul 2015 15:17:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392026 - branches/2015Q3/databases/cego Message-ID: <201507141517.t6EFHro7059210@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 14 15:17:52 2015 New Revision: 392026 URL: https://svnweb.freebsd.org/changeset/ports/392026 Log: MFH: r392023 - Fix shebangs - Add LICENSE_FILE - Fix whitespace Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/databases/cego/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/databases/cego/Makefile ============================================================================== --- branches/2015Q3/databases/cego/Makefile Tue Jul 14 15:16:26 2015 (r392025) +++ branches/2015Q3/databases/cego/Makefile Tue Jul 14 15:17:52 2015 (r392026) @@ -2,6 +2,7 @@ PORTNAME= cego PORTVERSION= 2.23.8 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -9,6 +10,7 @@ MAINTAINER= pi@FreeBSD.org COMMENT= Relational and transactional database system LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ liblfcxml.so:${PORTSDIR}/devel/lfcxml @@ -19,10 +21,11 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -USES= ncurses readline libtool +USES= ncurses readline libtool shebangfix +SHEBANG_FILES= tools/cgbackup tools/cgrecover -USERS= cego -GROUPS= cego +USERS= cego +GROUPS= cego PLIST_SUB+= USER=${USERS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141517.t6EFHro7059210>