You can view, comment on, or merge this pull request online at:
https://github.com/voidlinux/void-packages/pull/14556
-- Commit Summary --
* poco: update to 1.9.0.
-- File Changes --
M common/shlibs (21)
M srcpkgs/poco/template (6)
A srcpkgs/poco/update (1)
-- Patch Links --
https://github.com/voidlinux/void-packages/pull/14556.patch
https://github.com/voidlinux/void-packages/pull/14556.diff
cr6git commented on this pull request.
> revision=1
build_style=cmake
short_desc="C++ class libraries for building network-based applications"
maintainer="Julien Dehos <dehos@univ-littoral.fr>"
-license="Boost Software License 1.0"
+license="BSL-1.0"
homepage="https://pocoproject.org"
distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz"
Use `poco` instead of `${pkgname}` it's shorter.
cr6git commented on this pull request.
> homepage="https://pocoproject.org"
distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz"
-checksum=cb891540b44b74e844fd0787c796f2699a894dba690329660e29b57efb8f80dd
+checksum=0387bf0f9d313e2311742e1ad0b64e07f2f3e76039eed20e3b9aa9951b88e187
wrksrc="${pkgname}-${version}-all"
Move `wrksrc=` under `revision=` and replace `${pkgname}` with `poco` it's shorter.
Chocimier commented on this pull request.
> homepage="https://pocoproject.org"
distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz"
-checksum=cb891540b44b74e844fd0787c796f2699a894dba690329660e29b57efb8f80dd
+checksum=0387bf0f9d313e2311742e1ad0b64e07f2f3e76039eed20e3b9aa9951b88e187
wrksrc="${pkgname}-${version}-all"
> Move wrksrc= under revision=
I won't until there is tool to assert correct order.
Chocimier commented on this pull request.
> @@ -1,14 +1,14 @@
# Template build file for 'poco'.
Same here, tool should warn on that, especially as there are ~700 templates with wrong header.