Page MenuHomeFreeBSD

Convert @rmtry into a regular keyword
ClosedPublic

Authored by bapt on Sep 2 2014, 10:30 PM.
Tags
None
Referenced Files
F132391901: D713.id1343.diff
Thu, Oct 16, 12:46 PM
Unknown Object (File)
Mon, Oct 6, 6:18 AM
Unknown Object (File)
Tue, Sep 30, 9:01 PM
Unknown Object (File)
Fri, Sep 19, 4:03 AM
Unknown Object (File)
Aug 30 2025, 12:33 PM
Unknown Object (File)
Aug 30 2025, 2:09 AM
Unknown Object (File)
Aug 22 2025, 3:00 AM
Unknown Object (File)
Aug 12 2025, 5:38 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
Lint Skipped
Unit
Tests Skipped

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 ↗(On Diff #1336)

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).