Bug 203789 - [UPDATE] lang/execline: update to 2.1.4.2
Summary: [UPDATE] lang/execline: update to 2.1.4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on: 203788
Blocks: 203790
  Show dependency treegraph
 
Reported: 2015-10-15 14:02 UTC by Colin Booth
Modified: 2015-10-17 17:41 UTC (History)
1 user (show)

See Also:


Attachments
Update execline version. (2.08 KB, text/plain)
2015-10-15 14:02 UTC, Colin Booth
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Booth 2015-10-15 14:02:59 UTC
Created attachment 162072 [details]
Update execline version.

Diff contains the following changes:
Makefile: Version bump
Makefile: Dependency bump
distinfo: contents update
pkg-plist: shared library version bump

Notable changes between v2.1.3.1 and v2.1.4.2:
    New EXECLINE_BLOCK_END_STRING and EXECLINE_BLOCK_QUOTE_STRING macros
    New command: withstdinas. It's a simplification of backtick, which is now implemented as a combination of pipeline and withstdinas.
    Other new command: getcwd.

GNU Make version dependency reduced to 3.81
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-17 17:40:42 UTC
A commit references this bug:

Author: pi
Date: Sat Oct 17 17:39:58 UTC 2015
New revision: 399546
URL: https://svnweb.freebsd.org/changeset/ports/399546

Log:
  lang/execline: 2.1.3.1 -> 2.1.4.2

  - New EXECLINE_BLOCK_END_STRING and EXECLINE_BLOCK_QUOTE_STRING macros
  - New command: withstdinas. It's a simplification of backtick, which
    is now implemented as a combination of pipeline and withstdinas.
  - Other new command: getcwd.

  PR:		203789
  Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)

Changes:
  head/lang/execline/Makefile
  head/lang/execline/distinfo
  head/lang/execline/pkg-plist
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-17 17:41:48 UTC
Testbuilds on 11a, 10.2a+i, 9.3a all OK

Committed, thanks.