aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-imce
Commit message (Collapse)AuthorAgeFilesLines
* Remove OPTIONS_DEFINE out of Mk/Uses/drupal.mk (affects many drupal ports)John Marino2016-01-111-0/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=405770
* Migrate all drupal ports to USES=drupalBaptiste Daroussin2014-06-181-2/+1
| | | | Notes: svn path=/head/; revision=358250
* - Stage supportMartin Wilke2014-02-191-1/+0
| | | | Notes: svn path=/head/; revision=344993
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Reset maintainer (email is bouncing)Baptiste Daroussin2013-07-111-6/+2
| | | | | | | | | | While here: - Trim headers - Convert to USES where applicable - Bump klamav portrevision (pkgconfig is not a run dep anymore) Notes: svn path=/head/; revision=322743
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Use USE_DRUPAL instead of including bsd.drupal.mkChris Rees2011-08-311-3/+2
| | | | Notes: svn path=/head/; revision=280862
* Begin process of removal of drupal5 ports:Chris Rees2011-07-291-1/+1
| | | | | | | | | | - Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version - Deprecate the drupal5 ports for removal on 29/Aug Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=278517
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.4Martin Wilke2010-06-022-36/+38
| | | | | | | | PR: 147326 Submitted by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=255551
* IMCE is an image/file uploader and browser that supports personal directoriesMartin Wilke2010-02-123-0/+67
and quota. Since its first release, IMCE has been used as a file browser in many popular rich text editors such as FCKEditor, TinyMCE, WYMEditor etc. WWW: http://drupal.org/project/imce PR: ports/143731 Submitted by: Anderson Soares Ferreira <anderson at cnpm.embrapa.br> Notes: svn path=/head/; revision=249665