diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-11 09:32:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-11 09:32:36 +0000 |
commit | df6abdeaaa5208cf4f6d7a3c6b3215180456c8e7 (patch) | |
tree | 47de329bf9a05f3e3276abb86894419e3469aa95 /editors/beav | |
parent | 1810b2b484c53498656ebd602fcf978f1c3eb47f (diff) | |
download | ports-df6abdeaaa5208cf4f6d7a3c6b3215180456c8e7.tar.gz ports-df6abdeaaa5208cf4f6d7a3c6b3215180456c8e7.zip |
Upgrade to 1.40.7.
Poked by: Bill "distfiles" Fenner
Notes
Notes:
svn path=/head/; revision=7529
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/Makefile | 14 | ||||
-rw-r--r-- | editors/beav/distinfo | 2 | ||||
-rw-r--r-- | editors/beav/files/patch-a | 7 | ||||
-rw-r--r-- | editors/beav/pkg-descr | 2 | ||||
-rw-r--r-- | editors/beav/pkg-plist | 3 |
5 files changed, 14 insertions, 14 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 13f723c12d4c..178f49de7d77 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: beav-1.40.3 -# Version required: 1.40-4 (debian) +# New ports collection makefile for: beav +# Version required: 1.40-7 (debian) # Date created: 01 July 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/04/09 02:53:09 asami Exp $ +# $Id: Makefile,v 1.8 1997/07/22 07:09:16 tg Exp $ # -DISTNAME= beav-140-6 -PKGNAME= beav-1.40.6 +DISTNAME= beav_140-7 +PKGNAME= beav-1.40.7 CATEGORIES= editors -MASTER_SITES= ftp://ftp.debian.org/debian/buzz/source/editors/ \ - ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/buzz/source/editors/ +MASTER_SITES= ftp://ftp.debian.org/debian/bo/source/editors/ \ + ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/bo/source/editors/ MAINTAINER= tg@FreeBSD.org diff --git a/editors/beav/distinfo b/editors/beav/distinfo index d4b165f91ef8..8f8cf49f716e 100644 --- a/editors/beav/distinfo +++ b/editors/beav/distinfo @@ -1 +1 @@ -MD5 (beav-140-6.tar.gz) = edf98b33091598722842b53f55bc3964 +MD5 (beav_140-7.tar.gz) = 374a7dd0efea5dc0b4e3d9586427bcdb diff --git a/editors/beav/files/patch-a b/editors/beav/files/patch-a index cbe1db61f0ce..3aea0ff0941c 100644 --- a/editors/beav/files/patch-a +++ b/editors/beav/files/patch-a @@ -23,7 +23,7 @@ diff -c beav-140.orig/Makefile beav-140/Makefile $(CC) $(CFLAGS) $(OFILES) -s -ltermcap -lc -o beav ! (OFILES): $(HFILES) ---- 14,26 ---- +--- 14,27 ---- HFILES= def.h @@ -32,7 +32,8 @@ diff -c beav-140.orig/Makefile beav-140/Makefile ! install: beav ! install -c -s -m 755 -g bin -o bin beav $(PREFIX)/bin -! install -c -m 644 -g bin -o bin beav140.txt $(PREFIX)/share/doc/beav.txt +! mkdir -p $(PREFIX)/share/doc/beav +! install -c -m 644 -g bin -o bin beav140.txt $(PREFIX)/share/doc/beav/beav.txt ! install -c -m 644 -g bin -o bin beav.1 $(PREFIX)/man/man1 ! gzip -9nf $(PREFIX)/man/man1/beav.1 ! @@ -86,5 +87,5 @@ diff -c beav-140.orig/beav.1 beav-140/beav.1 If there is any data that has not been saved you will be warned. .PP .SH FILES -! /usr/local/share/doc/beav.txt +! /usr/local/share/doc/beav/beav.txt diff --git a/editors/beav/pkg-descr b/editors/beav/pkg-descr index 6fb87374a9b2..8a2929eea146 100644 --- a/editors/beav/pkg-descr +++ b/editors/beav/pkg-descr @@ -7,5 +7,3 @@ edit data in hex, octal, decimal, binary, ascii, or ebcdic formats. You can display data in byte, word, or long word formats in either Intel or Motorola byte ordering. You can send the formatted display mode to a file or printer. - -This is version 1.40.3. diff --git a/editors/beav/pkg-plist b/editors/beav/pkg-plist index b3356cd327cc..5cd1115af662 100644 --- a/editors/beav/pkg-plist +++ b/editors/beav/pkg-plist @@ -1,3 +1,4 @@ bin/beav man/man1/beav.1.gz -share/doc/beav.txt +share/doc/beav/beav.txt +@dirrm share/doc/beav |