Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 17:30:12 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409539 - in head/lang/p5-Tcl: . files
Message-ID:  <201602251730.u1PHUCAk018031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Feb 25 17:30:12 2016
New Revision: 409539
URL: https://svnweb.freebsd.org/changeset/ports/409539

Log:
  Update to 1.03. Sort plist, strip XS module, remove chmod's that
  are no longer necessary, and regenerate patch with makepatch.
  
  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
  head/lang/p5-Tcl/pkg-plist

Modified: head/lang/p5-Tcl/Makefile
==============================================================================
--- head/lang/p5-Tcl/Makefile	Thu Feb 25 17:23:44 2016	(r409538)
+++ head/lang/p5-Tcl/Makefile	Thu Feb 25 17:30:12 2016	(r409539)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	Tcl
-PORTVERSION=	1.02
-PORTREVISION=	1
+PORTVERSION=	1.03
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:VKON
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
@@ -21,8 +19,7 @@ CONFIGURE_ARGS=	--nousestubs --tclsh ${T
 USES=		perl5 tcl
 USE_PERL5=	configure
 
-post-extract:
-	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;
-	@${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \;
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tcl/Tcl.so
 
 .include <bsd.port.mk>

Modified: head/lang/p5-Tcl/distinfo
==============================================================================
--- head/lang/p5-Tcl/distinfo	Thu Feb 25 17:23:44 2016	(r409538)
+++ head/lang/p5-Tcl/distinfo	Thu Feb 25 17:30:12 2016	(r409539)
@@ -1,2 +1,2 @@
-SHA256 (Tcl-1.02.tar.gz) = dd5bd6607f7ad21881edb695018613267eba43d2a48097d4babf66b6fdacf546
-SIZE (Tcl-1.02.tar.gz) = 157789
+SHA256 (Tcl-1.03.tar.gz) = 8cc4da3f606bd4842534b8a8546cfd2f1c5cf47bbc3c9ab42d6d8043b95c3121
+SIZE (Tcl-1.03.tar.gz) = 158974

Modified: head/lang/p5-Tcl/files/patch-Makefile.PL
==============================================================================
--- head/lang/p5-Tcl/files/patch-Makefile.PL	Thu Feb 25 17:23:44 2016	(r409538)
+++ head/lang/p5-Tcl/files/patch-Makefile.PL	Thu Feb 25 17:30:12 2016	(r409539)
@@ -1,6 +1,6 @@
---- ./Makefile.PL.orig	2009-07-14 19:34:21.530175414 -0400
-+++ ./Makefile.PL	2009-07-14 19:35:55.039877625 -0400
-@@ -192,8 +192,8 @@
+--- Makefile.PL.orig	2016-02-21 16:07:40 UTC
++++ Makefile.PL
+@@ -168,8 +168,8 @@ if (defined($libpath) && defined($incpat
  	    $defs .= " -DTCL_LIB_FILE=\\\"tcl$tclver.dll\\\"" if $usestubs; 
  	}
  	elsif ($^O eq 'freebsd') {

Modified: head/lang/p5-Tcl/pkg-plist
==============================================================================
--- head/lang/p5-Tcl/pkg-plist	Thu Feb 25 17:23:44 2016	(r409538)
+++ head/lang/p5-Tcl/pkg-plist	Thu Feb 25 17:30:12 2016	(r409539)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Tcl.3.gz
 %%SITE_ARCH%%/Tcl.pm
 %%SITE_ARCH%%/auto/Tcl/Tcl.so
+%%PERL5_MAN3%%/Tcl.3.gz



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