Page MenuHomeFreeBSD

www/nginx: Pet Makefile
ClosedPublic

Authored by joneum on Jul 15 2017, 1:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 2:08 AM
Unknown Object (File)
Tue, Nov 19, 7:03 AM
Unknown Object (File)
Sun, Nov 17, 9:53 PM
Unknown Object (File)
Sun, Nov 17, 9:50 PM
Unknown Object (File)
Sun, Nov 17, 9:47 PM
Unknown Object (File)
Sun, Nov 17, 9:45 PM
Unknown Object (File)
Thu, Nov 7, 5:18 AM
Unknown Object (File)
Oct 17 2024, 4:21 PM
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 :-)