mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.92
This commit is contained in:
parent
ca4d00e32b
commit
9dd8e0d052
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175833
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Tcl-Tk
|
||||
PORTVERSION= 0.90
|
||||
PORTVERSION= 0.92
|
||||
CATEGORIES= x11-toolkits lang perl5 tk82
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tcl
|
||||
@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module to access to Tk via the Tcl extension
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Tcl-Tk-0.90.tar.gz) = 841ff1b65717452d772f21489b70ebc5
|
||||
SHA256 (Tcl-Tk-0.90.tar.gz) = b25fcaf67c97bc080a3fe342d2f26468971b1576e80eb4e4ba9c25fe5be99b1a
|
||||
SIZE (Tcl-Tk-0.90.tar.gz) = 337455
|
||||
MD5 (Tcl-Tk-0.92.tar.gz) = 8955263e82c7a2d5f0b16a119770fa6a
|
||||
SHA256 (Tcl-Tk-0.92.tar.gz) = 4bdbcb3fdc94c5b8e987b9e45bd6cb7a31b40f643ece0753d79fd68dcaf884c5
|
||||
SIZE (Tcl-Tk-0.92.tar.gz) = 333516
|
||||
|
@ -1,21 +1,20 @@
|
||||
--- Makefile.PL.orig Wed Jan 12 18:39:23 2005
|
||||
+++ Makefile.PL Sat Jun 24 17:40:19 2006
|
||||
@@ -23,18 +23,6 @@
|
||||
$tclsh = $ENV{'TCLSH_PROG'};
|
||||
}
|
||||
|
||||
-open TCLSH, "$tclsh test-for-tk.tcl|";
|
||||
-my $res = join '', <TCLSH>;
|
||||
-
|
||||
-unless ($res =~ /^ok/m) {
|
||||
- die <<EOS;
|
||||
-
|
||||
-Your Tcl installation ($tclsh) fails to find Tk package.
|
||||
-One of possible reasons is missing file 'pkgIndex.tcl' in ..../tk8.4/
|
||||
-directory; Please check if you can feed 'package require Tk' to tclsh
|
||||
-EOS
|
||||
-}
|
||||
-
|
||||
WriteMakefile(
|
||||
NAME => "Tcl::Tk",
|
||||
VERSION_FROM => 'lib/Tcl/Tk.pm',
|
||||
--- Makefile.PL.orig Tue Oct 31 22:24:07 2006
|
||||
+++ Makefile.PL Tue Oct 31 22:25:37 2006
|
||||
@@ -23,17 +23,6 @@
|
||||
$tclsh = $ENV{'TCLSH_PROG'};
|
||||
}
|
||||
|
||||
-open TCLSH, "$tclsh test-for-tk.tcl|";
|
||||
-my $res = join '', <TCLSH>;
|
||||
-
|
||||
-unless ($res =~ /^ok/m) {
|
||||
- die <<EOS;
|
||||
-
|
||||
-Your Tcl installation ($tclsh) fails to find Tk package.
|
||||
-One of possible reasons is missing file 'pkgIndex.tcl' in ..../tk8.4/
|
||||
-directory; Please check if you can feed 'package require Tk' to tclsh
|
||||
-EOS
|
||||
-}
|
||||
|
||||
WriteMakefile(
|
||||
NAME => "Tcl::Tk",
|
Loading…
Reference in New Issue
Block a user