Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2001 01:13:34 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29835: Update port: textproc/pardiff
Message-ID:  <20010817231334.0E6FB3C83@totem.fix.no>

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

>Number:         29835
>Category:       ports
>Synopsis:       Update port: textproc/pardiff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 17 16:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

- Update to the latest version, 0.9.4.
- Add installation of some documentation.

This removes file files/patch-pardiff-pardiff.c.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur pardiff.old/Makefile pardiff/Makefile
--- pardiff.old/Makefile	Sun Jul  8 17:08:21 2001
+++ pardiff/Makefile	Fri Aug 17 23:59:45 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pardiff
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.4
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pardiff
@@ -16,5 +16,15 @@
 GNU_CONFIGURE=	yes
 
 MAN1=	pardiff.1 diffp.1
+
+DOCS=	AUTHORS ChangeLog README
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/pardiff
+.for f in ${DOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/pardiff/
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -Nur pardiff.old/distinfo pardiff/distinfo
--- pardiff.old/distinfo	Sun Jul  8 17:08:21 2001
+++ pardiff/distinfo	Fri Aug 17 23:18:13 2001
@@ -1 +1 @@
-MD5 (pardiff-0.9.3.tar.gz) = 88d4568156e07930d571ee0bcf634d6d
+MD5 (pardiff-0.9.4.tar.gz) = b245982bfc9c90554c894196d3c7de52
diff -Nur pardiff.old/files/patch-pardiff-pardiff.c pardiff/files/patch-pardiff-pardiff.c
--- pardiff.old/files/patch-pardiff-pardiff.c	Sun Jul  8 17:08:24 2001
+++ pardiff/files/patch-pardiff-pardiff.c	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- pardiff/pardiff.c.orig	Sat Jul  7 07:54:35 2001
-+++ pardiff/pardiff.c	Sun Jul  8 15:30:10 2001
-@@ -23,7 +23,7 @@
- 
- /* include files to determine the width of the output terminal */
- #include <fcntl.h>
--#include <termio.h>
-+#include <sys/ttycom.h>
- 
- 
- #else
-@@ -314,7 +314,7 @@
-          * Preprocess lines to get a consistent EOL
-          */
-         if (convertCrlf) {
--            line_len = strnlen(nextline, PARDIFF_LINE_BUF_SIZE); 
-+            line_len = strlen(nextline);
-             if (line_len > 2 && nextline[line_len - 2] == 0xd) {
-                 nextline[line_len - 2] = '\n';
-                 nextline[line_len - 1] = '\0';
diff -Nur pardiff.old/pkg-plist pardiff/pkg-plist
--- pardiff.old/pkg-plist	Sun Jul  8 17:08:21 2001
+++ pardiff/pkg-plist	Sat Aug 18 00:00:49 2001
@@ -1,2 +1,6 @@
 bin/pardiff
 bin/diffp
+%%PORTDOCS%%share/doc/pardiff/AUTHORS
+%%PORTDOCS%%share/doc/pardiff/ChangeLog
+%%PORTDOCS%%share/doc/pardiff/README
+%%PORTDOCS%%@dirrm share/doc/pardiff
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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