diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-26 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-26 20:13:23 +0800 |
commit | 90a5834466ddfbc6d2e6aa7289414fe376fd2832 (patch) | |
tree | 3e4a83167a13b89c9d0efeeaa6e5b0f5487d84e9 /CHANGES | |
parent | 9111fbcf07f46dec3c2f410c5990019ff2ae72df (diff) | |
download | freebsd-ports-gnome-90a5834466ddfbc6d2e6aa7289414fe376fd2832.tar.gz freebsd-ports-gnome-90a5834466ddfbc6d2e6aa7289414fe376fd2832.tar.zst freebsd-ports-gnome-90a5834466ddfbc6d2e6aa7289414fe376fd2832.zip |
Extend @sample to accept arguments
Maintainers can now use @sample sample_file target_file for all cases
that does not fall into the usual @sample something.sample
Reviewed by: antoine
Differential Revision: https://reviews.freebsd.org/D3734
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -10,7 +10,16 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. -20150926 +20150926: +AUTHOR: bapt@FreeBSD.org + + @sample now accept arguments, so it can now be used the following way: + + @sample afile.sample + or + @sample path/to/example etc/target + +20150926: AUTHOR: bapt@FreeBSD.org New keywords are supported in pkg since 1.5.x: |