diff options
author | shige <shige@FreeBSD.org> | 1999-08-19 12:44:26 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-19 12:44:26 +0000 |
commit | e041b7e6e4f350f6c863d0362249e8188fa811ad (patch) | |
tree | f8ec0a0c9561f479c4b66ab7ea9f6f3cb2a91f17 /editors/bitmap | |
parent | 550aea2a1cb1b563c7755f387227c221149d7302 (diff) | |
download | FreeBSD-ports-e041b7e6e4f350f6c863d0362249e8188fa811ad.zip FreeBSD-ports-e041b7e6e4f350f6c863d0362249e8188fa811ad.tar.gz |
Update to 7.18.19980702.
Bitmap-mule-7.18 isn't made for emacs20.
Emacs20 users should use bitmap-mule-19980702.
Submitted by: Satoshi Asami <asami@FreeBSD.org>
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/Makefile | 12 | ||||
-rw-r--r-- | editors/bitmap/distinfo | 2 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.emacs20 | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 8e229e8..f54e78a 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -1,21 +1,23 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 7.18 +# Version required: 7.18.19980702 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/18 14:04:58 shige Exp $ # -DISTNAME= bitmap-mule-${BITMAP_VER} +DISTNAME= bitmap-mule-${BITMAP_ORIG_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/bitmap-mule/ +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/bitmap-mule/snapshots/ MAINTAINER= shige@FreeBSD.org # distfile version -BITMAP_VER= 7.18 +BITMAP_ORIG_VER=19980702 +BITMAP_VER= 7.18.19980702 BITMAPDOCDIR= share/doc/bitmap BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz +WRKSRC= ${WRKDIR}/bitmap-mule # emacs20 EMACS_NAME= emacs diff --git a/editors/bitmap/distinfo b/editors/bitmap/distinfo index c574ded..dbe0902 100644 --- a/editors/bitmap/distinfo +++ b/editors/bitmap/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-7.18.tar.gz) = 23852daca0d7ce6f9407ba9b5f6fd1ce +MD5 (bitmap-mule-19980702.tar.gz) = 4e547bec046676a016374612de21b4ab diff --git a/editors/bitmap/pkg-plist.emacs20 b/editors/bitmap/pkg-plist.emacs20 index fc9aa09..eb51d62 100644 --- a/editors/bitmap/pkg-plist.emacs20 +++ b/editors/bitmap/pkg-plist.emacs20 @@ -1,5 +1,7 @@ %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap.el %%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap.elc +%%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap-ci.el +%%EMACS_LIBDIR%%/site-lisp/bitmap/bitmap-ci.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/po.el %%EMACS_LIBDIR%%/site-lisp/bitmap/po.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/smiley-mule.el |