Bug 201924

Summary: lang/execline: update to 2.1.3.0
Product: Ports & Packages Reporter: Colin Booth <colin-ports>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 201923    
Bug Blocks: 201925    
Attachments:
Description Flags
Update port to new version none

Description Colin Booth 2015-07-27 15:30:14 UTC
Created attachment 159307 [details]
Update port to new version

Update execline version.

Diff contains the following changes:
Makefile: Version bump
Makefile: Dependency bump
Makefile: Return of erroneously removed OPTIONS_DEFINE= DOCS line
distinfo: contents update
pkg-plist: bin/trap added
pkg-plist: shared library name change
pkg-plist: documentation for trap added
Comment 1 Colin Booth 2015-07-27 15:46:31 UTC
Notable changes between 2.1.1.0 and 2.1.3.0:

2.1.3.0: New configure option: --shebangdir for script creation automation.

2.1.2.0: new command: trap

2.1.1.1: execlineb parser made into a library function, for easier inclusion in other programs

Full change set in %%DOCSDIR%%/upgrade.html
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-16 02:44:34 UTC
A commit references this bug:

Author: jbeich
Date: Sun Aug 16 02:43:55 UTC 2015
New revision: 394373
URL: https://svnweb.freebsd.org/changeset/ports/394373

Log:
  lang/execline: update to 2.1.3.0

  - Restore DOCS option accidentally removed in r378797

  Changes:	http://skarnet.org/software/execline/upgrade.html
  PR:		201924
  Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)

Changes:
  head/lang/execline/Makefile
  head/lang/execline/distinfo
  head/lang/execline/pkg-plist
Comment 3 Jan Beich freebsd_committer freebsd_triage 2015-08-16 03:07:15 UTC
Thanks. Committed.