From b27b250136cd2a01605094397298f7bc4e205e0f Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 17 Mar 2002 16:34:25 +0000 Subject: - Fix pilot_makedoc to always print enough \n's - Takeover maintainership - Bump PORTREVERSION PR: 35868 Submitted by: Simon Dick --- palm/pilot_makedoc/Makefile | 3 ++- palm/pilot_makedoc/files/patch-aa | 13 ++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'palm') diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index aad6f6cfe3e8..41dfced05d6f 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -7,6 +7,7 @@ PORTNAME= pilot_makedoc PORTVERSION= 0.7a +PORTREVISION= 1 CATEGORIES= palm textproc MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \ ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/ \ @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \ DISTNAME= makedoc7 EXTRACT_SUFX= .cpp -MAINTAINER= ports@FreeBSD.org +MAINTAINER= simond@irrelevant.org NO_WRKSUBDIR= YES ALL_TARGET= pilot_makedoc diff --git a/palm/pilot_makedoc/files/patch-aa b/palm/pilot_makedoc/files/patch-aa index 03bc280a12e6..f1cf39902187 100644 --- a/palm/pilot_makedoc/files/patch-aa +++ b/palm/pilot_makedoc/files/patch-aa @@ -1,6 +1,6 @@ ---- makedoc7.cpp.orig Sat May 10 20:05:27 1997 -+++ makedoc7.cpp Sat May 10 20:05:53 1997 -@@ -588,7 +584,7 @@ +--- makedoc7.cpp.orig Wed Mar 13 21:37:41 2002 ++++ makedoc7.cpp Wed Mar 13 21:39:39 2002 +@@ -589,7 +589,7 @@ printf("\n -n builds the .prc file without compression"); printf("\n -b option compresses/decompresses binary"); #if UNIX @@ -9,3 +9,10 @@ #endif exit(1); } +@@ -746,5 +746,6 @@ + fclose(fin); + fclose(fout); + } ++ printf("\n"); + exit(0); + } -- cgit v1.2.3