Date: Mon, 20 May 2013 19:06:34 +0200 From: Kurt Jaeger <pi@opsec.eu> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Kurt Jaeger <fbsd-ports@opsec.eu> Subject: Re: ports/178752: [patch update] database/cego 2.17.12 -> 2.18.3 Message-ID: <20130520170634.GD49200@home.opsec.eu> In-Reply-To: <201305181900.r4IJ00hB075416@freefall.freebsd.org> References: <E1UdmFi-000GB8-RD@fa9.opsec.eu> <201305181900.r4IJ00hB075416@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > >Synopsis: [patch update] database/cego 2.17.12 -> 2.18.3 Update to 2.18.4 ---------- diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile --- databases/cego/Makefile 2013-05-16 23:24:27.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/Makefile 2013-05-20 19:00:15.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/cego/Makefile 318261 2013-05-15 19:43:20Z zeising $ PORTNAME= cego -PORTVERSION= 2.17.12 +PORTVERSION= 2.18.4 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -10,10 +10,10 @@ MAINTAINER= fbsd-ports@opsec.eu COMMENT= Relational and transactional database system -LICENSE= GPLv2 +LICENSE= GPLv3 -LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \ - lfcxml:${PORTSDIR}/devel/lfcxml +LIB_DEPENDS= lfcbase.1:${PORTSDIR}/devel/lfcbase \ + lfcxml.1:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -33,6 +33,10 @@ @${REINPLACE_CMD} -e 's,-O3,,g' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/samples/cgplustest/Makefile.in \ - ${WRKSRC}/samples/cgwtest/Makefile.in + ${WRKSRC}/samples/cgwraptest/Makefile.in + +post-install: + @${MKDIR} ${PREFIX}/share/cego + @${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/ .include <bsd.port.mk> diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo --- databases/cego/distinfo 2013-05-13 23:24:22.000000000 +0200 +++ /usr/home/pi/myp/databases/cego/distinfo 2013-05-20 19:00:22.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (cego-2.17.12.tar.gz) = a900cb61ed440476797dded050b1cb3c3ac0785017bad40516ff52db0f0f83ab -SIZE (cego-2.17.12.tar.gz) = 634109 +SHA256 (cego-2.18.4.tar.gz) = 61937098a7c0d96b0ea94ed9fb733cd6c97e472789860374d03d89bdb2fc84f6 +SIZE (cego-2.18.4.tar.gz) = 1383353 diff -r -u -N databases/cego/pkg-plist /usr/home/pi/myp/databases/cego/pkg-plist --- databases/cego/pkg-plist 2013-01-01 15:32:16.000000000 +0100 +++ /usr/home/pi/myp/databases/cego/pkg-plist 2013-05-18 20:51:51.000000000 +0200 @@ -1,11 +1,8 @@ bin/cego bin/cgadm -bin/cgbackup bin/cgblow bin/cgclt bin/cglog -bin/cgmkdb -bin/cgrecover include/cego/CegoAdmNet.h include/cego/CegoAdminHandler.h include/cego/CegoBlob.h @@ -30,8 +27,17 @@ include/cego/CegoViewObject.h include/cego/cgwrap.h lib/libcego.a +lib/libcego.la +lib/libcego.so lib/libcego.so.1 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 -@dirrmtry %%USER%% +@dirrm share/cego -- pi@opsec.eu +49 171 3101372 7 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130520170634.GD49200>