Bug 196480

Summary: www/nginx-devel: This port should be named nginx-mainline not -devel
Product: Ports & Packages Reporter: rsimmons0
Component: Individual Port(s)Assignee: Sergey A. Osokin <osa>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (osa)
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

Description rsimmons0 2015-01-04 09:51:03 UTC
If a -devel version of the port is needed, it should be a mercurial checkout from the source repository for NGINX at the head of the master branch.

This port should be called nginx-mainline as its referred to in the upstream project. Calling this port -devel is misleading, since this is not really a development branch.

The following is a quote from the upstream project's blog:

Which version should I use?
In general, you should deploy the NGINX mainline branch at all times.  You may wish to use stable if you are concerned about possible impacts of new features, such as incompatibility with third-party modules or the introduction of bugs in new features.
http://nginx.com/blog/nginx-1-6-1-7-released/

Some people who are not familiar with the upstream project may shy away from installing a port named -devel when they should not.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-04 09:51:03 UTC
Auto-assigned to maintainer osa@FreeBSD.org
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2015-04-27 22:06:44 UTC
Basically, FreeBSD ports tree uses product name for stable version of the port.
For development version - it uses -devel suffix.

Also, please see http://nginx.com/blog/nginx-1-6-1-7-released/ for details.