Albatross is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications. Author: Dave Cole WWW: http://object-craft.com.au/projects/albatross/ tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=3aac30c2fa636e283d6b34b04e71704a950c9864'/> 3aac30c2fa636e283d6b34b04e71704a950c9864

Remove the now unneeded ${PORTSDIR} from dependency definition in 2016-03-27T01:23:25+00:00 bapt bapt@FreeBSD.org 2016-03-27T01:23:25+00:00 abad7303e73a8cabd7adccf1ad6e45c50e32dd80 The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Remove OPTIONS_DEFINE out of Mk/Uses/drupal.mk (affects many drupal ports) 2016-01-11T08:51:49+00:00 marino marino@FreeBSD.org 2016-01-11T08:51:49+00:00 32326eeb97c388ee2f819059415ad53def617982 The USES= fragments are not supposed to modify OPTIONS_* because they are loaded after bsd.options.mk. In the particular case of drupal, this resulted in SELECTED_OPTIONS and DESELECTED_OPTIONS being incorrect. A second problem was that the "=" was used for assignment rather than "?=", meaning that any port with USES=drupal got their options overwritten at some point (this included the main www/drupal6 and www/drupal7 ports). This commit adds OPTIONS_DEFINE=DOCS to almost every port that had set USES=drupal to correct the mistake of setting options in Mk/Uses. PR: 206060
The USES= fragments are not supposed to modify OPTIONS_* because they are
loaded after bsd.options.mk.

In the particular case of drupal, this resulted in SELECTED_OPTIONS and
DESELECTED_OPTIONS being incorrect.  A second problem was that the "="
was used for assignment rather than "?=", meaning that any port with
USES=drupal got their options overwritten at some point (this included
the main www/drupal6 and www/drupal7 ports).

This commit adds OPTIONS_DEFINE=DOCS to almost every port that had set
USES=drupal to correct the mistake of setting options in Mk/Uses.

PR:	206060
- Release maintainership 2016-01-09T08:07:02+00:00 miwi miwi@FreeBSD.org 2016-01-09T08:07:02+00:00 c3be7c1b80e5f479131abab6fa94c65a7a61946e

Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched 2015-10-15T07:36:38+00:00 bapt bapt@FreeBSD.org 2015-10-15T07:36:38+00:00 ae4dc2bafba0b1aabb1bb4e42b36f62c23457820 This gives more time for tools to get updated, available in packages etc before bothering users
This gives more time for tools to get updated, available in packages etc before
bothering users
Drop the necessity to add ${PORTSDIR} to dependency line 2015-10-14T16:49:35+00:00 bapt bapt@FreeBSD.org 2015-10-14T16:49:35+00:00 fe149e93dc167d1fb2cfd567cb6bb47b29d7616e Modify make describe to automatically prepend ${PORTSDIR} if the path for the port is not absolute Checked with poudriere, portmaster, portupgrade PR: 203685 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D3866
Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute

Checked with poudriere, portmaster, portupgrade

PR:		203685
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D3866