Commits

Zero King authored d04f40be3d6
unrar: whitespace
No tags

archivers/unrar/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2 2
3 -PortSystem 1.0
3 +PortSystem 1.0
4 4
5 -name unrar
6 -set my_name ${name}src
7 -version 5.7.4
8 -categories archivers
9 -platforms darwin freebsd
10 -maintainers nomaintainer
11 -license Restrictive/Distributable
5 +name unrar
6 +set my_name ${name}src
7 +version 5.7.4
8 +categories archivers
9 +platforms darwin freebsd
10 +maintainers nomaintainer
11 +license Restrictive/Distributable
12 12
13 -description Extract, view & test RAR archives
13 +description Extract, view & test RAR archives
14 14
15 -long_description The unRAR utility is a minor part of the RAR archiver \
16 - and contains RAR uncompression algorithm. unRAR \
17 - requires very small volume of memory to operate.
15 +long_description The unRAR utility is a minor part of the RAR archiver \
16 + and contains RAR uncompression algorithm. unRAR \
17 + requires very small volume of memory to operate.
18 18
19 -homepage https://www.rarlab.com/
20 -master_sites ${homepage}rar/
21 -distname ${my_name}-${version}
19 +homepage https://www.rarlab.com/
20 +master_sites ${homepage}rar/
21 +distname ${my_name}-${version}
22 22
23 -checksums rmd160 eec0fa16ba09d49ed39eeba7443d5a6da57f508b \
24 - sha256 582dd038fd4632f32493928cae5b37dbb436752813da08a1ee5df2ab1ee7e7b4 \
25 - size 228754
23 +checksums rmd160 eec0fa16ba09d49ed39eeba7443d5a6da57f508b \
24 + sha256 582dd038fd4632f32493928cae5b37dbb436752813da08a1ee5df2ab1ee7e7b4 \
25 + size 228754
26 26
27 -patchfiles patch-makefile.unix.diff
27 +patchfiles patch-makefile.unix.diff
28 28
29 -worksrcdir ${name}
29 +worksrcdir ${name}
30 30
31 -use_configure no
31 +use_configure no
32 32
33 33 variant universal {}
34 34
35 35 if {[tbool configure.ccache]} {
36 36 configure.cxx "ccache ${configure.cxx}"
37 37 }
38 38
39 39 set cxx_stdlibflags {}
40 40 if {[string match *clang* ${configure.cxx}]} {
41 41 set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut