aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-04 15:46:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-04 15:46:33 +0000
commitadcfa10d21c389646c18a8d8c7b8b2e4effbbe17 (patch)
treea1a6bb24df782adebcc70a61adf5a1c43a0d3077
parent923f89ae7ca3c0cb7007403c835162cc73e4d612 (diff)
downloadports-adcfa10d21c389646c18a8d8c7b8b2e4effbbe17.tar.gz
ports-adcfa10d21c389646c18a8d8c7b8b2e4effbbe17.zip
Upgrade, 1.63 -> 1.65.
Notes
Notes: svn path=/head/; revision=1293
-rw-r--r--www/chimera/Makefile12
-rw-r--r--www/chimera/distinfo2
-rw-r--r--www/chimera/files/patch-aa16
-rw-r--r--www/chimera/pkg-comment2
-rw-r--r--www/chimera/pkg-descr2
-rw-r--r--www/chimera2/Makefile12
-rw-r--r--www/chimera2/distinfo2
-rw-r--r--www/chimera2/files/patch-aa16
-rw-r--r--www/chimera2/pkg-comment2
-rw-r--r--www/chimera2/pkg-descr2
10 files changed, 38 insertions, 30 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
index 258ede372896..b29ec721a882 100644
--- a/www/chimera/Makefile
+++ b/www/chimera/Makefile
@@ -1,15 +1,17 @@
# New ports collection makefile for: chimera
-# Version required: 1.63
+# Version required: 1.65
# Date created: 26 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.5 1995/03/24 11:10:30 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/01 12:47:51 jkh Exp $
#
-DISTNAME= chimera-1.63
-USE_IMAKE= yes
-MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
+DISTNAME= chimera-1.65
CATEGORIES+= networking
+MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
+
MAINTAINER= asami@FreeBSD.ORG
+USE_IMAKE= yes
+
.include <bsd.port.mk>
diff --git a/www/chimera/distinfo b/www/chimera/distinfo
index 7797000ecbea..61984a5d61a0 100644
--- a/www/chimera/distinfo
+++ b/www/chimera/distinfo
@@ -1 +1 @@
-MD5 (chimera-1.63.tar.gz) = 2604a2a9133f394e6b7ebf4803a9f679
+MD5 (chimera-1.65.tar.gz) = 38b67ecb961ea52803a3c815076cc9fa
diff --git a/www/chimera/files/patch-aa b/www/chimera/files/patch-aa
index 7f4ed7ae0f24..d465aa0bbb37 100644
--- a/www/chimera/files/patch-aa
+++ b/www/chimera/files/patch-aa
@@ -1,11 +1,11 @@
---- ./Common.tmpl.dist.org Fri Dec 16 20:10:16 1994
-+++ ./Common.tmpl.dist Mon Dec 19 02:52:52 1994
-@@ -103,7 +103,7 @@
- NEEDFUNCS = -DNEED_STRSTR -DNEED_GETCWD
- */
+--- ./Common.tmpl.dist.org Sat Apr 1 19:20:24 1995
++++ ./Common.tmpl.dist Tue Apr 4 07:51:01 1995
+@@ -80,7 +80,7 @@
+ #define NEED_STRCASECMP 0
--EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_MALLOC_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
-+EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
+ CEXTRA_DEFINES = -DHAVE_MKTIME -DHAVE_STDLIB_H -DHAVE_STRING_H \
+- -DHAVE_UNISTD_H -DHAVE_MALLOC_H
++ -DHAVE_UNISTD_H
/*
- * Extra libraries
+ * OSF1 needs -D_BSD
diff --git a/www/chimera/pkg-comment b/www/chimera/pkg-comment
index ad36dd61384f..f98fcbe8a0b1 100644
--- a/www/chimera/pkg-comment
+++ b/www/chimera/pkg-comment
@@ -1 +1 @@
-chimera - X/Athena World-Wide Web Client. Version 1.63
+chimera - X/Athena World-Wide Web Client. Version 1.65
diff --git a/www/chimera/pkg-descr b/www/chimera/pkg-descr
index ea36f39fb360..303aade1fb34 100644
--- a/www/chimera/pkg-descr
+++ b/www/chimera/pkg-descr
@@ -1,3 +1,5 @@
Chimera is a program which allows a user to access World-Wide Web servers
and other information servers. It presents the user with a point-and-click
graphical interface using the X Window System and the Athena Widgets.
+
+This is version 1.65.
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile
index 258ede372896..b29ec721a882 100644
--- a/www/chimera2/Makefile
+++ b/www/chimera2/Makefile
@@ -1,15 +1,17 @@
# New ports collection makefile for: chimera
-# Version required: 1.63
+# Version required: 1.65
# Date created: 26 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.5 1995/03/24 11:10:30 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/01 12:47:51 jkh Exp $
#
-DISTNAME= chimera-1.63
-USE_IMAKE= yes
-MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
+DISTNAME= chimera-1.65
CATEGORIES+= networking
+MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
+
MAINTAINER= asami@FreeBSD.ORG
+USE_IMAKE= yes
+
.include <bsd.port.mk>
diff --git a/www/chimera2/distinfo b/www/chimera2/distinfo
index 7797000ecbea..61984a5d61a0 100644
--- a/www/chimera2/distinfo
+++ b/www/chimera2/distinfo
@@ -1 +1 @@
-MD5 (chimera-1.63.tar.gz) = 2604a2a9133f394e6b7ebf4803a9f679
+MD5 (chimera-1.65.tar.gz) = 38b67ecb961ea52803a3c815076cc9fa
diff --git a/www/chimera2/files/patch-aa b/www/chimera2/files/patch-aa
index 7f4ed7ae0f24..d465aa0bbb37 100644
--- a/www/chimera2/files/patch-aa
+++ b/www/chimera2/files/patch-aa
@@ -1,11 +1,11 @@
---- ./Common.tmpl.dist.org Fri Dec 16 20:10:16 1994
-+++ ./Common.tmpl.dist Mon Dec 19 02:52:52 1994
-@@ -103,7 +103,7 @@
- NEEDFUNCS = -DNEED_STRSTR -DNEED_GETCWD
- */
+--- ./Common.tmpl.dist.org Sat Apr 1 19:20:24 1995
++++ ./Common.tmpl.dist Tue Apr 4 07:51:01 1995
+@@ -80,7 +80,7 @@
+ #define NEED_STRCASECMP 0
--EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_MALLOC_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
-+EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
+ CEXTRA_DEFINES = -DHAVE_MKTIME -DHAVE_STDLIB_H -DHAVE_STRING_H \
+- -DHAVE_UNISTD_H -DHAVE_MALLOC_H
++ -DHAVE_UNISTD_H
/*
- * Extra libraries
+ * OSF1 needs -D_BSD
diff --git a/www/chimera2/pkg-comment b/www/chimera2/pkg-comment
index ad36dd61384f..f98fcbe8a0b1 100644
--- a/www/chimera2/pkg-comment
+++ b/www/chimera2/pkg-comment
@@ -1 +1 @@
-chimera - X/Athena World-Wide Web Client. Version 1.63
+chimera - X/Athena World-Wide Web Client. Version 1.65
diff --git a/www/chimera2/pkg-descr b/www/chimera2/pkg-descr
index ea36f39fb360..303aade1fb34 100644
--- a/www/chimera2/pkg-descr
+++ b/www/chimera2/pkg-descr
@@ -1,3 +1,5 @@
Chimera is a program which allows a user to access World-Wide Web servers
and other information servers. It presents the user with a point-and-click
graphical interface using the X Window System and the Athena Widgets.
+
+This is version 1.65.