File tree Expand file tree Collapse file tree 15 files changed +701
-458
lines changed Expand file tree Collapse file tree 15 files changed +701
-458
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PortGroup muniversal 1.0
10
10
11
11
name gnutls
12
12
version 3.7.9
13
- revision 2
13
+ revision 3
14
14
categories devel security
15
15
# yes, some of the libs are GPL only
16
16
license LGPL-2.1+ GPL-3+
@@ -35,7 +35,7 @@ subport ${name}-devel {
35
35
conflicts ${name}
36
36
37
37
version 3.8.0
38
- revision 0
38
+ revision 1
39
39
40
40
checksums rmd160 927aa3762946bcb3ef825832d7895f041e66a314 \
41
41
sha256 0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5 \
@@ -65,7 +65,6 @@ conflicts_build autogen
65
65
66
66
depends_build-append \
67
67
port:gettext \
68
- port:gtk-doc \
69
68
port:pkgconfig
70
69
71
70
depends_lib-append \
@@ -89,11 +88,13 @@ post-patch {
89
88
# Note: configure script detects zstd, but flags it as missing anyway
90
89
configure.args-append \
91
90
--disable-dependency-tracking \
91
+ --disable-doc \
92
92
--disable-guile \
93
93
--disable-heartbeat-support \
94
94
--disable-libdane \
95
95
--disable-silent-rules \
96
96
--disable-static \
97
+ --enable-manpages \
97
98
--enable-openssl-compatibility \
98
99
--with-p11-kit \
99
100
--with-system-priority-file=" ${prefix} /etc/gnutls/default-priorities" \
@@ -132,6 +133,14 @@ variant dane description {Build libdane using unbound libraries} {
132
133
configure.args-delete --disable-libdane
133
134
}
134
135
136
+ variant docs description {Install supplemental developer documentation} {
137
+ depends_build-append \
138
+ port:gtk-doc
139
+
140
+ configure.args-delete \
141
+ --disable-doc
142
+ }
143
+
135
144
# as of r120660 (#43881) unbound installs its root key file at ${prefix}/var/run/unbound/root.key
136
145
# the following may be superfluous
137
146
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PortGroup muniversal 1.0
10
10
11
11
name gnutls
12
12
version 3.7.9
13
- revision 2
13
+ revision 3
14
14
categories devel security
15
15
# yes, some of the libs are GPL only
16
16
license LGPL-2.1+ GPL-3+
@@ -35,7 +35,7 @@ subport ${name}-devel {
35
35
conflicts ${name}
36
36
37
37
version 3.8.0
38
- revision 0
38
+ revision 1
39
39
40
40
checksums rmd160 927aa3762946bcb3ef825832d7895f041e66a314 \
41
41
sha256 0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5 \
@@ -65,7 +65,6 @@ conflicts_build autogen
65
65
66
66
depends_build-append \
67
67
port:gettext \
68
- port:gtk-doc \
69
68
port:pkgconfig
70
69
71
70
depends_lib-append \
@@ -89,11 +88,13 @@ post-patch {
89
88
# Note: configure script detects zstd, but flags it as missing anyway
90
89
configure.args-append \
91
90
--disable-dependency-tracking \
91
+ --disable-doc \
92
92
--disable-guile \
93
93
--disable-heartbeat-support \
94
94
--disable-libdane \
95
95
--disable-silent-rules \
96
96
--disable-static \
97
+ --enable-manpages \
97
98
--enable-openssl-compatibility \
98
99
--with-p11-kit \
99
100
--with-system-priority-file=" ${prefix} /etc/gnutls/default-priorities" \
@@ -132,6 +133,14 @@ variant dane description {Build libdane using unbound libraries} {
132
133
configure.args-delete --disable-libdane
133
134
}
134
135
136
+ variant docs description {Install supplemental developer documentation} {
137
+ depends_build-append \
138
+ port:gtk-doc
139
+
140
+ configure.args-delete \
141
+ --disable-doc
142
+ }
143
+
135
144
# as of r120660 (#43881) unbound installs its root key file at ${prefix}/var/run/unbound/root.key
136
145
# the following may be superfluous
137
146
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name ImageMagick
13
13
# 6.9.11-61 changes the major version of libMagickCore which will
14
14
# require increasing the revision of all ports that link with it.
15
15
version 6.9.11-60
16
- revision 8
16
+ revision 9
17
17
checksums rmd160 1c293ba06fd43833be35efb4476e559bf137ccef \
18
18
sha256 ba0fa683b0721d1f22b0ccb364e4092e9a7a34ffd3bd6348c82b50fd93b1d7ba \
19
19
size 9167220
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name ImageMagick
12
12
# 6.9.11-61 changes the major version of libMagickCore which will
13
13
# require increasing the revision of all ports that link with it.
14
14
version 6.9.11-60
15
- revision 8
15
+ revision 9
16
16
checksums rmd160 1c293ba06fd43833be35efb4476e559bf137ccef \
17
17
sha256 ba0fa683b0721d1f22b0ccb364e4092e9a7a34ffd3bd6348c82b50fd93b1d7ba \
18
18
size 9167220
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ subport libomp-devel {}
30
30
31
31
if {${os.platform} eq " darwin" && ${configure.cxx_stdlib} ne " libstdc++" } {
32
32
33
- version 16.0.3
33
+ version 16.0.6
34
34
revision 0
35
35
36
36
if { ${subport} eq " libomp-devel" } {
@@ -46,13 +46,13 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
46
46
47
47
checksums \
48
48
openmp-${version} .src.tar.xz \
49
- rmd160 e62aa3e855e692554dfdf946daffe6606848241c \
50
- sha256 6ff2bb78c95d9b430203dcba50e41433e1f72696af7b2196c8056ac4bc9f2516 \
51
- size 1278080 \
49
+ rmd160 de7bc41e8207077aee79e3ff45c782f489f8f383 \
50
+ sha256 a2536f06373774f2829d892b72eea5f97bab20e69b26b03042d947f992eb8e38 \
51
+ size 1278072 \
52
52
cmake-${version} .src.tar.xz \
53
- rmd160 e12f24f24ed8ad6b2adb5973a2db5fd107e237f9 \
54
- sha256 b6d83c91f12757030d8361dedc5dd84357b3edb8da406b5d0850df8b6f7798b1 \
55
- size 9004
53
+ rmd160 94ead500d749de031894e9a14c51ed17951c8fd7 \
54
+ sha256 39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514 \
55
+ size 9008
56
56
57
57
if {${os.major} <= 12} {
58
58
# kmp_alloc.c includes <atomic> but libc++ is not the default on
Original file line number Diff line number Diff line change 1
- --- Portfile.orig 2023-05-10 16:10:39 .000000000 -0700
1
+ --- Portfile.orig 2023-07-03 17:37:19 .000000000 -0700
2
2
+++ Portfile 2023-04-04 12:02:53.000000000 -0700
3
3
@@ -1,7 +1,7 @@
4
4
# -*- 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
23
23
24
24
if {${os.platform} eq " darwin" && ${configure.cxx_stdlib} ne " libstdc++" } {
25
25
-
26
- - version 16.0.3
26
+ - version 16.0.6
27
27
- revision 0
28
28
-
29
29
if { ${subport} eq " libomp-devel" } {
48
48
-
49
49
- checksums \
50
50
- openmp-${version} .src.tar.xz \
51
- - rmd160 e62aa3e855e692554dfdf946daffe6606848241c \
52
- - sha256 6ff2bb78c95d9b430203dcba50e41433e1f72696af7b2196c8056ac4bc9f2516 \
53
- - size 1278080 \
51
+ - rmd160 de7bc41e8207077aee79e3ff45c782f489f8f383 \
52
+ - sha256 a2536f06373774f2829d892b72eea5f97bab20e69b26b03042d947f992eb8e38 \
53
+ - size 1278072 \
54
54
- cmake-${version} .src.tar.xz \
55
- - rmd160 e12f24f24ed8ad6b2adb5973a2db5fd107e237f9 \
56
- - sha256 b6d83c91f12757030d8361dedc5dd84357b3edb8da406b5d0850df8b6f7798b1 \
57
- - size 9004
55
+ - rmd160 94ead500d749de031894e9a14c51ed17951c8fd7 \
56
+ - sha256 39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514 \
57
+ - size 9008
58
58
+ revision 0
59
59
60
60
if {${os.major} <= 12} {
You can’t perform that action at this time.
0 commit comments