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 | |
parent | a5809ccbf76f2acbf82d1c1a3d7e2388320f6bfb (diff) | |
download | FreeBSD-ports-57a9159d7c34120bffcee4a5c39fabd14d2bc6d8.zip FreeBSD-ports-57a9159d7c34120bffcee4a5c39fabd14d2bc6d8.tar.gz |
Update to 8.2.
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 7 | ||||
-rw-r--r-- | editors/bitmap-emacs20/distinfo | 2 | ||||
-rw-r--r-- | editors/bitmap-mule/Makefile | 7 | ||||
-rw-r--r-- | editors/bitmap-mule/distinfo | 2 | ||||
-rw-r--r-- | editors/bitmap/Makefile | 7 | ||||
-rw-r--r-- | editors/bitmap/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/bitmap-fonts/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/bitmap-fonts/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/bitmap-fonts/pkg-descr | 2 |
9 files changed, 19 insertions, 16 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index 86dc8b9..b53ef9d 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/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-emacs20/distinfo b/editors/bitmap-emacs20/distinfo index 765ec8b..e62aa60 100644 --- a/editors/bitmap-emacs20/distinfo +++ b/editors/bitmap-emacs20/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592 +MD5 (bitmap-mule-8.2.tar.gz) = a02fe00ced67961299b297559d325b54 diff --git a/editors/bitmap-mule/Makefile b/editors/bitmap-mule/Makefile index 1ebeeb1..a91c5c6 100644 --- a/editors/bitmap-mule/Makefile +++ b/editors/bitmap-mule/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: bitmap for mule -# 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_SETUPEL= bitmap-setupel.el @@ -31,7 +31,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}-common \ ${BITMAP_FONT}:${PORTSDIR}/x11-fonts/bitmap-font SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ diff --git a/editors/bitmap-mule/distinfo b/editors/bitmap-mule/distinfo index 765ec8b..e62aa60 100644 --- a/editors/bitmap-mule/distinfo +++ b/editors/bitmap-mule/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592 +MD5 (bitmap-mule-8.2.tar.gz) = a02fe00ced67961299b297559d325b54 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 diff --git a/x11-fonts/bitmap-fonts/Makefile b/x11-fonts/bitmap-fonts/Makefile index 230ab1b..f09eb13 100644 --- a/x11-fonts/bitmap-fonts/Makefile +++ b/x11-fonts/bitmap-fonts/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: bitmap-font -# Version required: 8.1 +# Version required: 8.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # @@ -14,7 +14,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_FONT= etl6x12-bitmap etl7x14-bitmap etl8x16-bitmap etl12x24-bitmap FONTSDIR= lib/X11/fonts/local PKGINSTALL= ${WRKDIR}/INSTALL diff --git a/x11-fonts/bitmap-fonts/distinfo b/x11-fonts/bitmap-fonts/distinfo index 765ec8b..e62aa60 100644 --- a/x11-fonts/bitmap-fonts/distinfo +++ b/x11-fonts/bitmap-fonts/distinfo @@ -1 +1 @@ -MD5 (bitmap-mule-8.1.tar.gz) = dae481bd1a441ffe31c2334a0217d592 +MD5 (bitmap-mule-8.2.tar.gz) = a02fe00ced67961299b297559d325b54 diff --git a/x11-fonts/bitmap-fonts/pkg-descr b/x11-fonts/bitmap-fonts/pkg-descr index 8363c07..a539230 100644 --- a/x11-fonts/bitmap-fonts/pkg-descr +++ b/x11-fonts/bitmap-fonts/pkg-descr @@ -1,4 +1,4 @@ -Bitmap font, 8 dots x 16 dots bitmap font. +Bitmap font, (6x12, 7x14, 8x16, 12x24) dots bitmap font. Bitmap font is used on Mule with bitmap-mule or Emacs20 with bitmap-emacs20. |