Bug 218544 - [UPDATE] lang/execline: update to 2.3.0.0
Summary: [UPDATE] lang/execline: update to 2.3.0.0
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: Kurt Jaeger
URL:
Keywords:
Depends on: 218543
Blocks: 218545 218546
  Show dependency treegraph
 
Reported: 2017-04-10 16:45 UTC by Colin Booth
Modified: 2018-01-11 13:44 UTC (History)
1 user (show)

See Also:


Attachments
Port update (1.47 KB, patch)
2017-04-10 16:45 UTC, Colin Booth
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Booth 2017-04-10 16:45:04 UTC
Created attachment 181657 [details]
Port update

Diff contains the following changes:
Makefile: Version bump, re-adding build dependency on minimum skalibs version
distinfo: contents update
pkg-plist: .so version updates

Notable changes from 2.2.0.0 to 2.3.0.0:
    skalibs dependency bumped to 2.5.0.0
    import is now marked as obsolescent. It is recommanded to use the importas command instead.
Comment 1 Colin Booth 2017-04-10 16:47:11 UTC
YYYYMMDD:
  AFFECTS: users of lang/execline
  AUTHOR: Colin Booth <colin-ports@heliocat.net>

  execline has undergone a major version bump and compatibility is not 
  guaranteed for software with a runtime dependency on 
  libexecline.so.2.1.4.5. This will not affect sysutils/s6 as all s6 
  programs are statically linked against libexecline.a.
  Additionally, the import utility has been marked as obsolete and all
  scripts using it should switch to using importas. import will be 
  removed in a later version to remove the breaking incompatibility
  with imagemagick.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-11 13:43:26 UTC
A commit references this bug:

Author: pi
Date: Thu Jan 11 13:43:15 UTC 2018
New revision: 458734
URL: https://svnweb.freebsd.org/changeset/ports/458734

Log:
  lang/execline: update 2.2.0.0 -> 2.3.0.4

  PR:		218544
  Submitted by:	Colin Booth <colin-ports@heliocat.net> (maintainer)
  Relnotes:	http://www.skarnet.org/software/execline/upgrade.html

Changes:
  head/lang/execline/Makefile
  head/lang/execline/distinfo
  head/lang/execline/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2018-01-11 13:44:31 UTC
Committed, thanks!