Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 19:08:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476448 - in head/lang/p5-Tcl: . files
Message-ID:  <201808051908.w75J8DnC005882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug  5 19:08:13 2018
New Revision: 476448
URL: https://svnweb.freebsd.org/changeset/ports/476448

Log:
  Update to 1.25
  
  Changes:	https://metacpan.org/changes/distribution/Tcl

Modified:
  head/lang/p5-Tcl/Makefile
  head/lang/p5-Tcl/distinfo
  head/lang/p5-Tcl/files/patch-Makefile.PL

Modified: head/lang/p5-Tcl/Makefile
==============================================================================
--- head/lang/p5-Tcl/Makefile	Sun Aug  5 19:08:08 2018	(r476447)
+++ head/lang/p5-Tcl/Makefile	Sun Aug  5 19:08:13 2018	(r476448)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Tcl
-PORTVERSION=	1.05
+PORTVERSION=	1.25
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/lang/p5-Tcl/distinfo
==============================================================================
--- head/lang/p5-Tcl/distinfo	Sun Aug  5 19:08:08 2018	(r476447)
+++ head/lang/p5-Tcl/distinfo	Sun Aug  5 19:08:13 2018	(r476448)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467382913
-SHA256 (Tcl-1.05.tar.gz) = 1c6d58010747553392fc25d7bf9e9297330a7236846703dce2c8a683ec545684
-SIZE (Tcl-1.05.tar.gz) = 158232
+TIMESTAMP = 1533411943
+SHA256 (Tcl-1.25.tar.gz) = 9836def74cb6c101760f344160cf8dada1d07b0a0fbd9c42e718aa6f0802f9d2
+SIZE (Tcl-1.25.tar.gz) = 170966

Modified: head/lang/p5-Tcl/files/patch-Makefile.PL
==============================================================================
--- head/lang/p5-Tcl/files/patch-Makefile.PL	Sun Aug  5 19:08:08 2018	(r476447)
+++ head/lang/p5-Tcl/files/patch-Makefile.PL	Sun Aug  5 19:08:13 2018	(r476448)
@@ -1,12 +1,12 @@
---- Makefile.PL.orig	2016-02-21 16:07:40 UTC
+--- Makefile.PL.orig	2018-07-25 16:31:13 UTC
 +++ Makefile.PL
-@@ -168,8 +168,8 @@ if (defined($libpath) && defined($incpat
- 	    $defs .= " -DTCL_LIB_FILE=\\\"tcl$tclver.dll\\\"" if $usestubs; 
+@@ -191,8 +191,8 @@ if (defined($libpath) && defined($incpat
+ 	    $defs .= " -DTCL_LIB_FILE=\\\"tcl$tclver.$Config{so}\\\"" if $usestubs; 
  	}
- 	elsif ($^O eq 'freebsd') {
-+        $tclcfg{tcl_library} =~ /^(.*)[\\\/]lib[\\\/]/ and $incpath .= " -I$1/include/tcl$tclver";
+ 	elsif ($^O eq 'freebsd' or $^O eq 'openbsd' or $^O eq 'netbsd') {
++	    $tclcfg{tcl_library} =~ /^(.*)[\\\/]lib[\\\/]/ and $incpath .= " -I$1/include/tcl$tclver";
  	    $tclver=~s/\.//;
 -	    $tclsh=~/([\d.]+)$/ and $incpath .= " -I/usr/local/include/tcl$1";
- 	    $defs .= " -DTCL_LIB_FILE=\\\"libtcl$tclver.so\\\"" if $usestubs; 
+ 	    $defs .= " -DTCL_LIB_FILE=\\\"libtcl$tclver.$Config{so}\\\"" if $usestubs; 
  	}
- 	elsif ($^O eq 'hpux') {
+ 	else {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051908.w75J8DnC005882>