From owner-svn-ports-head@freebsd.org Thu Feb 25 17:30:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E2CAB3925; Thu, 25 Feb 2016 17:30:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8227C19B9; Thu, 25 Feb 2016 17:30:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PHUCvU018035; Thu, 25 Feb 2016 17:30:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PHUCAk018031; Thu, 25 Feb 2016 17:30:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602251730.u1PHUCAk018031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 25 Feb 2016 17:30:12 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 17:30:14 -0000 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 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