mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to bzr snapshot revision 117564
This commit is contained in:
parent
7d550b8d2e
commit
d2c30c50cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362799
@ -3,7 +3,6 @@
|
||||
|
||||
PORTNAME= emacs
|
||||
PORTVERSION= ${EMACS_VER}.${EMACS_REV}
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= editors ipv6
|
||||
MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \
|
||||
@ -23,7 +22,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \
|
||||
emacs-nox11-[0-9]*
|
||||
|
||||
EMACS_VER= 24.4.50
|
||||
EMACS_REV= 117036
|
||||
EMACS_REV= 117564
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (emacs-24.4.50.117036.tar.xz) = 1436ae398891101e07ada703535b64fbcf0155ef5084a2664ac1ec9f968c431e
|
||||
SIZE (emacs-24.4.50.117036.tar.xz) = 30693720
|
||||
SHA256 (emacs-24.4.50.117564.tar.xz) = fb2525836a770cc1f93e2f381b4a2af5dc70809aeef57be8de4d5fead3834342
|
||||
SIZE (emacs-24.4.50.117564.tar.xz) = 31067732
|
||||
|
@ -15,7 +15,6 @@ share/applications/emacs.desktop
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/site-lisp/site-start.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/site-lisp/subdirs.el
|
||||
%%DATADIR%%/site-lisp/subdirs.el
|
||||
%%INFODIR%%/dir
|
||||
share/icons/hicolor/128x128/apps/emacs.png
|
||||
share/icons/hicolor/16x16/apps/emacs.png
|
||||
share/icons/hicolor/24x24/apps/emacs.png
|
||||
@ -23,8 +22,6 @@ share/icons/hicolor/32x32/apps/emacs.png
|
||||
share/icons/hicolor/48x48/apps/emacs.png
|
||||
share/icons/hicolor/scalable/apps/emacs.svg
|
||||
share/icons/hicolor/scalable/mimetypes/emacs-document.svg
|
||||
/var/games/emacs/snake-scores
|
||||
/var/games/emacs/tetris-scores
|
||||
@dirrm %%INFODIR%%
|
||||
@dirrmtry %%DATADIR%%/%%EMACS_VER%%/site-lisp
|
||||
@dirrmtry share/icons/hicolor/scalable/mimetypes
|
||||
@ -42,6 +39,7 @@ share/icons/hicolor/scalable/mimetypes/emacs-document.svg
|
||||
@dirrmtry share/icons/hicolor/128x128
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@unexec if [ ! -s /var/games/emacs/snake-scores ]; then rm -f /var/games/emacs/snake-scores; fi
|
||||
@unexec if [ ! -s /var/games/emacs/tetris-scores ]; then rm -f /var/games/emacs/tetris-scores; fi
|
||||
@unexec rmdir /var/games/emacs 2>/dev/null || true
|
||||
@cwd /var/games/emacs
|
||||
snake-scores
|
||||
tetris-scores
|
||||
|
Loading…
Reference in New Issue
Block a user