Details
Details
- Reviewers
ashish - Commits
- rP439752: Chase editors/emacs update to version 25.2
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I determined which ports to bump with:
grep --include='*/*/Makefile' --include='*/*/pkg-plist' -r 'EMACS_LIBDIR_WITH_VER\|EMACS_VERSION_SITE_LISPDIR' /usr/ports
Comment Actions
Thanks for this. I used to do this by compiling the list of dependent ports from INDEX file, which is broader than these list of changes, and was theoretically good. Although, your approach is better, and seems more precise. Please go ahead.
Ashish