Page MenuHomeFreeBSD

Convert @rmtry into a regular keyword
ClosedPublic

Authored by bapt on Sep 2 2014, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 7, 9:50 PM
Unknown Object (File)
Apr 16 2025, 10:50 PM
Unknown Object (File)
Apr 10 2025, 11:27 AM
Unknown Object (File)
Apr 9 2025, 4:14 PM
Unknown Object (File)
Apr 9 2025, 4:11 PM
Unknown Object (File)
Apr 9 2025, 2:35 PM
Unknown Object (File)
Mar 31 2025, 6:38 PM
Unknown Object (File)
Mar 5 2025, 11:00 AM
Subscribers

Details

Summary

Convert @rmtry into a regular keyword and remove the PLIST_REINSTALL macro and usage

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bapt retitled this revision from to Convert @rmtry into a regular keyword.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: portmgr.
antoine added inline comments.
Keywords/rmtry.ucl
6

Make it able to handle full path?

case "%@" in
/*) f="%@" ;;
*) f="%D/%@" ;;
esac
bapt edited edge metadata.

Handle full path

This revision is now accepted and ready to land.Sep 2 2014, 11:17 PM
bapt updated this revision to Diff 1343.

Closed by commit rP367153 (authored by @bapt).