aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.drupal.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Readd the accidentaly removed "else" (now drupal6 can be installed)Baptiste Daroussin2011-08-311-0/+1
| | | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Pointyhat to: Bapt (myself) Notes: svn path=/head/; revision=280806
* Remove reference to drupal5, it has goneBaptiste Daroussin2011-08-301-8/+0
| | | | Notes: svn path=/head/; revision=280745
* - bsd.drupal.mk has been repocopied to ${PORTSDIR}/MkChris Rees2011-08-111-24/+38
| | | | | | | | | | | - Prepare bsd.drupal.mk for use in ${PORTSDIR}/Mk - Remove unneeded LICENSE lines from drupal ports PR: ports/153795 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=279491
* Add maintainer line to Mk/bsd.drupal.mkChris Rees2011-07-291-0/+10
| | | | Notes: svn path=/head/; revision=278518
* - Drop drupal4 supportMartin Wilke2009-04-041-16/+5
| | | | Notes: svn path=/head/; revision=231601
* - Add support for drupal6*Martin Wilke2008-05-271-16/+23
| | | | | | | | PR: 123784 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=213755
* - Add support for Drupal5 ThemesMartin Wilke2007-08-211-10/+33
| | | | | | | | | PR: 114894 Submitted by: Geoff Glasson <g_glasson@jimali.dyndns.org> Approved by: maintainer Notes: svn path=/head/; revision=198021
* - Fix build with drupal modulesMartin Wilke2007-03-271-2/+8
| | | | | | | | | | - Bump PORTREVISION PR 110864 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=188546
* - Add drupal5 supportRong-En Fan2007-03-251-6/+47
| | | | | | | | | | | - Fix SUB_LIST quoting - Reflect drupal -> drupal4 rename PR: ports/110412 Submitted by: Nick Hilliard <nick at foobar.org> (maintainer) Notes: svn path=/head/; revision=188255
* Add @'s in front of ${CHOWN} calls.Brooks Davis2007-01-091-4/+4
| | | | Notes: svn path=/head/; revision=181831
* Upgrade drupal to 4.7.5 fixing a couple security issues.Brooks Davis2007-01-051-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 Notes: svn path=/head/; revision=181572
* Big port infrastructure overhaul to ease module maintance. The userBrooks Davis2006-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. Notes: svn path=/head/; revision=156631