ports/175021: textproc/align: Update to version 1.7.2
KATO Tsuguru
tkato432 at yahoo.com
Sat Jan 5 18:10:04 UTC 2013
>Number: 175021
>Category: ports
>Synopsis: textproc/align: Update to version 1.7.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 05 18:10:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.7.2
Remove file:
pkg-plist
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/textproc/align/Makefile textproc/align/Makefile
--- /usr/ports/textproc/align/Makefile 2012-12-05 05:57:21.000000000 +0900
+++ textproc/align/Makefile 2012-12-06 01:06:17.000000000 +0900
@@ -1,13 +1,8 @@
-# ex:ts=8
-# New ports collection makefile for: align
-# Date created: Oct 30, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD: head/textproc/align/Makefile 308272 2012-12-04 20:39:22Z zi $
-#
PORTNAME= align
-PORTVERSION= 1.7.1
+PORTVERSION= 1.7.2
CATEGORIES= textproc
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/
EXTRACT_SUFX= .tgz
@@ -15,10 +10,22 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= Text column alignment filter
-USE_PERL5= yes
+LICENSE= GPLv2 # (or later)
+
+NO_BUILD= yes
+
+USE_PERL5_RUN= yes
+
+PLIST_FILES= bin/align bin/width
post-patch:
- ${REINPLACE_CMD} -e 's|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/*
+.for i in align width
+ @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/${i}
+.endfor
+
+do-install:
+.for i in align width
+ (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${PREFIX}/bin)
+.endfor
.include <bsd.port.mk>
diff -urN /usr/ports/textproc/align/distinfo textproc/align/distinfo
--- /usr/ports/textproc/align/distinfo 2012-11-08 08:02:32.000000000 +0900
+++ textproc/align/distinfo 2012-12-06 00:58:59.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (align-1.7.1.tgz) = c954035517012c48acd84f2ffc951b727c36df4dd09feb405169ebd77c2eb28f
-SIZE (align-1.7.1.tgz) = 12047
+SHA256 (align-1.7.2.tgz) = 69a81c49c9074f90c12f589d260c62e21320315de0ae2c16af0d50da8c022150
+SIZE (align-1.7.2.tgz) = 12133
diff -urN /usr/ports/textproc/align/pkg-plist textproc/align/pkg-plist
--- /usr/ports/textproc/align/pkg-plist 2012-11-08 08:02:32.000000000 +0900
+++ textproc/align/pkg-plist 1970-01-01 09:00:00.000000000 +0900
@@ -1,2 +0,0 @@
-bin/align
-bin/width
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list