SECURITY update to emacs 23.4; EDE (part of CEDET) would automatically run
a Project.ede file if present. The other emacs branches do not have this functionality. From Manuel Giraud, ok ajacoutot@
This commit is contained in:
parent
ab10b10e03
commit
a1c5cce0fd
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2012/01/21 23:10:18 nigel Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/01/30 17:25:53 sthen Exp $
|
||||
|
||||
COMMENT-main = GNU editor: extensible, customizable, self-documenting
|
||||
COMMENT-el = elisp sources for those who want to read/modify them
|
||||
|
||||
VERSION = 23.3
|
||||
WRKDIST = ${WRKDIR}/emacs-23.3
|
||||
DISTNAME = emacs-${VERSION}b
|
||||
PKGNAME-main = emacs-${VERSION}b
|
||||
FULLPKGNAME-el = emacs-el-${VERSION}b
|
||||
VERSION = 23.4
|
||||
WRKDIST = ${WRKDIR}/emacs-23.4
|
||||
DISTNAME = emacs-${VERSION}
|
||||
PKGNAME-main = emacs-${VERSION}
|
||||
FULLPKGNAME-el = emacs-el-${VERSION}
|
||||
FULLPKGPATH-el = editors/emacs23,-el
|
||||
|
||||
CATEGORIES = editors
|
||||
@ -79,7 +79,7 @@ WANTLIB-main += GL ICE SM X11 Xdmcp Xext Xft Xpm Xrender \
|
||||
xcb-render xcb-shm ${MODGETTEXT_WANTLIB}
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS-el = emacs-${VERSION}b:${PKGPATH}
|
||||
RUN_DEPENDS-el = emacs-${VERSION}:${PKGPATH}
|
||||
PKG_ARCH-el = *
|
||||
|
||||
post-install:
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (emacs-23.3b.tar.gz) = 8r/Y6rfjs0oPfwmswGZ+cQ==
|
||||
RMD160 (emacs-23.3b.tar.gz) = 0lOHTs71wJ01V2z1CHJ/WGPICDQ=
|
||||
SHA1 (emacs-23.3b.tar.gz) = VlA0cumbx8h17DcN7HtAd0z6gto=
|
||||
SHA256 (emacs-23.3b.tar.gz) = Vstttxep65Z54SRmVZg3xAR6F1yJ2MxNidTDeFYjIPk=
|
||||
SIZE (emacs-23.3b.tar.gz) = 47930061
|
||||
MD5 (emacs-23.4.tar.gz) = NEBRZfzZePvIswTL2ZzPTw==
|
||||
RMD160 (emacs-23.4.tar.gz) = X7fkzUJwpSS4cjrYahRaDkcza/c=
|
||||
SHA1 (emacs-23.4.tar.gz) = CnhGb/9S0fQ8DbDqZmUaCxO35HM=
|
||||
SHA256 (emacs-23.4.tar.gz) = uaK4Q0BSdx95fSAydy66hi/5qhQwKe/HIpUXBgconBg=
|
||||
SIZE (emacs-23.4.tar.gz) = 47721193
|
||||
|
Loading…
Reference in New Issue
Block a user