Commits

Marius Schamschula authored cb2417d41b4
autoconf-archive: update to version 2018.03.13
No tags

devel/autoconf-archive/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 name autoconf-archive
6 -version 2017.09.28
6 +version 2018.03.13
7 7 categories devel
8 8 platforms darwin
9 9 license Permissive
10 10 maintainers nomaintainer
11 11
12 12 supported_archs noarch
13 13 installs_libs no
14 14
15 15 description A collection of more than 450 macros for GNU Autoconf
16 16 long_description The GNU Autoconf Archive is a collection of more \
17 17 than 450 macros for GNU Autoconf that have been \
18 18 contributed as free software by friendly supporters \
19 19 of the cause from all over the Internet. Every \
20 20 single one of those macros can be re-used without \
21 21 imposing any restrictions whatsoever on the \
22 22 licensing of the generated configure script.
23 23
24 24 homepage https://www.gnu.org/software/autoconf-archive/
25 25 master_sites gnu
26 26 use_xz yes
27 27
28 -checksums rmd160 0535df39ee33b5cb4890cd66e4e9e0321a5f721b \
29 - sha256 5c9fb5845b38b28982a3ef12836f76b35f46799ef4a2e46b48e2bd3c6182fa01
28 +checksums rmd160 91c296ccf8cb1f97b1a38358ed3425307331b7a4 \
29 + sha256 6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159
30 30
31 31 # deactivate versions of gnome-common < 3.18.0 when updating
32 32 # to avoid collisions on activation
33 33
34 34 pre-activate {
35 35 if {![catch {set installed [lindex [registry_active gnome-common] 0]}]} {
36 36 set _version [lindex $installed 1]
37 37 if {[vercmp $_version 3.18.0] < 0} {
38 38 registry_deactivate_composite gnome-common "" [list ports_nodepcheck 1]
39 39 }

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

Add shortcut