diff options
author | pst <pst@FreeBSD.org> | 1994-10-29 21:49:46 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-29 21:49:46 +0000 |
commit | 79e20154e2622e5ba197eca407cf75fa7e91737f (patch) | |
tree | 053b2fb5736ef82bf5a3fe69861b66599ce245f6 /editors/emacs19 | |
parent | 63964ae079dcbb44fdeda1e3cdeadc26645d67ae (diff) | |
download | FreeBSD-ports-79e20154e2622e5ba197eca407cf75fa7e91737f.zip FreeBSD-ports-79e20154e2622e5ba197eca407cf75fa7e91737f.tar.gz |
Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.
Diffstat (limited to 'editors/emacs19')
-rw-r--r-- | editors/emacs19/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs19/pkg-comment | 2 | ||||
-rw-r--r-- | editors/emacs19/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 6c5ca19..17a62d2 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.26 -# Date created: 13 September 1994 +# Version required: 19.27 +# Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1994/09/14 14:11:49 jkh Exp $ +# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $ # -DISTNAME= emacs-19.26 +DISTNAME= emacs-19.27 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} diff --git a/editors/emacs19/pkg-comment b/editors/emacs19/pkg-comment index 3eb943b..57a2604 100644 --- a/editors/emacs19/pkg-comment +++ b/editors/emacs19/pkg-comment @@ -1 +1 @@ -GNU Emacs 19.26 text editor binaries +GNU Emacs 19.27 text editor binaries diff --git a/editors/emacs19/pkg-plist b/editors/emacs19/pkg-plist index 00c7c16..648f920 100644 --- a/editors/emacs19/pkg-plist +++ b/editors/emacs19/pkg-plist @@ -2,13 +2,13 @@ bin/ctags bin/b2m bin/rcs-checkin -bin/emacs-19.26 +bin/emacs-19.27 @exec ln -s %D/%F %B/emacs @unexec rm %B/emacs bin/etags bin/emacsclient lib/emacs/site-lisp -lib/emacs/19.26 +lib/emacs/19.27 man/man1/emacs.1 man/man1/etags.1 man/man1/ctags.1 |