Skip to content

Commit

Permalink
MacPorts: update
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay authored and User committed Nov 30, 2017
1 parent 21a2237 commit e2326d9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion libs/OpenFX
2 changes: 1 addition & 1 deletion tools/MacPorts/aqua/qt4-mac/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ post-destroot {
set dest_dir ${dr_qt_frameworks_dir}/${include_dir}.framework/Headers/private
xinstall -m 755 -d ${dest_dir}
set files [exec find ${worksrcpath}/src/${src_dir} -type f -name "*_p.h"]
eval xinstall -m 644 [split ${files}] ${dest_dir}
xinstall -m 644 {*}[split ${files}] ${dest_dir}
}

# Move .apps into the applications_dir, and link each .apps'
Expand Down
2 changes: 1 addition & 1 deletion tools/MacPorts/aqua/qt4-mac/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ post-destroot {
set dest_dir ${dr_qt_frameworks_dir}/${include_dir}.framework/Headers/private
xinstall -m 755 -d ${dest_dir}
set files [exec find ${worksrcpath}/src/${src_dir} -type f -name "*_p.h"]
eval xinstall -m 644 [split ${files}] ${dest_dir}
xinstall -m 644 {*}[split ${files}] ${dest_dir}
}

# Move .apps into the applications_dir, and link each .apps'
Expand Down
20 changes: 11 additions & 9 deletions tools/MacPorts/net/curl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name curl
version 7.56.1
version 7.57.0
categories net www
platforms darwin freebsd
maintainers {ryandesign @ryandesign}
Expand All @@ -26,13 +26,14 @@ set curl_distfile ${distfiles}
distfiles ${curl_distfile}:curl

checksums ${curl_distfile} \
rmd160 e79d1870d1478275be16b3f0e92831f62ba27e75 \
sha256 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1
rmd160 71b771c8403fb3c8c2e8750dc022f93dae76f981 \
sha256 f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878 \
size 2283688

if {${name} eq ${subport}} {
PortGroup muniversal 1.0

revision 1
revision 0

depends_build port:pkgconfig

Expand Down Expand Up @@ -202,7 +203,7 @@ if {${name} eq ${subport}} {
}

subport curl-ca-bundle {
revision 1
revision 0
categories net
license {MPL-2 LGPL-2.1+}
supported_archs noarch
Expand All @@ -222,8 +223,8 @@ subport curl-ca-bundle {
set certdata_file certdata.txt
# The output of the Tcl command "clock seconds" (you can run it in tclsh) when
# the certdata.txt file in the port was last updated.
set certdata_updated 1509727000
set certdata_version 100e006a2730
set certdata_updated 1511922000
set certdata_version 0c40802096cd
set certdata_extract_cmd bzip2
set certdata_extract_suffix .tar.bz2
set certdata_distfile certdata-${certdata_version}${certdata_extract_suffix}
Expand All @@ -239,8 +240,9 @@ subport curl-ca-bundle {
distfiles-append ${certdata_distfile}:certdata

checksums-append ${certdata_distfile} \
rmd160 f8d106d39d51af4f99d65ef84e9ecfc791c1f863 \
sha256 48001f66a68fefce31f63840a22b9d247e30f5c385bc85a05a9a02cb0524255c
rmd160 63750aca6b860a9c013fd66844589729f0b1d159 \
sha256 1f8b7f879bdc800e03c98c98101e84ef5729938f021af803b53d63c91ce5eef1 \
size 199664

extract.only ${curl_distfile}
set curl_mk_ca_bundle_files "${worksrcdir}/Makefile ${worksrcdir}/lib/mk-ca-bundle.pl"
Expand Down
20 changes: 11 additions & 9 deletions tools/MacPorts/net/curl/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name curl
version 7.56.1
version 7.57.0
categories net www
platforms darwin freebsd
maintainers {ryandesign @ryandesign}
Expand All @@ -26,13 +26,14 @@ set curl_distfile ${distfiles}
distfiles ${curl_distfile}:curl

checksums ${curl_distfile} \
rmd160 e79d1870d1478275be16b3f0e92831f62ba27e75 \
sha256 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1
rmd160 71b771c8403fb3c8c2e8750dc022f93dae76f981 \
sha256 f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878 \
size 2283688

if {${name} eq ${subport}} {
PortGroup muniversal 1.0

revision 1
revision 0

depends_build port:pkgconfig

Expand Down Expand Up @@ -198,7 +199,7 @@ if {${name} eq ${subport}} {
}

subport curl-ca-bundle {
revision 1
revision 0
categories net
license {MPL-2 LGPL-2.1+}
supported_archs noarch
Expand All @@ -218,8 +219,8 @@ subport curl-ca-bundle {
set certdata_file certdata.txt
# The output of the Tcl command "clock seconds" (you can run it in tclsh) when
# the certdata.txt file in the port was last updated.
set certdata_updated 1509727000
set certdata_version 100e006a2730
set certdata_updated 1511922000
set certdata_version 0c40802096cd
set certdata_extract_cmd bzip2
set certdata_extract_suffix .tar.bz2
set certdata_distfile certdata-${certdata_version}${certdata_extract_suffix}
Expand All @@ -235,8 +236,9 @@ subport curl-ca-bundle {
distfiles-append ${certdata_distfile}:certdata

checksums-append ${certdata_distfile} \
rmd160 f8d106d39d51af4f99d65ef84e9ecfc791c1f863 \
sha256 48001f66a68fefce31f63840a22b9d247e30f5c385bc85a05a9a02cb0524255c
rmd160 63750aca6b860a9c013fd66844589729f0b1d159 \
sha256 1f8b7f879bdc800e03c98c98101e84ef5729938f021af803b53d63c91ce5eef1 \
size 199664

extract.only ${curl_distfile}
set curl_mk_ca_bundle_files "${worksrcdir}/Makefile ${worksrcdir}/lib/mk-ca-bundle.pl"
Expand Down

0 comments on commit e2326d9

Please sign in to comment.