Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  2 Jan 2004 22:16:40 +0100 (CET)
From:      Vincent Tantardini <vinc@FreeBSD-fr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/60839: [non maintainer update] textproc/align: update to 1.7.0
Message-ID:  <20040102211640.BA3A04BD@sativa.0x45.org>
Resent-Message-ID: <200401022120.i02LK4UL090007@freefall.freebsd.org>

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

>Number:         60839
>Category:       ports
>Synopsis:       [non maintainer update] textproc/align: update to 1.7.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:   Fri Jan 02 13:20:03 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kerneled.com
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
	Update to 1.7.0
>How-To-Repeat:
	
>Fix:

	

--- align.diff begins here ---
diff -ruN align.bak/Makefile align/Makefile
--- align.bak/Makefile	Fri Jan  2 22:14:07 2004
+++ align/Makefile	Fri Jan  2 22:13:56 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	align
-PORTVERSION=	1.5.1
+PORTVERSION=	1.7.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.cs.indiana.edu/~kinzler/align/
 
@@ -15,5 +15,10 @@
 COMMENT=	Text column alignment filter
 
 USE_PERL5=	yes
+USE_REINPLACE=	yes
+
+post-patch:
+	${REINPLACE_CMD} -e 's|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/*
 
 .include <bsd.port.mk>
diff -ruN align.bak/distinfo align/distinfo
--- align.bak/distinfo	Fri Jan  2 22:14:07 2004
+++ align/distinfo	Fri Jan  2 21:25:41 2004
@@ -1 +1 @@
-MD5 (align-1.5.1.tar.gz) = 9223336a1c140bfb721ee8aef6fc774f
+MD5 (align-1.7.0.tar.gz) = 63e4cf32890ed6022437e888af686f07
--- align.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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