Upstream has rerolled emacs 23.3 distfiles to include bison source for
the grammars, adjust the port to use them. Distfile not fetching reported by Christopher Barry.
This commit is contained in:
parent
259838a635
commit
b4c9840ca6
@ -1,17 +1,15 @@
|
|||||||
# $OpenBSD: Makefile,v 1.11 2012/01/13 00:55:14 naddy Exp $
|
# $OpenBSD: Makefile,v 1.12 2012/01/21 13:54:51 sthen Exp $
|
||||||
|
|
||||||
COMMENT-main = GNU editor: extensible, customizable, self-documenting
|
COMMENT-main = GNU editor: extensible, customizable, self-documenting
|
||||||
COMMENT-el = elisp sources for those who want to read/modify them
|
COMMENT-el = elisp sources for those who want to read/modify them
|
||||||
|
|
||||||
VERSION = 23.3
|
VERSION = 23.3
|
||||||
DISTNAME = emacs-${VERSION}
|
WRKDIST = ${WRKDIR}/emacs-23.3
|
||||||
PKGNAME-main = emacs-${VERSION}
|
DISTNAME = emacs-${VERSION}b
|
||||||
FULLPKGNAME-el = emacs-el-${VERSION}
|
PKGNAME-main = emacs-${VERSION}b
|
||||||
|
FULLPKGNAME-el = emacs-el-${VERSION}b
|
||||||
FULLPKGPATH-el = editors/emacs23,-el
|
FULLPKGPATH-el = editors/emacs23,-el
|
||||||
|
|
||||||
REVISION-main = 5
|
|
||||||
REVISION-el = 2
|
|
||||||
|
|
||||||
CATEGORIES = editors
|
CATEGORIES = editors
|
||||||
|
|
||||||
HOMEPAGE = http://www.gnu.org/software/emacs/
|
HOMEPAGE = http://www.gnu.org/software/emacs/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (emacs-23.3.tar.gz) = vwfAHvRz2FQMnDn5RQax5g==
|
MD5 (emacs-23.3b.tar.gz) = 8r/Y6rfjs0oPfwmswGZ+cQ==
|
||||||
RMD160 (emacs-23.3.tar.gz) = 44oTNzUgLBC90mTlYdKdu6r1WN4=
|
RMD160 (emacs-23.3b.tar.gz) = 0lOHTs71wJ01V2z1CHJ/WGPICDQ=
|
||||||
SHA1 (emacs-23.3.tar.gz) = U73+WE+YwTJlyqPuo8/fecoPdYQ=
|
SHA1 (emacs-23.3b.tar.gz) = VlA0cumbx8h17DcN7HtAd0z6gto=
|
||||||
SHA256 (emacs-23.3.tar.gz) = ADgkikKZcIqHF/L1ukjxwPFelf/F/PsIy+XDFGdX40w=
|
SHA256 (emacs-23.3b.tar.gz) = Vstttxep65Z54SRmVZg3xAR6F1yJ2MxNidTDeFYjIPk=
|
||||||
SIZE (emacs-23.3.tar.gz) = 47664601
|
SIZE (emacs-23.3b.tar.gz) = 47930061
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2011/03/28 15:18:55 jasper Exp $
|
@comment $OpenBSD: PLIST-main,v 1.2 2012/01/21 13:54:51 sthen Exp $
|
||||||
@bin bin/b2m
|
@bin bin/b2m
|
||||||
@bin bin/ctags
|
@bin bin/ctags
|
||||||
@bin bin/ebrowse
|
@bin bin/ebrowse
|
||||||
@ -283,6 +283,18 @@ share/emacs/${VERSION}/etc/gnus/
|
|||||||
share/emacs/${VERSION}/etc/gnus-tut.txt
|
share/emacs/${VERSION}/etc/gnus-tut.txt
|
||||||
share/emacs/${VERSION}/etc/gnus/gnus-setup.ast
|
share/emacs/${VERSION}/etc/gnus/gnus-setup.ast
|
||||||
share/emacs/${VERSION}/etc/gnus/news-server.ast
|
share/emacs/${VERSION}/etc/gnus/news-server.ast
|
||||||
|
share/emacs/${VERSION}/etc/grammars/
|
||||||
|
share/emacs/${VERSION}/etc/grammars/bovine-grammar.el
|
||||||
|
share/emacs/${VERSION}/etc/grammars/c.by
|
||||||
|
share/emacs/${VERSION}/etc/grammars/grammar.wy
|
||||||
|
share/emacs/${VERSION}/etc/grammars/java-tags.wy
|
||||||
|
share/emacs/${VERSION}/etc/grammars/js.wy
|
||||||
|
share/emacs/${VERSION}/etc/grammars/make.by
|
||||||
|
share/emacs/${VERSION}/etc/grammars/python.wy
|
||||||
|
share/emacs/${VERSION}/etc/grammars/README
|
||||||
|
share/emacs/${VERSION}/etc/grammars/scheme.by
|
||||||
|
share/emacs/${VERSION}/etc/grammars/srecode-template.wy
|
||||||
|
share/emacs/${VERSION}/etc/grammars/wisent-grammar.el
|
||||||
share/emacs/${VERSION}/etc/grep.txt
|
share/emacs/${VERSION}/etc/grep.txt
|
||||||
share/emacs/${VERSION}/etc/images/
|
share/emacs/${VERSION}/etc/images/
|
||||||
share/emacs/${VERSION}/etc/images/README
|
share/emacs/${VERSION}/etc/images/README
|
||||||
|
Loading…
Reference in New Issue
Block a user