Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/drupal/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / www / drupal

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35
Sun Mar 25 10:02:55 2007 UTC (4 years, 10 months ago) by rafan
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.34: +1 -1 lines
- drupal-* are renamed to drupal4-* for drupal5 ports

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 6 06:51:50 2007 UTC (4 years, 11 months ago) by linimon
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -3 lines
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.

PR:		ports/106557
Submitted by:	ale
Hat:		portmgr

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jan 30 20:21:05 2007 UTC (5 years ago) by pav
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
- Update to 4.7.6

PR:		ports/108546
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
Security:	http://drupal.org/node/113935

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jan 9 03:19:03 2007 UTC (5 years, 1 month ago) by brooks
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Transfer maintainership of drupal and drupal-textile to Nick Hilliard.
Thanks for taking this on.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jan 5 21:32:19 2007 UTC (5 years, 1 month ago) by brooks
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -11 lines
Upgrade drupal to 4.7.5 fixing a couple security issues.
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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 19 14:00:37 2006 UTC (5 years, 3 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
Update to 4.6.10 to address security issues.

Submitted by:	brooks (maintainer, on vacation)
Approved by:	portmgr (erwin)
Security:	VuXML 19207592-5f17-11db-ae08-0008743bf21a
		VuXML 937d5911-5f16-11db-ae08-0008743bf21a
		VuXML b2383758-5f15-11db-ae08-0008743bf21a

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 3 22:33:10 2006 UTC (5 years, 6 months ago) by brooks
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +0 -3 lines
Remove bogus WRKSRC variable caused by me screwing up the permissions on
my work directory.

Reported by:	Sean McNeil <sean at mcneil.com>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Aug 2 22:24:20 2006 UTC (5 years, 6 months ago) by brooks
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -2 lines
Update drupal to 4.6.9 to fix yet another XSS vulnerability.

Security:	vuxml vid c905298c-2274-11db-896e-000ae42e9b93

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jul 13 16:23:04 2006 UTC (5 years, 7 months ago) by brooks
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -4 lines
Update to 4.6.8 fixing a variety of security issues.

Add OSUOSL as a master site as they seem to have stable files.

Security:	vuxml vid:6da7344b-128a-11db-b25f-00e00c69a70d

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 25 20:31:58 2006 UTC (5 years, 8 months ago) by brooks
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0 lines
Mark FORBIDDEN due to SQL injection and remote execution
vulnerabilities.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 18 00:08:04 2006 UTC (5 years, 10 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -4 lines
Update to 4.6.6 fixing four security issues.  See http://drupal.org/security
for details.

Security:	vid:6779e82f-b60b-11da-913d-000ae42e9b93

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 17 20:10:44 2006 UTC (5 years, 10 months ago) by brooks
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -0 lines
Mark FORBIDDEN due to several security issues.  For details see:

http://www.drupal.org/security

Updates and vuxml to follow.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 22 00:40:20 2006 UTC (5 years, 11 months ago) by brooks
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +37 -36 lines
Big port infrastructure overhaul to ease module maintance.  The user
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.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 20 06:09:40 2006 UTC (5 years, 11 months ago) by brooks
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -2 lines
Since drupal.org annoyingly rerolls their distfiles nightly, keep out
own copy on the FreeBSD mirror network.  Change PORT_REVISION to be the
date of the snapshot plus two digits for revisions within a version.
Move to storing the distfile in the drupal subdir along with the
modules.

Reported by:	Andreas Kohn <andreas at syndrom23 dot de>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 17 01:51:56 2006 UTC (6 years ago) by brooks
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Add a pcre and gd dependancy.  Take maintainership since the current
maintainer is moving on to something else and I'm working on this right
now.

Approved by:	<wxs at csh dot rit dot edu> (maintainer)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jan 10 04:03:43 2006 UTC (6 years, 1 month ago) by brooks
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +11 -29 lines
  - Change DRUPDIR to www/durpal.  www/data is owned by the installed
    webserver and should not be modified
  - Add a dependancy on php?-xml
  - Delete redundant DISTNAME definition
  - Don't undo the config file dance by splatting the default over the
    top of the preserved file
  - Get rid of an unnecessicary .for loop
  - Move the message into pkg-message so it can be seen when installed
    as a package, add an entry with an Apache Alias example for the
    new DRUPDIR, and slightly improve the database examples

Approved by:	maintainer

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 8 12:32:38 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
[UPDATE]: www/drupal

	www/drupal is now up to 4.6.5 and is unmaintained.  The attached patch
	updates it and sets myself as the maintainer.

PR:		ports/91484
Submitted by:	Wesley Shields <wxs@csh.rit.edu>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 29 17:51:04 2005 UTC (6 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -0 lines
- Do the conffile helluva around settings.php

PR:		ports/88388
Requested by:	Aristedes Maniatis <ari@ish.com.au>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Dec 1 16:03:03 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2 lines
Update to 4.6.4

Security:	http://drupal.org/files/sa-2005-007/advisory.txt
		http://drupal.org/files/sa-2005-008/advisory.txt
		http://drupal.org/files/sa-2005-009/advisory.txt
		http://secunia.com/advisories/17824/

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 27 04:17:17 2005 UTC (6 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
With portmgr hat on, reset inactive maintainer.  There have been several
maintainer-timeouts.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 23 20:58:42 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -0 lines
drupal missing dependency

	When ports/www/drupal is installed, it is missing a dependency
	for php4-session which causes the pages to fail to load.

PR:		ports/86715
Submitted by:	Vivek Khera <vivek@khera.org>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 3 13:49:19 2005 UTC (6 years, 3 months ago) by vsevolod
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +13 -2 lines
- Add user customizeable DRUPDIR to www/drupal

PR:             86834
Submitted by:   Wesley Shields <wxs@csh.rit.edu>
Approved by:    maintainer timeout

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Sep 18 21:35:21 2005 UTC (6 years, 4 months ago) by pav
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Broaden detection of installed PostgreSQL client

PR:		ports/85588
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	maintainer timeout (14 days)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 16 20:46:17 2005 UTC (6 years, 5 months ago) by vsevolod
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Fix security issue noted in http://drupal.org/files/sa-2005-004/advisory.txt.
Update to 4.6.3.

Approved by:	portmgr (krion), maintainer timeout (security issue)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 16 11:01:39 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2 lines
- Update to 4.6.2, which fixes major security problem

PR:		ports/83087
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:	maintainer timeout (9 days, rushed for security reasons)
Security:	CAN-2005-1921, CAN-2005-2106
		http://secunia.com/advisories/15872/

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 4 13:48:22 2005 UTC (6 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- Update to 4.6.0

PR:		ports/80565
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 12 21:36:47 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update to 4.5.2

PR:		ports/77412
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 9 22:50:13 2005 UTC (7 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4 lines
- Update to 4.5.1

PR:		ports/75976
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 19 20:08:26 2004 UTC (7 years, 6 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Update to 4.4.2

PR:		ports/69278
Submitted by:	Sebastian Yepes F. (maintainer)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 10 09:02:05 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
- Avoid hardcoding /usr/local reference

Reported by:	kris

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 9 18:05:50 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
- Update to 4.4.1

PR:		ports/66412
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 4 13:07:59 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -8 lines
- Update to 4.4.0

PR:		ports/65145
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 22 00:10:35 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
BROKEN: Checksum mismatch

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 10 18:30:55 2004 UTC (8 years, 1 month ago) by mharo
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
update to 4.3.2

PR:		61170
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 29 06:13:32 2003 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
[New Port]:: www/drupal 4.3.1 Update & Fix plist

	Drupal is an open-source platform and content management
	system for building dynamic web sites offering a broad range
	of features and services.

	Drupal can support a diverse range of web projects ranging
	from personal weblogs to large community-driven sites.

	WWW: http://drupal.org

PR:		ports/60204
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options