diff options
author | shige <shige@FreeBSD.org> | 1999-11-05 16:33:47 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-11-05 16:33:47 +0000 |
commit | 999fbe8e160e67af7c1b9ca5a4be1bf8e5e87d4b (patch) | |
tree | f08e28657cb98647fa504a32ff2b0f42623adea6 /editors/bitmap | |
parent | e28de97b0e7d4366dc0050a51a9f5e808cc8e726 (diff) | |
download | FreeBSD-ports-999fbe8e160e67af7c1b9ca5a4be1bf8e5e87d4b.zip FreeBSD-ports-999fbe8e160e67af7c1b9ca5a4be1bf8e5e87d4b.tar.gz |
Update to 8.0.
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.mule | 1 |
3 files changed, 7 insertions, 8 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 0bc6a0b..ba9d5b1 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -1,22 +1,20 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 7.19.05 +# Version required: 8.0 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bitmap-mule-${BITMAP_VENDOR}-${BITMAP_SNAPSHOT_VER} +DISTNAME= bitmap-mule-${BITMAP_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/yamaoka/bitmap/snapshots/ +MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ MAINTAINER= shige@FreeBSD.org # distfile version -BITMAP_VER= 7.19 -BITMAP_SNAPSHOT_VER= 07 -BITMAP_VENDOR= kory -BITMAP_PKG_VER= ${BITMAP_VER}.${BITMAP_SNAPSHOT_VER} +BITMAP_VER= 8.0 +BITMAP_PKG_VER= ${BITMAP_VER} BITMAPDOCDIR= share/doc/bitmap BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz diff --git a/editors/bitmap/distinfo b/editors/bitmap/distinfo index e51561c..1344fa7 100644 --- a/editors/bitmap/distinfo +++ b/editors/bitmap/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-kory-07.tar.gz) = d6f3a8da0ff2675ade4fbd93762e214d +MD5 (bitmap-mule-8.0.tar.gz) = 6f385f2e18533ac95bc271a7e3078196 diff --git a/editors/bitmap/pkg-plist.mule b/editors/bitmap/pkg-plist.mule index 634aef5..4a36a55 100644 --- a/editors/bitmap/pkg-plist.mule +++ b/editors/bitmap/pkg-plist.mule @@ -9,6 +9,7 @@ %%EMACS_LIBDIR%%/site-lisp/bitmap/smiley-mule.el %%EMACS_LIBDIR%%/site-lisp/bitmap/smiley-mule.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/vm-bitmap.el +@unexec rm -f %D/%%EMACS_LIBDIR%%/site-lisp/bitmap/vm-bitmap.elc %%EMACS_LIBDIR%%/site-lisp/bitmap/x-face-mule.el %%EMACS_LIBDIR%%/site-lisp/bitmap/x-face-mule.elc %%EMACS_LIBDIR_WITH_VER%%/site-lisp/%%BITMAP_SETUPEL%% |