diff options
author | leeym <leeym@FreeBSD.org> | 2005-07-26 00:44:47 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-07-26 00:44:47 +0800 |
commit | 908687395f38fdf1109a29b137b87310af2f5a45 (patch) | |
tree | 19c524997531fe3980e793b981a6f47d0afff9df /math/p5-Set-IntSpan | |
parent | 9838869f0487c83e3624c67cbcef779ce178a8a0 (diff) | |
download | freebsd-ports-gnome-908687395f38fdf1109a29b137b87310af2f5a45.tar.gz freebsd-ports-gnome-908687395f38fdf1109a29b137b87310af2f5a45.tar.zst freebsd-ports-gnome-908687395f38fdf1109a29b137b87310af2f5a45.zip |
- update to 1.08
PR: 84061
Submitted by: leeym
Approved by: maintainer
Diffstat (limited to 'math/p5-Set-IntSpan')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile index d9db8a570a5b..3764a727a44c 100644 --- a/math/p5-Set-IntSpan/Makefile +++ b/math/p5-Set-IntSpan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Set-IntSpan -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set @@ -19,4 +19,7 @@ PERL_CONFIGURE= yes MAN3= Set::IntSpan.3 +post-patch: + @${REINPLACE_CMD} -e 's|^our|my|g' ${WRKSRC}/IntSpan.pm + .include <bsd.port.mk> diff --git a/math/p5-Set-IntSpan/distinfo b/math/p5-Set-IntSpan/distinfo index f8d3f341ed87..60c550acb7b8 100644 --- a/math/p5-Set-IntSpan/distinfo +++ b/math/p5-Set-IntSpan/distinfo @@ -1,2 +1,2 @@ -MD5 (Set-IntSpan-1.07.tar.gz) = 2f8839d5897f1f0597bff1e6475004bb -SIZE (Set-IntSpan-1.07.tar.gz) = 13641 +MD5 (Set-IntSpan-1.08.tar.gz) = 9d44f23bd2e4f3852e53f703f73fc699 +SIZE (Set-IntSpan-1.08.tar.gz) = 14148 |