diff options
author | gj <gj@FreeBSD.org> | 2000-07-26 04:22:07 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-07-26 04:22:07 +0800 |
commit | abbed185417197f41b94d6fb54600d8727451945 (patch) | |
tree | 37e9033f37ecdf95651ff0aed3e1c8c269d8ee01 /editors/xemacs-devel/Makefile | |
parent | 21ccd79327ce85109225260963c7b526991908fb (diff) | |
download | freebsd-ports-gnome-abbed185417197f41b94d6fb54600d8727451945.tar.gz freebsd-ports-gnome-abbed185417197f41b94d6fb54600d8727451945.tar.zst freebsd-ports-gnome-abbed185417197f41b94d6fb54600d8727451945.zip |
Update to version 21.1.11.
Patch patch-al was obsoleted by a change in the target file.
Except for one minor change in PLIST the submitted patch worked
without errors. Excellent !
Submitted by: kiri@pis.toba-cmt.ac.jp
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 9b23b820d90e..afc992ce4b46 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ -DISTFILES= ${DISTNAME}a${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} MAINTAINER?= gj@FreeBSD.org @@ -24,7 +24,7 @@ LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ tiff.4:${PORTSDIR}/graphics/tiff XEMACS_REL= 21.1 -XEMACS_VER= 21.1.10 +XEMACS_VER= 21.1.11 DIST_SUBDIR= xemacs SLAVEDIRS+= editors/xemacs21-mule |