Cherrypick a couple of unreleased timezone .png files from
upstream for the new North Korea timezone.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 621 Build 621: arc lint + arc unit
Event Timeline
Comment Actions
This looks right.
You could also update the port to use that tag, also, there seems to be a 2.6.0 tag now.
One other way to do it would be to use the mutli-USE_GITHUB feature to fetch the whole tarball with that tag, adding:
GH_TAGNAME= 9363a4a1e121344ae98f22b55fb28623cf0f6038:tzpng
it'll get extracted in ${WRKSRC_tzpng} and you can copy the files from it. But it's going to download the full thing, which may not be better.
Comment Actions
The 2.6.0 tag won't work because it is dated May 19, but the new .png files didn't arrive until Aug 16. I considered downloading the second tarball but it is big enough that it seemed to be wasteful when I only needed two files.
Comment Actions
Closed by commit rP398443: Cherrypick a couple of unreleased timezone .png files from upstream for and (authored by truckman).