Bug 158578 - [patch] [update] databases/cego from 2.10.1 to 2.10.4
Summary: [patch] [update] databases/cego from 2.10.1 to 2.10.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 20:00 UTC by Kurt Jaeger
Modified: 2011-07-03 15:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.08 KB, patch)
2011-07-01 20:00 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2011-07-01 20:00:17 UTC
	[patch] [update] databases/cego from 2.10.1 to 2.10.4

How-To-Repeat: 	-
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-07-02 08:20:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2011-07-02 09:45:38 UTC
Hi Kurt,

thanks for submitting this update.
However, there seems to be a problem during the install phase as seen
on the following tinderbox log:

http://people.freebsd.org/~culot/tinderbox/8.2-FreeBSD/cego-2.10.4.log

It seems that the files do not get installed at all. Could you please
have a look at it?

Thanks,
culot@
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2011-07-02 09:45:58 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 Kurt Jaeger 2011-07-03 10:41:20 UTC
Hi!

> thanks for submitting this update.
> However, there seems to be a problem during the install phase as seen
> on the following tinderbox log:
> 
> http://people.freebsd.org/~culot/tinderbox/8.2-FreeBSD/cego-2.10.4.log
> 
> It seems that the files do not get installed at all. Could you please
> have a look at it?

Fixed and updated to the newest version 2.10.5.

Cause was a stray 'install' file in the source top level
that was part of the source dist.

----------------

diff -r -u databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2011-06-27 23:24:44.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/Makefile	2011-07-03 10:55:42.000000000 +0200
@@ -2,10 +2,10 @@
 # Date created:				Jun 12, 2010
 # Whom:					Kurt Jaeger <fbsd-ports@opsec.eu>
 #
-# $FreeBSD: ports/databases/cego/Makefile,v 1.22 2011/06/27 19:01:18 culot Exp $
+# $FreeBSD: ports/databases/cego/Makefile,v 1.20 2011/05/28 07:16:21 culot Exp $
 
 PORTNAME=	cego
-PORTVERSION=	2.10.1
+PORTVERSION=	2.10.5
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
diff -r -u databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
--- databases/cego/distinfo	2011-06-27 23:24:44.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/distinfo	2011-07-03 11:36:44.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (cego-2.10.1.tar.gz) = 8cd8aec283e7d8fb6adc459ecbf2c00612a1fa2ceb84b8054c90fc4e145084a0
-SIZE (cego-2.10.1.tar.gz) = 655756
+SHA256 (cego-2.10.5.tar.gz) = 5a293943ac2805d31f47308f77b7d5e766ca44ec4250c642fd245257a9fc8b84
+SIZE (cego-2.10.5.tar.gz) = 657384

-- 
pi@opsec.eu            +49 171 3101372                         9 years to go !
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2011-07-03 12:36:01 UTC
Hi,

> Fixed and updated to the newest version 2.10.5.

Great, thanks!

> +SHA256 (cego-2.10.5.tar.gz) = 5a293943ac2805d31f47308f77b7d5e766ca44ec4250c642fd245257a9fc8b84
> +SIZE (cego-2.10.5.tar.gz) = 657384

Unfortunately the SIZE you mention in the updated patch does not correspond to
the actual size of the archive. Do you know the reason for this discrepancy (did
the vendor reroll the archive)?

Thanks again for your help.
Comment 6 Kurt Jaeger 2011-07-03 12:45:20 UTC
Hi!

> > Fixed and updated to the newest version 2.10.5.
> 
> Great, thanks!
> 
> > +SHA256 (cego-2.10.5.tar.gz) = 5a293943ac2805d31f47308f77b7d5e766ca44ec4250c642fd245257a9fc8b84
> > +SIZE (cego-2.10.5.tar.gz) = 657384
> 
> Unfortunately the SIZE you mention in the updated patch does not correspond to
> the actual size of the archive. Do you know the reason for this discrepancy (did
> the vendor reroll the archive)?

Yes, dang, he did (twice!). 

Attached is the fixed distinfo.

SHA256 (cego-2.10.5.tar.gz) = cce386efcb89500f3281cfda262f47631dd3bd605923209a425dc9ee9c78ab36
SIZE (cego-2.10.5.tar.gz) = 657218

-- 
pi@opsec.eu            +49 171 3101372                         9 years to go !
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-07-03 14:00:52 UTC
culot       2011-07-03 13:00:43 UTC

  FreeBSD ports repository

  Modified files:
    databases/cego       Makefile distinfo 
  Log:
  - Update to 2.10.5
  
  PR:             ports/158578
  Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
  
  Revision  Changes    Path
  1.23      +1 -1      ports/databases/cego/Makefile
  1.19      +2 -2      ports/databases/cego/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Frederic Culot freebsd_committer freebsd_triage 2011-07-03 14:01:03 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 9 lemke 2011-07-03 15:17:27 UTC
Hi Folks,

yes, I did it twice but the second time just remove of some trash files.
Sorry for that ...

Bjoern Lemke
lemke@lemke-it.com

On Jul 3, 2011, at 1:45 PM, Kurt Jaeger wrote:

> Hi!
>
>>> Fixed and updated to the newest version 2.10.5.
>>
>> Great, thanks!
>>
>>> +SHA256 (cego-2.10.5.tar.gz) =  
>>> 5a293943ac2805d31f47308f77b7d5e766ca44ec4250c642fd245257a9fc8b84
>>> +SIZE (cego-2.10.5.tar.gz) = 657384
>>
>> Unfortunately the SIZE you mention in the updated patch does not  
>> correspond to
>> the actual size of the archive. Do you know the reason for this  
>> discrepancy (did
>> the vendor reroll the archive)?
>
> Yes, dang, he did (twice!).
>
> Attached is the fixed distinfo.
>
> SHA256 (cego-2.10.5.tar.gz) =  
> cce386efcb89500f3281cfda262f47631dd3bd605923209a425dc9ee9c78ab36
> SIZE (cego-2.10.5.tar.gz) = 657218
>
> -- 
> pi@opsec.eu            +49 171 3101372                         9  
> years to go !