summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1999-03-11 21:47:15 +0000
committerscrappy <scrappy@FreeBSD.org>1999-03-11 21:47:15 +0000
commit9b37fbae4caa9aa7445050824376535a268d2b31 (patch)
treec5ea529a9f6895e7723800b42866a8c7777f48ae /editors
parentb4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff)
downloadFreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.zip
FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs19/Makefile4
-rw-r--r--editors/emacs20/Makefile4
-rw-r--r--editors/emacs22/Makefile4
-rw-r--r--editors/emacs23/Makefile4
-rw-r--r--editors/vim/Makefile5
-rw-r--r--editors/vim5/Makefile5
-rw-r--r--editors/vim6/Makefile5
8 files changed, 27 insertions, 8 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index f33d5dd..99f83e2 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $
+# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://www.gnu.org/software/year2000.html
+
EMACS_VERSION= 19.34
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index f33d5dd..99f83e2 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $
+# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://www.gnu.org/software/year2000.html
+
EMACS_VERSION= 19.34
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 6680c65..663c483 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.38 1999/03/01 11:55:45 shige Exp $
+# $Id: Makefile,v 1.39 1999/03/08 07:28:23 asami Exp $
#
DISTNAME= emacs-20.3
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= jseger@FreeBSD.org
+Y2K= http://www.gnu.org/software/year2000.html
+
USE_AUTOCONF= yes
USE_XLIB= yes
USE_GMAKE= yes
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index f33d5dd..99f83e2 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $
+# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://www.gnu.org/software/year2000.html
+
EMACS_VERSION= 19.34
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index f33d5dd..99f83e2 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.36 1999/01/27 07:41:10 fenner Exp $
+# $Id: Makefile,v 1.37 1999/03/08 07:28:22 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.ORG
+Y2K= http://www.gnu.org/software/year2000.html
+
EMACS_VERSION= 19.34
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 5a201d8..114a739 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $
+# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $
#
DISTNAME= vim-5.3
@@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
MAINTAINER= obrien@FreeBSD.org
+Y2K= http://www.vim.org/y2k.html
+WWW_SITE= http://www.vim.org
+
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \
python:${PORTSDIR}/lang/python
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile
index 5a201d8..114a739 100644
--- a/editors/vim5/Makefile
+++ b/editors/vim5/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $
+# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $
#
DISTNAME= vim-5.3
@@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
MAINTAINER= obrien@FreeBSD.org
+Y2K= http://www.vim.org/y2k.html
+WWW_SITE= http://www.vim.org
+
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \
python:${PORTSDIR}/lang/python
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 5a201d8..114a739 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.32 1998/12/02 12:32:25 obrien Exp $
+# $Id: Makefile,v 1.33 1998/12/02 12:40:59 obrien Exp $
#
DISTNAME= vim-5.3
@@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX}
MAINTAINER= obrien@FreeBSD.org
+Y2K= http://www.vim.org/y2k.html
+WWW_SITE= http://www.vim.org
+
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \
python:${PORTSDIR}/lang/python
OpenPOWER on IntegriCloud