Skip site navigation (1)Skip section navigation (2)
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
Subject:   ports/112948: [PATCH] textproc/filepp: update to 1.8.0
Message-ID:  <20070524170648.24898C0@imhotep.yuckfou.org>
Resent-Message-ID: <200705241710.l4OHA20N096715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112948
>Category:       ports
>Synopsis:       [PATCH] textproc/filepp: update to 1.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 17:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070524170648.24898C0>