Created attachment 189854 [details] Update to release v1.8.1.2, fix Makefile Updated to new stable release v1.8.1.2: https://github.com/lz4/lz4/releases/tag/v1.8.1.2 Changes in this version detailed here: https://github.com/lz4/lz4/blob/v1.8.1.2/NEWS Also, fixed and simplified the Makefile in light of an upstream versioning scheme change
QA testing: portlint: OK testport (11.1amd64): OK Testport log attached.
Created attachment 189855 [details] poudriere testport log for 11.1-RELEASE amd64 poudriere testport log for 11.1-RELEASE amd64
I would suggest keeping current SO_VER and PLIST_SUB but slightly change SO_VER temporarily. I believe that the upstream versioning scheme would go back to x.y.z for next release. @@ -20,7 +20,7 @@ #PATHFIX_MAKEFILEIN= Makefile ALL_TARGET= default # don't remove this -SO_VER= ${PORTVERSION} +SO_VER= ${PORTVERSION:R} PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R} LIBDIR= ${PREFIX}/lib
Created attachment 189859 [details] Update to release v1.8.1.2, fix Makefile
Created attachment 189860 [details] poudriere testport log for 11.1-RELEASE amd64
A commit references this bug: Author: sunpoet Date: Thu Jan 18 14:44:17 UTC 2018 New revision: 459351 URL: https://svnweb.freebsd.org/changeset/ports/459351 Log: Update to 1.8.1.2 Changes: https://github.com/lz4/lz4/releases PR: 225277 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) Changes: head/archivers/liblz4/Makefile head/archivers/liblz4/distinfo head/archivers/liblz4/files/
Committed. Thanks!