From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 2 15:04:26 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4043C1065670; Fri, 2 Jul 2010 15:04:26 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id A6F898FC0A; Fri, 2 Jul 2010 15:04:25 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OUhmy-0009cW-Ll; Fri, 02 Jul 2010 17:04:24 +0200 Date: Fri, 2 Jul 2010 17:04:24 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20100702150424.GZ2716@home.opsec.eu> References: <201007011950.o61Jo2Df067936@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <201007011950.o61Jo2Df067936@freefall.freebsd.org> Cc: Kurt Jaeger Subject: Re: ports/148298: [ports] [update] new version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2010 15:04:26 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [ports] [update] new version > >Arrival-Date: Thu Jul 01 19:50:02 UTC 2010 Attached: fixed patch with pkg-plist. -- pi@opsec.eu +49 171 3101372 10 years to go ! --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=cego-patch diff -r -u /usr/ports/databases/cego/Makefile databases/cego/Makefile --- /usr/ports/databases/cego/Makefile 2010-07-01 07:49:29.000000000 +0200 +++ databases/cego/Makefile 2010-07-01 21:29:49.000000000 +0200 @@ -5,7 +5,7 @@ # $FreeBSD: ports/databases/cego/Makefile,v 1.1 2010/07/01 05:49:29 miwi Exp $ PORTNAME= cego -PORTVERSION= 2.5.13 +PORTVERSION= 2.6.2 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ DISTNAME= cego-${PORTVERSION} diff -r -u /usr/ports/databases/cego/distinfo databases/cego/distinfo --- /usr/ports/databases/cego/distinfo 2010-07-01 07:49:29.000000000 +0200 +++ databases/cego/distinfo 2010-07-01 21:29:55.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (cego-2.5.13.tar.gz) = 163d35defe03fbffa46b215bbd4348be -SHA256 (cego-2.5.13.tar.gz) = 93a0ef10d6790874b1087c78fcf0098d933e010b8f280e7f9a7feb7dae5fae9c -SIZE (cego-2.5.13.tar.gz) = 634213 +MD5 (cego-2.6.2.tar.gz) = 438783331d7192bddab3f621cce9a1dc +SHA256 (cego-2.6.2.tar.gz) = 2db33daaed1178816e750b78b7fb00337a572f38dbc48b5c82072f0bee8e0d46 +SIZE (cego-2.6.2.tar.gz) = 637609 diff -r -u /usr/ports/databases/cego/pkg-plist databases/cego/pkg-plist --- /usr/ports/databases/cego/pkg-plist 2010-07-01 07:49:29.000000000 +0200 +++ databases/cego/pkg-plist 2010-07-02 16:57:29.000000000 +0200 @@ -26,8 +26,8 @@ lib/libcego.so.1 lib/libcgwrap.a lib/libcgwrap.so.1 -share/licenses/cego-2.5.13/GPLv2 -share/licenses/cego-2.5.13/LICENSE -share/licenses/cego-2.5.13/catalog.mk -@dirrm share/licenses/cego-2.5.13 +share/licenses/cego-2.6.2/GPLv2 +share/licenses/cego-2.6.2/LICENSE +share/licenses/cego-2.6.2/catalog.mk +@dirrm share/licenses/cego-2.6.2 @dirrm share/licenses --WYTEVAkct0FjGQmd--