Update Tools/scripts/rmport to ignore commented out EXPIRATION_DATE lines
Details
Details
Add back the commented out Expiration date and make sure we don't get whines
Approved by: (rene|adamw) (portmgr, mentor), crees (maintainer)
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Remove the ^ from the added grep(1) since grep -H adds the filename.
it could have spaces before it anyway.
Comment Actions
A better alternative would be
xargs grep -H ${EXPVAR} | cut -f 2 -d : | grep -v ^# \ |
to not get distracted by comments after the expiration date
This comment was removed by adamw.
This comment was removed by ler.