diff options
author | pst <pst@FreeBSD.org> | 1997-11-26 22:49:22 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-26 22:49:22 +0000 |
commit | 8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d (patch) | |
tree | e65710313d0b873766268a5e9dc414f1fafc95ea /x11-toolkits/tk80 | |
parent | 37255e075fd975a2e04c9613846ee21897a45b5b (diff) | |
download | FreeBSD-ports-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.zip FreeBSD-ports-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.tar.gz |
Upgrade to v8.0 PL1.
Thanks go to all the folks who tested on their systems and tested ports
that relied on Tcl/Tk v8.x.
Diffstat (limited to 'x11-toolkits/tk80')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/tk80/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/tk80/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 5b4e27c..c491ebb 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,19 +3,19 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp $ +# $Id: Makefile,v 1.5 1997/10/08 10:48:52 asami Exp $ # -DISTNAME= tk8.0 -PKGNAME= tk-8.0 +DISTNAME= tk8.0p1 +PKGNAME= tk-8.0.1 CATEGORIES= x11 tk80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@Freebsd.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80\\.1\\.1:${PORTSDIR}/lang/tcl80 -WRKSRC= ${WRKDIR}/${DISTNAME}/unix +WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} diff --git a/x11-toolkits/tk80/distinfo b/x11-toolkits/tk80/distinfo index 347bde2..98ef507 100644 --- a/x11-toolkits/tk80/distinfo +++ b/x11-toolkits/tk80/distinfo @@ -1 +1 @@ -MD5 (tk8.0.tar.gz) = 489cdb76937d05aaec4ee506ba15d7dc +MD5 (tk8.0p1.tar.gz) = d44ea2c46a7fe50dce2d6b98425dde43 diff --git a/x11-toolkits/tk80/pkg-plist b/x11-toolkits/tk80/pkg-plist index 2379f5c..97f9976 100644 --- a/x11-toolkits/tk80/pkg-plist +++ b/x11-toolkits/tk80/pkg-plist @@ -243,7 +243,7 @@ lib/tk8.0/images/pwrdLogo75.gif lib/tk8.0/safetk.tcl lib/tk8.0/tkConfig.sh lib/libtk80.a -lib/libtk80.so.1.0 +lib/libtk80.so.1.1 @exec /sbin/ldconfig -m %B @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos |