Skip to content

Commit 6a453d5

Browse files
committed
listat: Update to the 2017 version of 2.1.1
Closes: https://trac.macports.org/ticket/72382
1 parent 51bf5b3 commit 6a453d5

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

mail/listat/Portfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
PortSystem 1.0
22

33
name listat
4-
version 2.1.1
4+
version 2.1.1-20170611
5+
revision 0
6+
checksums rmd160 8f3f2d137099d9d30c6e01b4fa8273e2952b6341 \
7+
sha256 8e850c1c1583be95c71b2cd091b353ef4eb2f09e3f871f9644a5c2bf4a9ddf66 \
8+
size 1994486
9+
510
set major [lindex [split ${version} .] 0]
611
categories mail textproc
712
license none
@@ -17,10 +22,6 @@ dist_subdir ${name}/${version}
1722
distname ${name}
1823
worksrcdir ${name}${major}
1924

20-
checksums md5 cf423b971ebc95813faebc895d04bae2 \
21-
sha1 76eaf995fe2d6c9343077173580d71ab1ab50576 \
22-
rmd160 8f9eeb926dae002b6deeb3df9e3c6aa72fc2c994
23-
2425
depends_run path:bin/perl:perl5
2526

2627
patchfiles patch-listat \
@@ -34,13 +35,13 @@ post-patch {
3435
use_configure no
3536
supported_archs noarch
3637

37-
build {}
38+
build {}
3839

39-
destroot {
40-
xinstall -m 755 ${worksrcpath}/listat ${destroot}${prefix}/bin
41-
xinstall -m 644 ${worksrcpath}/listat.conf ${destroot}${prefix}/etc
42-
xinstall -m 755 -d ${destroot}${prefix}/share/listat/
43-
file copy ${worksrcpath}/flags ${destroot}${prefix}/share/listat/
44-
xinstall -m 644 -W ${worksrcpath} domains.txt subdomains.txt \
40+
destroot {
41+
xinstall -m 0755 ${worksrcpath}/listat ${destroot}${prefix}/bin
42+
xinstall -m 0644 ${worksrcpath}/listat.conf ${destroot}${prefix}/etc
43+
xinstall -m 0755 -d ${destroot}${prefix}/share/listat/
44+
copy ${worksrcpath}/flags ${destroot}${prefix}/share/listat/
45+
xinstall -m 0644 -W ${worksrcpath} domains.txt subdomains.txt \
4546
${destroot}${prefix}/share/listat/
4647
}

mail/listat/files/patch-subdomains.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- subdomains.txt.orig 2009-09-10 12:42:57.000000000 -0500
2-
+++ subdomains.txt 2010-06-12 12:22:37.000000000 -0500
1+
--- subdomains.txt.orig 2017-06-11 17:06:54.000000000 -0500
2+
+++ subdomains.txt 2025-05-13 18:16:04.000000000 -0500
33
@@ -3973,6 +3973,7 @@
44
findsvp.com Find/SVP
55
findyn.com Financial Dynamics, Inc.
@@ -16,11 +16,11 @@
1616
go-pc.com PC Computer Consultants Inc.
1717
go2net.com Go2Net, Inc.
1818
goal-partners.com Goal-Partners, Inc.
19-
@@ -6605,6 +6607,8 @@
19+
@@ -6607,6 +6609,8 @@
2020
maco.net Matrix Communications
2121
macom.com M/A-COM, Incorporated
2222
macomb.com Infobahn Outfitters
23-
+macosforge.org Mac OS Forge
23+
+macosforge.org macOS forge
2424
+macports.org The MacPorts Project
2525
macromedia.com Macromedia
2626
macrowerx.com Ultra Violet Catastrophe

0 commit comments

Comments
 (0)