From 610c7d9c260d02343fcb54e8aad53d75b1c14e79 Mon Sep 17 00:00:00 2001 From: billf Date: Sat, 25 Dec 1999 06:41:02 +0000 Subject: (1) portlint: one distfile should be a DISTNAME + EXTRACT_SUFX (2) The old MASTER_SITE didn't contain the file, so get some reliable sites. (3) This program actually got bumped to 0.7a, which just corrected spelling errors and portability (which is why patches/patch-aa shrunk and why the checksum changed.) --- palm/pilot_makedoc/Makefile | 11 +++++++---- palm/pilot_makedoc/distinfo | 2 +- palm/pilot_makedoc/files/patch-aa | 13 ------------- 3 files changed, 8 insertions(+), 18 deletions(-) (limited to 'palm') diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index 3cfbc7147e13..73e9833f06e1 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -1,15 +1,18 @@ # New ports collection makefile for: pilot_makedoc -# Version required: 0.7 +# Version required: 0.7a # Date created: May 10th 1997 # Whom: jfitz@FreeBSD.org # # $FreeBSD$ # -PKGNAME= pilot_makedoc-0.7 +DISTNAME= makedoc7 +PKGNAME= pilot_makedoc-0.7a CATEGORIES= palm textproc -MASTER_SITES= http://www.concentric.net/~rbram/ -DISTFILES= makedoc7.cpp +MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \ + ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/ \ + ftp://ftp.cso.uiuc.edu/pub/systems/PalmOS/ +EXTRACT_SUFX= .cpp MAINTAINER= jfitz@FreeBSD.org diff --git a/palm/pilot_makedoc/distinfo b/palm/pilot_makedoc/distinfo index ce778114d9ca..df55a83d405e 100644 --- a/palm/pilot_makedoc/distinfo +++ b/palm/pilot_makedoc/distinfo @@ -1 +1 @@ -MD5 (makedoc7.cpp) = 88baf21e5d27b0493ee0e004ce4f520e +MD5 (makedoc7.cpp) = fb7df16220577d2da93c4ca70a5dab5d diff --git a/palm/pilot_makedoc/files/patch-aa b/palm/pilot_makedoc/files/patch-aa index 29dc5263848c..03bc280a12e6 100644 --- a/palm/pilot_makedoc/files/patch-aa +++ b/palm/pilot_makedoc/files/patch-aa @@ -1,18 +1,5 @@ --- makedoc7.cpp.orig Sat May 10 20:05:27 1997 +++ makedoc7.cpp Sat May 10 20:05:53 1997 -@@ -31,11 +31,7 @@ - // ver 0.7 change header and record0 to structs - // ver 0.7a minor mispellings and portability issues - --#ifdef sparc --# ifndef UNIX --# define UNIX 1 --# endif --#endif -+#define UNIX 1 - - #include - #include @@ -588,7 +584,7 @@ printf("\n -n builds the .prc file without compression"); printf("\n -b option compresses/decompresses binary"); -- cgit