From nobody@FreeBSD.org  Mon Nov 24 12:35:37 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3F5F91065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Nov 2008 12:35:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 306078FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Nov 2008 12:35:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mAOCZa4V024957
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Nov 2008 12:35:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mAOCZaG7024956;
	Mon, 24 Nov 2008 12:35:36 GMT
	(envelope-from nobody)
Message-Id: <200811241235.mAOCZaG7024956@www.freebsd.org>
Date: Mon, 24 Nov 2008 12:35:36 GMT
From: Alexander Haderer <alexander.haderer@loescap.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update]  sysutils/fetchlog 1.0 -> 1.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: alexander.haderer@charite.de

>Number:         129131
>Category:       ports
>Synopsis:       [maintainer update]  sysutils/fetchlog 1.0 -> 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 24 12:40:01 UTC 2008
>Closed-Date:    Thu Dec 04 21:12:41 UTC 2008
>Last-Modified:  Thu Dec  4 21:20:00 UTC 2008
>Originator:     Alexander Haderer
>Release:        6.3R
>Organization:
LoeScap Technology GmbH
>Environment:
>Description:
updated port for sysutils/fetchlog from version 1.0 to 1.2. The file pkg-message has been removed from the port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN fetchlog.old/Makefile fetchlog/Makefile
--- fetchlog.old/Makefile	Mon Mar 29 20:40:03 2004
+++ fetchlog/Makefile	Mon Nov 24 12:56:33 2008
@@ -1,27 +1,28 @@
 # New ports collection makefile for:	fetchlog
 # Date created:		11 August 2003
-# Whom:			Alexander Haderer <alexander.haderer@charite.de>
+# Whom:			Alexander Haderer <alexander.haderer@loescap.de>
 #
 # $FreeBSD: ports/sysutils/fetchlog/Makefile,v 1.3 2004/03/29 18:40:03 krion Exp $
 #
 
 PORTNAME=	fetchlog
-PORTVERSION=	1.0
+PORTVERSION=	1.2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fetchlog
 
-MAINTAINER=	alexander.haderer@charite.de
+MAINTAINER=	alexander.haderer@loescap.de
 COMMENT=	Fetch and convert new messages of a logfile
 
 MAN1=		fetchlog.1
 DOCS=		CHANGES README README.Nagios README.SNMP
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/fetchlog ${PREFIX}/bin
+	cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN fetchlog.old/distinfo fetchlog/distinfo
--- fetchlog.old/distinfo	Tue Jan 24 02:06:05 2006
+++ fetchlog/distinfo	Mon Nov 24 12:13:34 2008
@@ -1,3 +1,3 @@
-MD5 (fetchlog-1.0.tar.gz) = e2ef0a076d1901c489c953fe48e1b2a9
-SHA256 (fetchlog-1.0.tar.gz) = eba8150015cf43ebd41c8d8f8eaa598967ceafcd288a65ea1da4f21aa9fe3f79
-SIZE (fetchlog-1.0.tar.gz) = 24016
+MD5 (fetchlog-1.2.tar.gz) = 520c5bfd2591506444cd8ca2629c1a98
+SHA256 (fetchlog-1.2.tar.gz) = fecc4c2430fc9af078b2dc256664c3127052adba391e8baa78a2fa7fd7845cf0
+SIZE (fetchlog-1.2.tar.gz) = 24649
diff -ruN fetchlog.old/pkg-descr fetchlog/pkg-descr
--- fetchlog.old/pkg-descr	Mon Mar 29 20:40:03 2004
+++ fetchlog/pkg-descr	Mon Nov 24 12:14:14 2008
@@ -12,4 +12,4 @@
 WWW: http://fetchlog.sourceforge.net/
 
 -Alexander Haderer
-alexander.haderer@charite.de
+alexander.haderer@loescap.de
diff -ruN fetchlog.old/pkg-message fetchlog/pkg-message
--- fetchlog.old/pkg-message	Mon Mar 29 20:40:03 2004
+++ fetchlog/pkg-message	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
--------------------------------------------------------------------------------
-
-Note:	If you are upgrading, you must remove the old bookmarkfiles. 
-	When calling fetchlog 1.0 with old bookmarkfiles generated from
-	version 0.94 or older you will see this error message:
-
-	ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file
-
--------------------------------------------------------------------------------


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Nov 24 12:40:16 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129131 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: alexander.haderer@charite.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/129131: [maintainer update]  sysutils/fetchlog 1.0 -> 1.2
Date: Mon, 24 Nov 2008 12:40:14 UT

 Maintainer of sysutils/fetchlog,
 
 Please note that PR ports/129131 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129131
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Alexander Haderer <alexander.haderer@charite.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129131: [maintainer update]  sysutils/fetchlog 1.0 -> 1.2
Date: Mon, 24 Nov 2008 14:38:38 +0100

 Edwin Groothuis schrieb:
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 I approve the patch. I am the maintainer.
 
 With best regards,
 
 	Alexander Haderer
 
 
 -- 
 ------------------------------------------------------------------
 Alexander Haderer
 Email alexander.haderer@charite.de
 ------------------------------------------------------------------
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Nov 24 14:14:11 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129131 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Wed Dec 3 20:38:59 UTC 2008 
State-Changed-Why:  
Feedback received; submitter is maintainer. 

However, note the following 2 emails (from misfiled PRs 129393 and 129394): 

Date: Wed, 03 Dec 2008 18:00:09 +0100 
From: Alexander Haderer <alexander.haderer@charite.de> 
To: Thomas Abthorpe <tabthorpe@freebsd.org> 
Cc: FreeBSD-gnats-submit@freebsd.org 

Dear Thomas, 

please forget my previous mail, I just received: 

Synopsis: [PATCH] sysutils/fetchlog: update to 1.2 

State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Dec 3 16:18:37 UTC 2008 
State-Changed-Why: 
duplicate with ports/129131. 

with best regards, 

Alexander Haderer 
--  
------------------------------------------------------------------ 
Alexander Haderer 
Email alexander.haderer@charite.de 
------------------------------------------------------------------ 

Date: Wed, 03 Dec 2008 17:52:51 +0100 
From: Alexander Haderer <alexander.haderer@charite.de> 
To: Thomas Abthorpe <tabthorpe@freebsd.org> 
Cc: FreeBSD-gnats-submit@freebsd.org 

Dear Thomas, 

I think something got a little bit wrong, or I misunderstand something.  
Looking at the patch you supplied in 

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129392 

I see different changes than I made with my PR in 

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129391 

I am the fetchlog's maintainer of the port as well as the maintainer on  
sourceforge. A few days ago I updated the sources at sourceforge from  
1.0 to 1.2, and then I submitted a PR for updating the port  
sysutils/fetchlog. My PR should update these points: 

- change maintainers Email to alexander.haderer@loescap.de 
- little changes in build process 
- update 1.0 to 1.2 
- file pkg_message completely removed from the port. 

Probably everything is ok, but I don't understand how PRs 129392 and  
129391 are related, and which one will "win" the race. 

Probably I made a mistake when submitting the PR. Would you be so nice  
and clarify the above topics for me, so that in future I can submit  
better PRs. 

With best regards and thanks in advance 

Alexander Haderer 

--  
------------------------------------------------------------------ 
Alexander Haderer 
Email alexander.haderer@charite.de 
------------------------------------------------------------------ 


http://www.freebsd.org/cgi/query-pr.cgi?pr=129131 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Dec 4 21:12:39 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129131 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129131: commit references a PR
Date: Thu,  4 Dec 2008 21:12:39 +0000 (UTC)

 miwi        2008-12-04 21:12:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/fetchlog    Makefile distinfo pkg-descr 
   Removed files:
     sysutils/fetchlog    pkg-message 
   Log:
   - Update to 1.2
   
   PR:             129131
   Submitted by:   Alexander Haderer <alexander.haderer@loescap.de> (maintainer)
   
   Revision  Changes    Path
   1.4       +6 -5      ports/sysutils/fetchlog/Makefile
   1.5       +3 -3      ports/sysutils/fetchlog/distinfo
   1.3       +1 -1      ports/sysutils/fetchlog/pkg-descr
   1.3       +0 -9      ports/sysutils/fetchlog/pkg-message (dead)
 _______________________________________________
 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"
 
>Unformatted:
