aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-packages/Makefile
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1999-10-14 04:09:53 +0800
committergj <gj@FreeBSD.org>1999-10-14 04:09:53 +0800
commit07f3f8155cdadca92c704c717242ca9f7634ed32 (patch)
treeb2a8c320ac30895d1681d14d6333ccafc12896eb /editors/xemacs-packages/Makefile
parent0ccb45404596727da294ca1536dd6d04fbcf9587 (diff)
downloadfreebsd-ports-graphics-07f3f8155cdadca92c704c717242ca9f7634ed32.tar.gz
freebsd-ports-graphics-07f3f8155cdadca92c704c717242ca9f7634ed32.tar.zst
freebsd-ports-graphics-07f3f8155cdadca92c704c717242ca9f7634ed32.zip
PR: 13680
Submitted by: max Requested by: the maintainer Update the xemacs-packages port to use the latest tar balls. Add a hint to use the xemacs-sumo-packages and xemacs-mule-sumo-packages ports if the user wants to install all packages.
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r--editors/xemacs-packages/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index eefdf915089..4bc7c2a59aa 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -16,17 +16,17 @@ MASTER_SITES= \
ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/
DISTFILES= \
- xemacs-base-1.30-pkg.tar.gz xemacs-devel-1.21-pkg.tar.gz \
- c-support-1.12-pkg.tar.gz os-utils-1.15-pkg.tar.gz \
- cc-mode-1.15-pkg.tar.gz prog-modes-1.19-pkg.tar.gz \
- debug-1.09-pkg.tar.gz psgml-1.12-pkg.tar.gz \
- dired-1.05-pkg.tar.gz sgml-1.04-pkg.tar.gz \
- edit-utils-1.39-pkg.tar.gz text-modes-1.19-pkg.tar.gz \
- efs-1.14-pkg.tar.gz time-1.07-pkg.tar.gz \
- fsf-compat-1.05-pkg.tar.gz viper-1.15-pkg.tar.gz \
- mail-lib-1.23-pkg.tar.gz net-utils-1.11-pkg.tar.gz \
- mailcrypt-1.08-pkg.tar.gz vc-1.17-pkg.tar.gz \
- sh-script-1.08-pkg.tar.gz \
+ xemacs-base-1.32-pkg.tar.gz xemacs-devel-1.23-pkg.tar.gz \
+ c-support-1.13-pkg.tar.gz os-utils-1.18-pkg.tar.gz \
+ cc-mode-1.16-pkg.tar.gz prog-modes-1.21-pkg.tar.gz \
+ debug-1.10-pkg.tar.gz psgml-1.14-pkg.tar.gz \
+ dired-1.06-pkg.tar.gz sgml-1.05-pkg.tar.gz \
+ edit-utils-1.41-pkg.tar.gz text-modes-1.21-pkg.tar.gz \
+ efs-1.15-pkg.tar.gz time-1.08-pkg.tar.gz \
+ fsf-compat-1.06-pkg.tar.gz viper-1.17-pkg.tar.gz \
+ mail-lib-1.24-pkg.tar.gz net-utils-1.12-pkg.tar.gz \
+ mailcrypt-2.02-pkg.tar.gz vc-1.19-pkg.tar.gz \
+ sh-script-1.10-pkg.tar.gz \
${MULEDISTFILES}
MAINTAINER= me@FreeBSD.org
@@ -51,9 +51,11 @@ post-install:
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
@${ECHO_MSG} "the 'Options' menu of the menubar."
+ @${ECHO_MSG} "To install all packages, consider using the xemacs-sumo-packages"
+ @${ECHO_MSG} "and xemacs-mule-sumo-packages ports."
.if defined(USE_MULE)
-MULEDISTFILES= mule-base-1.30-pkg.tar.gz
+MULEDISTFILES= mule-base-1.32-pkg.tar.gz
PLIST= ${PKGDIR}/PLIST.mule
.endif