diff options
author | gj <gj@FreeBSD.org> | 2004-12-14 20:00:21 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2004-12-14 20:00:21 +0800 |
commit | 313965d512f1cff7aa26004689922dacb289d085 (patch) | |
tree | dc81f99f05135cded532f78a1e7fa098710d7e33 /editors/xemacs-devel/Makefile | |
parent | 56905120826d84cf797bf434a78ca357f0dea22d (diff) | |
download | freebsd-ports-gnome-313965d512f1cff7aa26004689922dacb289d085.tar.gz freebsd-ports-gnome-313965d512f1cff7aa26004689922dacb289d085.tar.zst freebsd-ports-gnome-313965d512f1cff7aa26004689922dacb289d085.zip |
Update to 21.5.8.
The patches patch-emacs.c and patch-mem-limits.h are no longer needed
because lim_data has been changed from an unsigned int to an unsigned
long, which should be big enough on all architectures which we support.
Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly
offered to take over this port from me.
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index f1c43e15c12f..9bde31e852de 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -14,7 +14,7 @@ DISTNAME= xemacs-${XEMACS_VER:S/-b/./} #DISTFILES= ${DISTNAME}.11${EXTRACT_SUFX} DIST_SUBDIR= xemacs -MAINTAINER= gj@FreeBSD.org +MAINTAINER= anray@inet.ua COMMENT= This port tracks the development (GAMMA) version of the XEmacs text editor NOT_FOR_ARCHS= sparc64 @@ -31,7 +31,7 @@ USE_XPM= yes XEMACS_MAJOR_VER?= 21 XEMACS_REL= ${XEMACS_MAJOR_VER}.5 -XEMACS_VER= ${XEMACS_MAJOR_VER}.5-b17 +XEMACS_VER= ${XEMACS_MAJOR_VER}.5-b18 XEMACS_ARCH= ${CONFIGURE_TARGET} WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} |