diff --git a/sysutils/littleutils/Portfile b/sysutils/littleutils/Portfile index cfd212ee3bd..f85c4bf96cc 100644 --- a/sysutils/littleutils/Portfile +++ b/sysutils/littleutils/Portfile @@ -5,14 +5,13 @@ PortSystem 1.0 PortGroup perl5 1.0 name littleutils -version 1.2.8 +version 1.4.0 revision 0 + categories sysutils maintainers {mps @Schamschula} openmaintainer license GPL-3+ ijg permissive - description littleutils includes various small and useful command-line utilities - long_description The littleutils include a duplicate file finder (repeats), \ image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), \ file rename tools (lowercase, uppercase, pren), archive \ @@ -20,16 +19,17 @@ long_description The littleutils include a duplicate file finder (repeats), \ to-lzip, to-xz), a tempfile utility (tempname), file \ property tools (filedate, filemode, filenode, fileown, \ filesize, and lrealpath), and others. - homepage https://sourceforge.net/projects/littleutils/ + master_sites sourceforge:project/littleutils/littleutils-source/${version}/ + use_xz yes -platforms {darwin >= 11} +checksums rmd160 073e7f8c6e216f371d3063f4c4d4533895ffe624 \ + sha256 6d1112ef658034b5341598c28d8acc6553658996718f620aa2a0bd86e5df7475 \ + size 203368 -checksums rmd160 15d587dcbe67da07abfb040151dd082234b83fd5 \ - sha256 9f198b2aa20890a491f89c5aa204f3c2ce8b5165d267b459481cab4331c6ec5d \ - size 229616 +platforms {darwin >= 11} perl5.major 5.34 @@ -37,6 +37,7 @@ depends_build port:gettext depends_lib port:bash \ port:bzip2 \ + port:bzip3 \ port:dash \ port:file \ port:gettext-runtime \ @@ -45,9 +46,12 @@ depends_lib port:bash \ port:gzip \ port:img2pdf \ port:imlib2 \ + port:libjpeg-turbo \ + port:libpng \ port:lzip \ port:lzma \ port:lzop \ + port:optipng \ port:p${perl5.major}-cryptx \ port:p7zip \ port:perl${perl5.major} \ @@ -68,7 +72,7 @@ variant python313 conflicts python310 python311 python312 python314 description variant python314 conflicts python310 python311 python312 python313 description {Use Python 3.14} {} if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python314]} { - default_variants +python313 + default_variants +python314 } foreach pv {314 313 312 311 310} {