diff options
author | ashish <ashish@FreeBSD.org> | 2013-03-30 13:13:30 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-03-30 13:13:30 +0800 |
commit | 32302418f14903d353b6fa4f309d516ab89ad14a (patch) | |
tree | b7bada52f6c86c598f322b8419f7e1f930917b31 /misc | |
parent | c91a7b7685cb9c69c0ab606d450674097a4834c9 (diff) | |
download | freebsd-ports-gnome-32302418f14903d353b6fa4f309d516ab89ad14a.tar.gz freebsd-ports-gnome-32302418f14903d353b6fa4f309d516ab89ad14a.tar.zst freebsd-ports-gnome-32302418f14903d353b6fa4f309d516ab89ad14a.zip |
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
editors/emacs23:
- Remove ABI versions from LIB_DEPENDS
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
Mk/bsd.emacs.mk:
- Update major version for editors/emacs port
*:
- Bump PORTREVISION to chase Emacs updates
PR: ports/177428[2]
Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/color-theme.el/Makefile | 2 | ||||
-rw-r--r-- | misc/elscreen/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/color-theme.el/Makefile b/misc/color-theme.el/Makefile index 87b95433a38a..59ddb4c68051 100644 --- a/misc/color-theme.el/Makefile +++ b/misc/color-theme.el/Makefile @@ -7,7 +7,7 @@ PORTNAME= color-theme.el PORTVERSION= 6.6.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= misc elisp MASTER_SITES= http://download.gna.org/color-theme/ PKGNAMESUFFIX= -${EMACS_NAME} diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 162f4d380422..e5623e407488 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -7,7 +7,7 @@ PORTNAME= elscreen PORTVERSION= 1.4.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc elisp MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/%SUBDIR%/ MASTER_SITE_SUBDIR= . old |