Skip to content

Commit

Permalink
lang/p5-Tcl: update to 1.32
Browse files Browse the repository at this point in the history
Changelog: https://metacpan.org/release/VKON/Tcl-1.32/source/Changes

Port changes:
    * Add new dependency for tests
    * reorder section to make linter happy
    * remove unrequired patch
  • Loading branch information
rosorio committed Feb 10, 2024
1 parent 962165f commit 5117300
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
9 changes: 6 additions & 3 deletions lang/p5-Tcl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Tcl
PORTVERSION= 1.27
PORTVERSION= 1.32
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -11,12 +11,15 @@ WWW= https://metacpan.org/release/Tcl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual

PORTSCOUT= limit:^[0-9\.]*$$
TEST_DEPENDS= p5-Devel-Refcount>0:devel/p5-Devel-Refcount

CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH}
USES= perl5 tcl
USE_PERL5= configure

CONFIGURE_ARGS= --nousestubs \
--tclsh ${TCLSH}
PORTSCOUT= limit:^[0-9\.]*$$

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Tcl/Tcl.so

Expand Down
6 changes: 3 additions & 3 deletions lang/p5-Tcl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1535013543
SHA256 (Tcl-1.27.tar.gz) = f8385877a4a9ed9f3d3903d2d0f7cd70fac3ce6832c60f600a6821cee3fb5872
SIZE (Tcl-1.27.tar.gz) = 171072
TIMESTAMP = 1707579656
SHA256 (Tcl-1.32.tar.gz) = 4102c34f85732d50307e8ca92d593b223d12d580242f3e67258fb9e026b43ebf
SIZE (Tcl-1.32.tar.gz) = 173076
12 changes: 0 additions & 12 deletions lang/p5-Tcl/files/patch-Makefile.PL

This file was deleted.

2 changes: 2 additions & 0 deletions lang/p5-Tcl/pkg-plist
@@ -1,3 +1,5 @@
%%SITE_ARCH%%/Tcl.pm
%%SITE_ARCH%%/Tcl-hack.pod
%%SITE_ARCH%%/auto/Tcl/Tcl.so
%%PERL5_MAN3%%/Tcl.3.gz
%%PERL5_MAN3%%/Tcl-hack.3.gz

0 comments on commit 5117300

Please sign in to comment.