aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.drupal.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for Drupal5 Themesmiwi2007-08-211-10/+33
| | | | | | PR: 114894 Submitted by: Geoff Glasson <g_glasson@jimali.dyndns.org> Approved by: maintainer
* - Fix build with drupal modulesmiwi2007-03-271-2/+8
| | | | | | | - Bump PORTREVISION PR 110864 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* - Add drupal5 supportrafan2007-03-251-6/+47
| | | | | | | | - Fix SUB_LIST quoting - Reflect drupal -> drupal4 rename PR: ports/110412 Submitted by: Nick Hilliard <nick at foobar.org> (maintainer)
* Add @'s in front of ${CHOWN} calls.brooks2007-01-091-4/+4
|
* Upgrade drupal to 4.7.5 fixing a couple security issues.brooks2007-01-061-7/+15
| | | | | | | Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions. Submitted by: Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4) Security: vid:3d8d3548-9d02-11db-a541-000ae42e9b93
* Big port infrastructure overhaul to ease module maintance. The userbrooks2006-02-221-0/+75
visiable changes are: - Use OPTIONS to control php#-mysql and pear-DB (for PostgreSQL support) depends. - Replace the DRUPDIR make variable with DRUPAL_BASE. Other changes include abstracting some command paths and most of the module makefiles out into a bsd.drupal.mk that lives in www/drupal for now. Module updates to follow.