From root@imhotep.yuckfou.org  Thu May 24 17:06:51 2007
Return-Path: <root@imhotep.yuckfou.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B6D5516A46B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2007 17:06:51 +0000 (UTC)
	(envelope-from root@imhotep.yuckfou.org)
Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117])
	by mx1.freebsd.org (Postfix) with ESMTP id 9CE1013C458
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2007 17:06:50 +0000 (UTC)
	(envelope-from root@imhotep.yuckfou.org)
Received: by imhotep.yuckfou.org (Postfix, from userid 0)
	id 24898C0; Thu, 24 May 2007 19:06:48 +0200 (CEST)
Message-Id: <20070524170648.24898C0@imhotep.yuckfou.org>
Date: Thu, 24 May 2007 19:06:48 +0200 (CEST)
From: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] textproc/filepp: update to 1.8.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112948
>Category:       ports
>Synopsis:       [PATCH] textproc/filepp: update to 1.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 17:10:02 GMT 2007
>Closed-Date:    Sun May 27 09:48:21 GMT 2007
>Last-Modified:  Sun May 27 09:50:22 GMT 2007
>Originator:     Nils Vogels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug  5 19:36:46 CEST
>Description:
- Update to 1.8.0
- Use DATADIR macro

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- filepp-1.8.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/filepp/Makefile /disk/3/home/nivo/ports/filepp/Makefile
--- /usr/ports/textproc/filepp/Makefile	Tue Apr 12 05:26:38 2005
+++ /disk/3/home/nivo/ports/filepp/Makefile	Thu May 24 19:02:26 2007
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	filepp
-PORTVERSION=	1.7.1
+PORTVERSION=	1.8.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.cabaret.demon.co.uk/filepp/
 
@@ -16,7 +16,8 @@
 
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
+			--mandir=${PREFIX}/man
 NO_BUILD=	yes
 
 MAN1=	filepp.1
diff -ruN --exclude=CVS /usr/ports/textproc/filepp/distinfo /disk/3/home/nivo/ports/filepp/distinfo
--- /usr/ports/textproc/filepp/distinfo	Fri Nov 25 19:40:31 2005
+++ /disk/3/home/nivo/ports/filepp/distinfo	Thu May 24 18:26:48 2007
@@ -1,3 +1,3 @@
-MD5 (filepp-1.7.1.tar.gz) = 46870a7372bbd5b83e94ef0def08670a
-SHA256 (filepp-1.7.1.tar.gz) = bbde50c8169d49b6b3aa67ef0ac234934b4dc98d44e6b3a82998e13789280229
-SIZE (filepp-1.7.1.tar.gz) = 132361
+MD5 (filepp-1.8.0.tar.gz) = b7ee96061cacef5a6a985b0be8c82801
+SHA256 (filepp-1.8.0.tar.gz) = 12bd2297184ac3a9a38df9e8d0c76083eef2d5d561661b4fd93c426e76dab956
+SIZE (filepp-1.8.0.tar.gz) = 142875
diff -ruN --exclude=CVS /usr/ports/textproc/filepp/pkg-plist /disk/3/home/nivo/ports/filepp/pkg-plist
--- /usr/ports/textproc/filepp/pkg-plist	Wed Jul 16 18:22:38 2003
+++ /disk/3/home/nivo/ports/filepp/pkg-plist	Thu May 24 19:05:38 2007
@@ -1,22 +1,23 @@
 @comment $FreeBSD: ports/textproc/filepp/pkg-plist,v 1.6 2003/07/16 16:22:38 naddy Exp $
 bin/filepp
-share/filepp/modules/bigdef.pm
-share/filepp/modules/bigfunc.pm
-share/filepp/modules/blc.pm
-share/filepp/modules/c-comment.pm
-share/filepp/modules/cmacros.pm
-share/filepp/modules/comment.pm
-share/filepp/modules/cpp.pm
-share/filepp/modules/defplus.pm
-share/filepp/modules/for.pm
-share/filepp/modules/foreach.pm
-share/filepp/modules/format.pm
-share/filepp/modules/function.pm
-share/filepp/modules/hash-comment.pm
-share/filepp/modules/literal.pm
-share/filepp/modules/maths.pm
-share/filepp/modules/regexp.pm
-share/filepp/modules/tolower.pm
-share/filepp/modules/toupper.pm
-@dirrm share/filepp/modules
-@dirrm share/filepp
+%%DATADIR%%/modules/bigdef.pm
+%%DATADIR%%/modules/bigfunc.pm
+%%DATADIR%%/modules/blc.pm
+%%DATADIR%%/modules/c-comment.pm
+%%DATADIR%%/modules/cmacros.pm
+%%DATADIR%%/modules/comment.pm
+%%DATADIR%%/modules/cpp.pm
+%%DATADIR%%/modules/defplus.pm
+%%DATADIR%%/modules/for.pm
+%%DATADIR%%/modules/foreach.pm
+%%DATADIR%%/modules/format.pm
+%%DATADIR%%/modules/function.pm
+%%DATADIR%%/modules/grab.pm
+%%DATADIR%%/modules/hash-comment.pm
+%%DATADIR%%/modules/literal.pm
+%%DATADIR%%/modules/maths.pm
+%%DATADIR%%/modules/regexp.pm
+%%DATADIR%%/modules/tolower.pm
+%%DATADIR%%/modules/toupper.pm
+@dirrm %%DATADIR%%/modules
+@dirrm %%DATADIR%%
--- filepp-1.8.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu May 24 18:42:00 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112948 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 27 09:48:20 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112948: commit references a PR
Date: Sun, 27 May 2007 09:48:46 +0000 (UTC)

 miwi        2007-05-27 09:48:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/filepp      Makefile distinfo pkg-plist 
   Log:
   - Update to 1.8.0
   
   PR:             112948
   Submitted by:   Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
   
   Revision  Changes    Path
   1.13      +3 -2      ports/textproc/filepp/Makefile
   1.10      +3 -3      ports/textproc/filepp/distinfo
   1.7       +22 -21    ports/textproc/filepp/pkg-plist
 _______________________________________________
 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:
