diff options
author | asami <asami@FreeBSD.org> | 1995-04-04 15:46:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-04 15:46:33 +0000 |
commit | e2a4d2ed2020f92d3502d3b9d560220070643801 (patch) | |
tree | c9d372981c12cfc26e53f898ef5ab4c4c99afdf6 /www/chimera | |
parent | 7fb789d0cc9e54c2694e724870299a01d445f308 (diff) | |
download | FreeBSD-ports-e2a4d2ed2020f92d3502d3b9d560220070643801.zip FreeBSD-ports-e2a4d2ed2020f92d3502d3b9d560220070643801.tar.gz |
Upgrade, 1.63 -> 1.65.
Diffstat (limited to 'www/chimera')
-rw-r--r-- | www/chimera/Makefile | 12 | ||||
-rw-r--r-- | www/chimera/distinfo | 2 | ||||
-rw-r--r-- | www/chimera/files/patch-aa | 16 | ||||
-rw-r--r-- | www/chimera/pkg-comment | 2 | ||||
-rw-r--r-- | www/chimera/pkg-descr | 2 |
5 files changed, 19 insertions, 15 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 258ede3..b29ec72 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 7797000..61984a5 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 7f4ed7a..d465aa0 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 ad36dd6..f98fcbe 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 ea36f39..303aade 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. |