diff options
author | gj <gj@FreeBSD.org> | 2004-12-14 19:55:04 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2004-12-14 19:55:04 +0800 |
commit | 56905120826d84cf797bf434a78ca357f0dea22d (patch) | |
tree | 9b1b3f7fbf5e550223f6c24d53ab201187d7bc5c | |
parent | 622f52f308d4dffd7e934a794bcfedf827ac82b2 (diff) | |
download | freebsd-ports-gnome-56905120826d84cf797bf434a78ca357f0dea22d.tar.gz freebsd-ports-gnome-56905120826d84cf797bf434a78ca357f0dea22d.tar.zst freebsd-ports-gnome-56905120826d84cf797bf434a78ca357f0dea22d.zip |
Use the BZIP2 distribution instead of a whole bunch of tar.gz files [1].
Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly
volunterred to take over this port from me.
Submitted by: Denis Shaposhnikov <dsh AT vlink DOT ru> [1]
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/distinfo | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 2bdcbd84caee..5d96d700082c 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -11,10 +11,9 @@ CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} DISTNAME= xemacs-${XEMACS_VER} -DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} DIST_SUBDIR= xemacs -MAINTAINER?= gj@FreeBSD.org +MAINTAINER?= anray@inet.ua COMMENT?= This port tracks the stable version of the XEmacs text editor NOT_FOR_ARCHS= sparc64 @@ -28,6 +27,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_XLIB= yes USE_XPM= yes .endif +USE_BZIP2= yes XEMACS_REL= 21.4 XEMACS_VER= 21.4.15 diff --git a/editors/xemacs/distinfo b/editors/xemacs/distinfo index 3a98dba443a6..56279f494473 100644 --- a/editors/xemacs/distinfo +++ b/editors/xemacs/distinfo @@ -1,6 +1,2 @@ -MD5 (xemacs/xemacs-21.4.15-src.tar.gz) = 840d061aad9c4ae0782fc94a4184625a -SIZE (xemacs/xemacs-21.4.15-src.tar.gz) = 8118264 -MD5 (xemacs/xemacs-21.4.15-elc.tar.gz) = 0fcacb62b115dd34d2d59fbe8be36166 -SIZE (xemacs/xemacs-21.4.15-elc.tar.gz) = 927962 -MD5 (xemacs/xemacs-21.4.15-info.tar.gz) = 64e6cbd780a39e001d3a2a832717ce31 -SIZE (xemacs/xemacs-21.4.15-info.tar.gz) = 1603029 +MD5 (xemacs/xemacs-21.4.15.tar.bz2) = 74f899d38a230d629375f7e3cf656ca5 +SIZE (xemacs/xemacs-21.4.15.tar.bz2) = 8799299 |