math/p5-PDL: Move math/PDL to math/p5-PDL

- Bump PORTREVISION of dependent ports for dependency change
This commit is contained in:
Po-Chuan Hsieh 2025-01-29 00:16:29 +08:00
parent 6e47665705
commit fd548d4c2c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
10 changed files with 16 additions and 13 deletions

1
MOVED
View file

@ -4055,3 +4055,4 @@ games/senken||2025-01-27|Has expired: GENTOO mastersites are no longer available
chinese/kcfonts||2025-01-27|Has expired: GENTOO MASTER_SITES are no longer available chinese/kcfonts||2025-01-27|Has expired: GENTOO MASTER_SITES are no longer available
x11/fbdesk||2025-01-27|Has expired: Upstream disapear and distfile is no more available x11/fbdesk||2025-01-27|Has expired: Upstream disapear and distfile is no more available
graphics/Hermes||2025-01-27|Has expired: Unmaintained, and no more public distfiles graphics/Hermes||2025-01-27|Has expired: Unmaintained, and no more public distfiles
math/PDL|math/p5-PDL|2025-01-28|Move math/PDL to math/p5-PDL

View file

@ -1,6 +1,6 @@
PORTNAME= Geo-GDAL-FFI PORTNAME= Geo-GDAL-FFI
PORTVERSION= 0.12 PORTVERSION= 0.12
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= graphics perl5 CATEGORIES= graphics perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libgdal.so:graphics/gdal LIB_DEPENDS= libgdal.so:graphics/gdal
RUN_DEPENDS= p5-FFI-Platypus>=0:devel/p5-FFI-Platypus \ RUN_DEPENDS= p5-FFI-Platypus>=0:devel/p5-FFI-Platypus \
p5-PDL>=0:math/p5-PDL \
p5-PkgConfig>=0.23026:devel/p5-PkgConfig \ p5-PkgConfig>=0.23026:devel/p5-PkgConfig \
p5-Sort-Versions>=0:devel/p5-Sort-Versions \ p5-Sort-Versions>=0:devel/p5-Sort-Versions
PDL>=0:math/PDL
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \ TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Path-Tiny>=0:devel/p5-Path-Tiny \
p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Exception>=0:devel/p5-Test-Exception \

View file

@ -1,5 +1,6 @@
PORTNAME= Gimp PORTNAME= Gimp
PORTVERSION= 2.37 PORTVERSION= 2.37
PORTREVISION= 1
CATEGORIES= graphics perl5 CATEGORIES= graphics perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -21,8 +22,8 @@ RUN_DEPENDS= p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 \
p5-IO-All>=0:devel/p5-IO-All \ p5-IO-All>=0:devel/p5-IO-All \
p5-IO-Stringy>=0:devel/p5-IO-Stringy \ p5-IO-Stringy>=0:devel/p5-IO-Stringy \
p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-Web-Scraper>=0:www/p5-Web-Scraper \ p5-PDL>=2.064:math/p5-PDL \
PDL>=2.064:math/PDL p5-Web-Scraper>=0:www/p5-Web-Scraper
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure

View file

@ -3,7 +3,6 @@
SUBDIR += 4ti2 SUBDIR += 4ti2
SUBDIR += GiNaC SUBDIR += GiNaC
SUBDIR += Imath SUBDIR += Imath
SUBDIR += PDL
SUBDIR += R SUBDIR += R
SUBDIR += R-cran-ADGofTest SUBDIR += R-cran-ADGofTest
SUBDIR += R-cran-Amelia SUBDIR += R-cran-Amelia
@ -817,6 +816,7 @@
SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-Uncertainty
SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError
SUBDIR += p5-Number-WithError-LaTeX SUBDIR += p5-Number-WithError-LaTeX
SUBDIR += p5-PDL
SUBDIR += p5-Parse-Range SUBDIR += p5-Parse-Range
SUBDIR += p5-Roman SUBDIR += p5-Roman
SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-IntSpan

View file

@ -3,6 +3,7 @@ PORTVERSION= 2.095
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= math perl5 CATEGORIES= math perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl Data Language COMMENT= Perl Data Language
@ -12,10 +13,10 @@ WWW= https://metacpan.org/dist/PDL \
LICENSE= ART10 GPLv1+ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual LICENSE_COMB= dual
BROKEN_aarch64= ld: error: relocation R_AARCH64_ADR_PREL_PG_HI21 cannot be used against symbol __stack_chk_guard; recompile with -fPIC
.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
.endif .endif
BROKEN_aarch64= ld: error: relocation R_AARCH64_ADR_PREL_PG_HI21 cannot be used against symbol __stack_chk_guard; recompile with -fPIC
BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \ BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \
p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \ p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \

View file

@ -1,6 +1,6 @@
PORTNAME= Mcstas-Tools PORTNAME= Mcstas-Tools
PORTVERSION= 2.5 PORTVERSION= 2.5
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= science CATEGORIES= science
MASTER_SITES= http://download.mcstas.org/mcstas-${PORTVERSION}/unix/ MASTER_SITES= http://download.mcstas.org/mcstas-${PORTVERSION}/unix/
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -14,9 +14,9 @@ WWW= https://www.mcstas.org
LICENSE= GPLv2 LICENSE= GPLv2
RUN_DEPENDS= mcstas:science/mcstas \ RUN_DEPENDS= mcstas:science/mcstas \
p5-PDL>0:math/p5-PDL \
p5-PGPLOT>=2.21:graphics/p5-PGPLOT \ p5-PGPLOT>=2.21:graphics/p5-PGPLOT \
p5-Tk>0:x11-toolkits/p5-Tk \ p5-Tk>0:x11-toolkits/p5-Tk
PDL>0:math/PDL
USES= cmake perl5 shebangfix USES= cmake perl5 shebangfix

View file

@ -1,6 +1,6 @@
PORTNAME= Search-VectorSpace PORTNAME= Search-VectorSpace
PORTVERSION= 0.02 PORTVERSION= 0.02
PORTREVISION= 14 PORTREVISION= 15
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -10,8 +10,8 @@ COMMENT= Very basic vector-space search engine perl module
WWW= https://metacpan.org/release/Search-VectorSpace WWW= https://metacpan.org/release/Search-VectorSpace
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= PDL>=0:math/PDL \ RUN_DEPENDS= p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem \
p5-Lingua-Stem>=0:textproc/p5-Lingua-Stem p5-PDL>=0:math/p5-PDL
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure