Update to version 0.95 fixes problems with zero sized logfiles
Responsible Changed From-To: freebsd-ports-bugs->sergei I'll handle it.
Alexander, On 2003-11-27 at 18:22 +0100, Alexander Haderer wrote: > Update to version 0.95 fixes problems with zero sized logfiles When submitting an update to existing port, please send a patch (preferrably in unified diff format) instead of a shar file with all files, even the unchanged ones. This way, committers and others looking at your PR will immediately know what has changed. > X# New ports collection makefile for: fetchlog > X# Date created: 19 Nov 2003 > X# Whom: Alexander Haderer <alexander.haderer@charite.de> > X# > X# $FreeBSD$ Also, please do not modify the Makefile "header" of the existing port. "Date created" field contains a date the port was created, and this field is *not* to be changed at every update. Last, but not least - please do not manually edit $FreeBSD$ lines. Sergei
At 23:57 27.11.2003 +0300, Sergei Kolobov wrote: >Alexander, > >[update accidently sent as shar by me / Alexander didn't RTFM :-( ] Should I resend the diff -ruN ? Note: new file fetchlog/pkg-message Alexander, (very sorry for this) --
On 2003-11-28 at 14:07 +0100, Alexander Haderer wrote: > Should I resend the diff -ruN ? Yes, please.
hi, 2nd try, here comes the "diff -ruN fetchlog.old fetchlog" Purpose: update port sysutils/fetchlog from 0.94 to 0.95 Note: New file fetchlog/pkg-message ----------------------------- snip ----------------------------------- diff -ruN fetchlog.old/Makefile fetchlog/Makefile --- fetchlog.old/Makefile Wed Oct 8 13:59:03 2003 +++ fetchlog/Makefile Fri Nov 28 13:29:39 2003 @@ -6,7 +6,7 @@ # PORTNAME= fetchlog -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fetchlog @@ -17,6 +17,7 @@ MAN1= fetchlog.1 post-install: + ${CAT} ${PKGMESSAGE} .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fetchlog ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/fetchlog diff -ruN fetchlog.old/distinfo fetchlog/distinfo --- fetchlog.old/distinfo Tue Aug 12 16:41:43 2003 +++ fetchlog/distinfo Wed Nov 19 16:48:04 2003 @@ -1 +1 @@ -MD5 (fetchlog-0.94.tar.gz) = fc39e912736062e5a2b2626b33694d3f +MD5 (fetchlog-0.95.tar.gz) = bb575ffaf7fad8178d7ce54f5d905244 diff -ruN fetchlog.old/pkg-message fetchlog/pkg-message --- fetchlog.old/pkg-message Thu Jan 1 01:00:00 1970 +++ fetchlog/pkg-message Wed Nov 19 17:37:11 2003 @@ -0,0 +1,9 @@ +------------------------------------------------------------------------------- + +Note: If you are upgrading, you must remove the old bookmarkfiles. + When calling fetchlog 0.95 with old bookmarkfiles you will see + this error message: + + ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file + +------------------------------------------------------------------------------- ----------------------------- snap ----------------------------------- Alexander --
State Changed From-To: open->analyzed Port update tested. I will commit it after the freeze is over.
State Changed From-To: analyzed->closed Committed, thanks!