Page MenuHomeFreeBSD

www/nginx: Pet Makefile
ClosedPublic

Authored by joneum on Jul 15 2017, 1:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 11:57 AM
Unknown Object (File)
Dec 14 2023, 4:35 AM
Unknown Object (File)
Nov 12 2023, 4:07 PM
Unknown Object (File)
Sep 25 2023, 4:50 AM
Unknown Object (File)
Aug 1 2023, 11:23 AM
Unknown Object (File)
Jun 29 2023, 3:27 AM
Unknown Object (File)
Jun 5 2023, 8:37 PM
Unknown Object (File)
Jun 3 2023, 1:32 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 :-)