diff options
author | pst <pst@FreeBSD.org> | 1997-11-27 06:49:22 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-27 06:49:22 +0800 |
commit | 8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d (patch) | |
tree | e65710313d0b873766268a5e9dc414f1fafc95ea /x11-toolkits/tk82 | |
parent | 37255e075fd975a2e04c9613846ee21897a45b5b (diff) | |
download | freebsd-ports-graphics-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.tar.gz freebsd-ports-graphics-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.tar.zst freebsd-ports-graphics-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.zip |
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/tk82')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/tk82/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/tk82/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 5b4e27cdbf5..c491ebbd025 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/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/tk82/distinfo b/x11-toolkits/tk82/distinfo index 347bde24eae..98ef507f687 100644 --- a/x11-toolkits/tk82/distinfo +++ b/x11-toolkits/tk82/distinfo @@ -1 +1 @@ -MD5 (tk8.0.tar.gz) = 489cdb76937d05aaec4ee506ba15d7dc +MD5 (tk8.0p1.tar.gz) = d44ea2c46a7fe50dce2d6b98425dde43 diff --git a/x11-toolkits/tk82/pkg-plist b/x11-toolkits/tk82/pkg-plist index 2379f5c37e0..97f9976d9bf 100644 --- a/x11-toolkits/tk82/pkg-plist +++ b/x11-toolkits/tk82/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 |