Page MenuHomeFreeBSD

www/nginx: Pet Makefile
ClosedPublic

Authored by joneum on Jul 15 2017, 1:11 PM.
Tags
None
Referenced Files
F114272261: D11605.diff
Thu, Apr 10, 5:05 AM
Unknown Object (File)
Fri, Mar 21, 2:44 PM
Unknown Object (File)
Feb 10 2025, 8:07 PM
Unknown Object (File)
Feb 7 2025, 8:58 AM
Unknown Object (File)
Feb 5 2025, 5:01 PM
Unknown Object (File)
Nov 29 2024, 4:02 PM
Unknown Object (File)
Nov 23 2024, 10:34 PM
Unknown Object (File)
Nov 23 2024, 7:56 AM
Subscribers

Details

Summary
  • Pet portlint
  • Add CONFLICTD
  • Also set portscout limit to avoid notices about www/nginx
  • Bump PORTREVISION

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 16 2017, 2:21 PM
This revision was automatically updated to reflect the committed changes.
head/www/nginx/Makefile
19

Its already committed, but i just saw this Review.
I want to warn about the PORTSCOUT rule. Yes, its helpful to avoid false detections of 1.13.x releases. But now it will also ignore the next big release 1.14.x.
Have a look at my port games/wesnoth - it has exactly the same version-scheme.

head/www/nginx/Makefile
19

Yeah, limitw:1,even is what the doc says you should use :-)

head/www/nginx/Makefile
19

There is www/nginx-devel
If version 14.x comes out, you can raise nginx-devel to version 14, and nginx to version 13. www/nginx is currently still managed by Sergey.
If version 14.x comes out, it must be advised first how to proceed. As long as PORTSCOUT makes sense.

head/www/nginx/Makefile
19

If version 1.14.x comes out, nginx-devel will be 1.15.x. nginx will become 1.14.x.
Please get familiar with the release cycle of your new port! :)

head/www/nginx/Makefile
19

My mistake. Yes, I meant version 15.x - sorry :-)