Index: head/databases/cego/distinfo =================================================================== --- head/databases/cego/distinfo (revision 319857) +++ head/databases/cego/distinfo (revision 319858) @@ -1,2 +1,2 @@ -SHA256 (cego-2.18.6.tar.gz) = a8c0e5fe83e29f1b85bb75cce7d66d03399721e4dfe49e136bbcc5164819e0b0 -SIZE (cego-2.18.6.tar.gz) = 1462977 +SHA256 (cego-2.18.8.tar.gz) = 2da73fb3076a885c3c0cbca7350a077cf90dda3fb5a2ad4a1663f85ef9f85ede +SIZE (cego-2.18.8.tar.gz) = 1297219 Index: head/databases/cego/Makefile =================================================================== --- head/databases/cego/Makefile (revision 319857) +++ head/databases/cego/Makefile (revision 319858) @@ -1,42 +1,41 @@ # Created by: Kurt Jaeger # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.18.6 -PORTREVISION= 1 +PORTVERSION= 2.18.8 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= Relational and transactional database system LICENSE= GPLv3 LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \ lfcxml:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:env USE_RC_SUBR= cego USES= ncurses readline USERS= cego GROUPS= cego PLIST_SUB+= USER=${USERS} post-patch: @${REINPLACE_CMD} -e 's,-O3,,g' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/samples/cgplustest/Makefile.in \ ${WRKSRC}/samples/cgwraptest/Makefile.in post-install: @${MKDIR} ${PREFIX}/share/cego @${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/ .include