comms/ncid: Update to 1.6 - Update ncid to 1.6 release - Drop maintainership Changes: https://sourceforge.net/p/ncid/news/2016/11/ncid-16-released/
Details
Details
- Reviewers
AMDmi3 junovitch feld - Commits
- rP431256: - Update to 1.6
- portlint -ac output looks fine.
- poudriere testport build log is fine on 10.3/amd64
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| comms/ncid/Makefile | ||
|---|---|---|
| 16 | There should be run_depend as long as it installs bash scripts. | |
| 68 | This still doesn't belong inside the loop | |
| 74 | First, it does not belong to the loop as it does not use ${f}. Next, it only affects one utility while there are 6 of them. Last but not least, applocations should just be installed with ${INSTALL_PROGRAM}, no STRIP_CMD will be needed that way. | |
| 96 | These two lines either | |
| 113 | This is a script. Install with INSTALL_SCRIPT. | |
| comms/ncid/pkg-plist | ||
| 40 | Are you sure no one will change these config files? Convert to @sample otherwise. | |
| comms/ncid/Makefile | ||
|---|---|---|
| 71 | These scripts are installed without *.sh extension. | |
Comment Actions
Dimitry,
Please, I would appreciate if you could confirm that all changes are fine :)
Thanks