Summary: | [PATCH] lang/execline: update to 2.1.1.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Colin Booth <colin-ports> | ||||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | pawel | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | 198057 | ||||||||
Bug Blocks: | 198059 | ||||||||
Attachments: |
|
Created attachment 153873 [details]
Updated diff
Version updated between original update submission and now.
A commit references this bug: Author: pawel Date: Mon Mar 16 19:02:58 UTC 2015 New revision: 381433 URL: https://svnweb.freebsd.org/changeset/ports/381433 Log: Update to version 2.1.1.0 2.1.0.0 skalibs dependency bumped to 2.3.1.0 foreground now sets the ? environment variable to 256 plus the signal number when its block was killed by a signal (in previous releases it used 126). New rules for exit codes of forx, loopwhilex, forbacktickx New -e option to loopwhilex, deprecating the -x option. PR: 198058 Submitted by: Colin Booth <colin@heliocat.net> (maintainer) Changes: head/lang/execline/Makefile head/lang/execline/distinfo head/lang/execline/pkg-plist |
Created attachment 153552 [details] Version increase to 2.1.0.0 Changes from the previous: 2.1.0.0 skalibs dependency bumped to 2.3.1.0 foreground now sets the ? environment variable to 256 plus the signal number when its block was killed by a signal (in previous releases it used 126). New rules for exit codes of forx, loopwhilex, forbacktickx New -e option to loopwhilex, deprecating the -x option.