diff options
author | wiz <wiz> | 2003-04-12 14:15:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-12 14:15:07 +0000 |
commit | ac1d936ef19feb75d136488880accb57c4fac489 (patch) | |
tree | c95f4db6b2c97af163f1e8a774460ab98329cc7f /editors | |
parent | 64ffc2f9083173b4663e66ad93d84b6e5c1ada7c (diff) | |
download | pkgsrc-ac1d936ef19feb75d136488880accb57c4fac489.tar.gz |
Update to 21.3. ChangeLog says:
* quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
* quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
characters and ~o -> ESC$,1 AESC(B, ~O -> ESC$,1 @ESC(B.
* Makefile.in (install): Use "tar -chf", to follow symlinks.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leim/Makefile | 8 | ||||
-rw-r--r-- | editors/leim/PLIST | 3 | ||||
-rw-r--r-- | editors/leim/distinfo | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/editors/leim/Makefile b/editors/leim/Makefile index 35bbb862afd..1f2a59098a6 100644 --- a/editors/leim/Makefile +++ b/editors/leim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/04/11 01:15:51 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/12 14:15:07 wiz Exp $ DISTNAME= leim-${VERSION} -WRKSRC= ${WRKDIR}/emacs-21.2/leim +WRKSRC= ${WRKDIR}/emacs-${VERSION}/leim CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} @@ -15,7 +15,7 @@ DEPENDS+= emacs-${VERSION}:../emacs GNU_CONFIGURE= yes USE_GMAKE= yes -VERSION= 21.2 +VERSION= 21.3 post-extract: @${ECHO} '#!/bin/sh' >${WRKSRC}/configure @@ -26,6 +26,6 @@ post-extract: .include "../../mk/bsd.prefs.mk" post-install: - @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/21.2/leim + @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/${VERSION}/leim .include "../../mk/bsd.pkg.mk" diff --git a/editors/leim/PLIST b/editors/leim/PLIST index 506656c7cdc..32bee29c177 100644 --- a/editors/leim/PLIST +++ b/editors/leim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/04/11 01:15:51 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/04/12 14:15:07 wiz Exp $ share/emacs/${PKGVERSION}/leim/ja-dic/ja-dic.el share/emacs/${PKGVERSION}/leim/ja-dic/ja-dic.elc share/emacs/${PKGVERSION}/leim/leim-list.el @@ -100,3 +100,4 @@ share/emacs/${PKGVERSION}/leim/quail/viqr.el share/emacs/${PKGVERSION}/leim/quail/viqr.elc @dirrm share/emacs/${PKGVERSION}/leim/ja-dic @dirrm share/emacs/${PKGVERSION}/leim/quail +@comment belongs to emacs package: dirrm share/emacs/${PKGVERSION}/leim diff --git a/editors/leim/distinfo b/editors/leim/distinfo index df1f69e1879..8b0e8b0f494 100644 --- a/editors/leim/distinfo +++ b/editors/leim/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/04/11 01:15:51 uebayasi Exp $ +$NetBSD: distinfo,v 1.4 2003/04/12 14:15:07 wiz Exp $ -SHA1 (emacs-21.2.tar.gz) = 3c0fd252adcac7a996c974b4fe9af554bdb04e75 -Size (emacs-21.2.tar.gz) = 20288222 bytes -SHA1 (leim-21.2.tar.gz) = 33895efa94027251c0c1500e86486a157af20927 -Size (leim-21.2.tar.gz) = 3291283 bytes +SHA1 (emacs-21.3.tar.gz) = a8aae1b619e50ed6fed5b1351b54b38ed98c61b8 +Size (emacs-21.3.tar.gz) = 20399831 bytes +SHA1 (leim-21.3.tar.gz) = a540ba0cb8be99f3dcef904110ac381b07add744 +Size (leim-21.3.tar.gz) = 3291224 bytes SHA1 (patch-aa) = a29b97515f4fea8feded6952d4ccd56c05d9f94d |