Date: Tue, 22 Oct 2013 04:55:32 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331221 - head/databases/cego Message-ID: <201310220455.r9M4tWR5020018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Oct 22 04:55:32 2013 New Revision: 331221 URL: http://svnweb.freebsd.org/changeset/ports/331221 Log: - Update from 2.19.6 to 2.19.7 [1] - Add stage support [1] - Convert LIB_DEPENDS to new syntax PR: ports/183128 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1] Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cego/pkg-plist Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Tue Oct 22 04:22:17 2013 (r331220) +++ head/databases/cego/Makefile Tue Oct 22 04:55:32 2013 (r331221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.19.6 +PORTVERSION= 2.19.7 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -11,8 +11,8 @@ COMMENT= Relational and transactional da LICENSE= GPLv3 -LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \ - lfcxml:${PORTSDIR}/devel/lfcxml +LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ + liblfcxml.so:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -28,7 +28,6 @@ GROUPS= cego PLIST_SUB+= USER=${USERS} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,-O3,,g' \ ${WRKSRC}/src/Makefile.in \ @@ -36,7 +35,7 @@ post-patch: ${WRKSRC}/samples/cgwraptest/Makefile.in post-install: - @${MKDIR} ${PREFIX}/share/cego - @${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/ + @${MKDIR} ${STAGEDIR}${DATADIR} + @${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR} .include <bsd.port.mk> Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Tue Oct 22 04:22:17 2013 (r331220) +++ head/databases/cego/distinfo Tue Oct 22 04:55:32 2013 (r331221) @@ -1,2 +1,2 @@ -SHA256 (cego-2.19.6.tar.gz) = 6e56ab0a84069e71c6f8552eb6412d0bc50e8289d8a9614a69f134c86cd8f223 -SIZE (cego-2.19.6.tar.gz) = 901957 +SHA256 (cego-2.19.7.tar.gz) = aff0552007c9ca7392021ba0d361e70f2a2683a1827f89794a6e45dd6f510410 +SIZE (cego-2.19.7.tar.gz) = 902649 Modified: head/databases/cego/pkg-plist ============================================================================== --- head/databases/cego/pkg-plist Tue Oct 22 04:22:17 2013 (r331220) +++ head/databases/cego/pkg-plist Tue Oct 22 04:55:32 2013 (r331221) @@ -34,11 +34,10 @@ lib/libcgwrap.a lib/libcgwrap.la lib/libcgwrap.so lib/libcgwrap.so.1 -share/cego/cgbackup -share/cego/cgrecover -share/cego/cgmkdb -share/cego/startdb -share/cego/stopdb -@dirrm include/cego -@dirrm share/cego -@dirrmtry %%USER%% +%%DATADIR%%/cgbackup +%%DATADIR%%/cgmkdb +%%DATADIR%%/cgrecover +%%DATADIR%%/startdb +%%DATADIR%%/stopdb +@dirrmtry %%DATADIR%% +@dirrmtry include/cego
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310220455.r9M4tWR5020018>