diff -Nru /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/ipmitool/Portfile sysutils/ipmitool/Portfile
old
|
new
|
|
11 | 11 | # Using head of ipmitool until next release for openssl build fixes |
12 | 12 | github.setup ipmitool ipmitool 11c7605c0d5423f90f399f5e830d1095089f38a1 |
13 | 13 | version 1.8.18.20210622 |
14 | | revision 1 |
| 14 | revision 2 |
15 | 15 | checksums rmd160 273ded688a39ca722d5de4a7a11497b37e9833b9 \ |
16 | 16 | sha256 f5e7c03254e3714fd14f5780833c028a03f97fa9a9832ff95644a80969e1411a \ |
17 | 17 | size 638260 |
| 18 | patchfiles patch-Makefile.am |
18 | 19 | |
19 | 20 | categories sysutils |
20 | 21 | license BSD |
diff -Nru /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/ipmitool/files/patch-Makefile.am sysutils/ipmitool/files/patch-Makefile.am
old
|
new
|
|
| 1 | --- Makefile.am.orig 2023-03-28 12:56:10 |
| 2 | +++ Makefile.am 2023-03-28 12:56:17 |
| 3 | @@ -41,7 +41,7 @@ |
| 4 | $(distdir).tar.gz $(distdir).tar.bz2 |
| 5 | |
| 6 | SUBDIRS = lib src include doc contrib control |
| 7 | -IANA_PEN = http://www.iana.org/assignments/enterprise-numbers |
| 8 | +IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt |
| 9 | |
| 10 | dist-hook: |
| 11 | cp control/ipmitool.spec $(distdir) |