diff options
author | shige <shige@FreeBSD.org> | 2000-02-08 04:33:50 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-02-08 04:33:50 +0000 |
commit | 57a9159d7c34120bffcee4a5c39fabd14d2bc6d8 (patch) | |
tree | e7e183dfa92f3d5d11e8bb8889f297b0910eecb6 /editors/bitmap | |
parent | a5809ccbf76f2acbf82d1c1a3d7e2388320f6bfb (diff) | |
download | FreeBSD-ports-57a9159d7c34120bffcee4a5c39fabd14d2bc6d8.zip FreeBSD-ports-57a9159d7c34120bffcee4a5c39fabd14d2bc6d8.tar.gz |
Update to 8.2.
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/Makefile | 7 | ||||
-rw-r--r-- | editors/bitmap/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 86dc8b9..b53ef9d 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 8.1 +# Version required: 8.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ MAINTAINER= shige@FreeBSD.org # distfile version -BITMAP_VER= 8.1 +BITMAP_VER= 8.2 BITMAP_PKG_VER= ${BITMAP_VER} BITMAPDOCDIR= share/doc/bitmap BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz @@ -30,7 +30,8 @@ ALL_TARGET= elc PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} -BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} +BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ + uncompface:${PORTSDIR}/mail/faces RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ ${BITMAP_FONT}:${PORTSDIR}/x11-fonts/bitmap-font SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ diff --git a/editors/bitmap/distinfo b/editors/bitmap/distinfo index 765ec8b..e62aa60 100644 --- a/editors/bitmap/distinfo +++ b/editors/bitmap/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592 +MD5 (bitmap-mule-8.2.tar.gz) = a02fe00ced67961299b297559d325b54 |