diff options
author | asami <asami@FreeBSD.org> | 1995-04-04 09:25:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-04 09:25:26 +0000 |
commit | d22ee5561b5732b3c6a6475fb0ccb57a6cdd2048 (patch) | |
tree | 4a616918ff86641753d2dd7c26bafe06bde6931f | |
parent | 7f05d96e2edbd59f5a1c89f5bb4a12fa63ece2b2 (diff) | |
download | FreeBSD-ports-d22ee5561b5732b3c6a6475fb0ccb57a6cdd2048.zip FreeBSD-ports-d22ee5561b5732b3c6a6475fb0ccb57a6cdd2048.tar.gz |
Upgrade, 1.0 -> 1.1.
% patch-ab is not necessary anymore because the bug is now fixed in
. the original source.
% post-configure (which was doing "make includes") is not necessary
. because xmkmf is now called with "-a". (Yeah, should have redefined
. XMKMF in Makefile in the first place....)
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/files/patch-aa | 6 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-comment | 2 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-descr | 1 |
5 files changed, 9 insertions, 8 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index dd7b003..1acbb21 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Xaw3d -# Version required: 1.0 +# Version required: 1.1 # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.4 1995/03/24 11:11:34 asami Exp $ +# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ # -DISTNAME= Xaw3d-1.0 +DISTNAME= Xaw3d-1.1 USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ CATEGORIES+= x11 diff --git a/x11-toolkits/Xaw3d/distinfo b/x11-toolkits/Xaw3d/distinfo index 49e0e1f..eaa9190 100644 --- a/x11-toolkits/Xaw3d/distinfo +++ b/x11-toolkits/Xaw3d/distinfo @@ -1 +1 @@ -MD5 (Xaw3d-1.0.tar.gz) = 950e5813bbe8ad741e545ab00b6e429f +MD5 (Xaw3d-1.1.tar.gz) = fab7e295f64fd8cc5edb0f8800dc1455 diff --git a/x11-toolkits/Xaw3d/files/patch-aa b/x11-toolkits/Xaw3d/files/patch-aa index 9a0b4f1..9677a61 100644 --- a/x11-toolkits/Xaw3d/files/patch-aa +++ b/x11-toolkits/Xaw3d/files/patch-aa @@ -1,6 +1,6 @@ ---- Imakefile.orig Tue Jul 19 13:26:50 1994 -+++ Imakefile Mon Jan 23 08:44:58 1995 -@@ -16,7 +16,8 @@ +--- ./Imakefile.org Thu Mar 30 15:56:19 1995 ++++ ./Imakefile Tue Apr 4 00:47:40 1995 +@@ -38,7 +38,8 @@ LINTLIBS = $(LINTXLIB) $(LINTXTOOL) diff --git a/x11-toolkits/Xaw3d/pkg-comment b/x11-toolkits/Xaw3d/pkg-comment index b550696..bbf3f13 100644 --- a/x11-toolkits/Xaw3d/pkg-comment +++ b/x11-toolkits/Xaw3d/pkg-comment @@ -1 +1 @@ -Xaw3d-1.0, a 3-D Athena Widget set that looks like Motif. +Xaw3d-1.1, a 3-D Athena Widget set that looks like Motif. diff --git a/x11-toolkits/Xaw3d/pkg-descr b/x11-toolkits/Xaw3d/pkg-descr index dd60d11..229b128 100644 --- a/x11-toolkits/Xaw3d/pkg-descr +++ b/x11-toolkits/Xaw3d/pkg-descr @@ -1,5 +1,6 @@ Xaw3d is a Xaw (Athena Widget Set) replacement that looks three-dimensional. The author is Kalib Keithley (kaleb@x.org). +This is version 1.1. Added is a patch by me (Satoshi) to make the arrow scrollbar look real bumpy. |