diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-04 00:56:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-04 00:56:24 +0000 |
commit | 9ff496d18c141ba90b6f0c0b9077c0e3ca2f6d28 (patch) | |
tree | 2778a4d18e6e199d813a5e0d2855bbf2790d565e /editors/emacs20 | |
parent | 7bcae9cc588dbad0afa2cc405aeb4c1e5e89ce8e (diff) | |
download | ports-9ff496d18c141ba90b6f0c0b9077c0e3ca2f6d28.tar.gz ports-9ff496d18c141ba90b6f0c0b9077c0e3ca2f6d28.zip |
Upgrade, 19.31 -> 19.34.
Submitted (in part) by: rich
Notes
Notes:
svn path=/head/; revision=3742
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs20/distinfo | 2 | ||||
-rw-r--r-- | editors/emacs20/pkg-plist | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 7c0d4579d819..af91593658ae 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.30 +# Version required: 19.34 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.18 1995/12/01 09:34:40 asami Exp $ +# $Id: Makefile,v 1.19 1996/06/07 09:41:20 jkh Exp $ # -DISTNAME= emacs-19.31 +DISTNAME= emacs-19.34 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -19,7 +19,7 @@ post-install: gzip -9nf ${PREFIX}/man/man1/emacs.1 gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/ctags.1 - for file in emacs-19.31 emacsclient etags ctags b2m; do \ + for file in emacs-19.34 emacsclient etags ctags b2m; do \ strip ${PREFIX}/bin/$$file; \ done diff --git a/editors/emacs20/distinfo b/editors/emacs20/distinfo index fd968ddee78e..100ab991b9b3 100644 --- a/editors/emacs20/distinfo +++ b/editors/emacs20/distinfo @@ -1 +1 @@ -MD5 (emacs-19.31.tar.gz) = e12c775ef1faadfa063337772d34df1d +MD5 (emacs-19.34.tar.gz) = 5245288b25065f71c52efbbf66cb6fcf diff --git a/editors/emacs20/pkg-plist b/editors/emacs20/pkg-plist index 3c30955f1485..a07c3a6c5efc 100644 --- a/editors/emacs20/pkg-plist +++ b/editors/emacs20/pkg-plist @@ -2,14 +2,14 @@ bin/ctags bin/b2m bin/rcs-checkin -bin/emacs-19.31 +bin/emacs-19.34 @exec ln -s %D/%F %B/emacs @unexec rm %B/emacs bin/etags bin/emacsclient @exec if [ ! -d %d/share/emacs/site-lisp ]; then mkdir -p %D/share/emacs/site-lisp; fi -libexec/emacs/19.31 -share/emacs/19.31 +libexec/emacs/19.34 +share/emacs/19.34 man/man1/emacs.1.gz man/man1/etags.1.gz man/man1/ctags.1.gz |