Bug 225277 - archivers/liblz4: Update to v1.8.1.2
Summary: archivers/liblz4: Update to v1.8.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-17 19:02 UTC by Martin Waschbüsch
Modified: 2018-01-18 14:47 UTC (History)
0 users

See Also:


Attachments
Update to release v1.8.1.2, fix Makefile (2.56 KB, patch)
2018-01-17 19:02 UTC, Martin Waschbüsch
no flags Details | Diff
poudriere testport log for 11.1-RELEASE amd64 (16.14 KB, text/plain)
2018-01-17 19:03 UTC, Martin Waschbüsch
no flags Details
Update to release v1.8.1.2, fix Makefile (2.32 KB, patch)
2018-01-17 19:42 UTC, Martin Waschbüsch
martin: maintainer-approval+
Details | Diff
poudriere testport log for 11.1-RELEASE amd64 (16.17 KB, text/plain)
2018-01-17 19:43 UTC, Martin Waschbüsch
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Waschbüsch 2018-01-17 19:02:46 UTC
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
Comment 1 Martin Waschbüsch 2018-01-17 19:03:03 UTC
QA testing:

portlint: OK
testport (11.1amd64): OK

Testport log attached.
Comment 2 Martin Waschbüsch 2018-01-17 19:03:37 UTC
Created attachment 189855 [details]
poudriere testport log for 11.1-RELEASE amd64

poudriere testport log for 11.1-RELEASE amd64
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-01-17 19:29:01 UTC
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
Comment 4 Martin Waschbüsch 2018-01-17 19:42:41 UTC
Created attachment 189859 [details]
Update to release v1.8.1.2, fix Makefile
Comment 5 Martin Waschbüsch 2018-01-17 19:43:16 UTC
Created attachment 189860 [details]
poudriere testport log for 11.1-RELEASE amd64
Comment 6 commit-hook freebsd_committer freebsd_triage 2018-01-18 14:45:30 UTC
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/
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-01-18 14:47:00 UTC
Committed. Thanks!