notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
drupal6-views Controls how content lists are generated
6.x.2.12_1 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.x.2.12_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: www/drupal6 upstream is EOL and port expired 2016-04-24
Expired This port expired on: 2016-04-24
Maintainer: rea@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-08-07 09:50:12
Last Update: 2016-06-18 08:01:07
SVN Revision: 417052
License: GPLv2 GPLv3
WWW:
http://drupal.org/project/views
Description:
The views module provides a flexible method for Drupal site designers to control how lists of content (nodes) are presented. Traditionally, Drupal has hard-coded most of this, particularly in how taxonomy and tracker lists are formatted. This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results. It has four modes, plus a special mode, and provides an impressive amount of functionality from these modes. WWW: http://drupal.org/project/views
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • drupal6-views>0:www/drupal6-views
No installation instructions:
This port has been deleted.
PKGNAME: drupal6-views
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. index.php : www/drupal6
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for drupal6-views-6.x.2.12_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
drupal:6,module
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/drupal/
  2. http://ftp.drupal.org/files/projects/
  3. http://ftp.osuosl.org/pub/drupal/files/projects/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.x.2.12_1
18 Jun 2016 08:01:07
Revision:417052Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2016-04-24 www/drupal6-content_access: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-google_analytics: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-seo_checklist: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-pathauto: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-wysiwyg: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-advanced_help: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-path_redirect: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-webform: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-imce: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-mimedetect: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-tagadelic: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-panels: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-zeropoint: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-geshifilter: www/drupal6 upstream is EOL and port expired
2016-04-24
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.x.2.12_1
17 Jun 2016 12:56:55
Revision:417007Original commit files touched by this commit
tz search for other commits by this committer
www/drupal6-*: deprecate all drupal6-modules. Also set expiration date
               to 2016-04-24 to stay in sync with www/drupal6.

PR:           209954
Submitted by: Yonas Yanfa <yonas@fizk.net>
Approved by:  junovitch (mentor)
6.x.2.12_1
11 Jan 2016 08:51:49
Revision:405770Original commit files touched by this commit
marino search for other commits by this committer
Remove OPTIONS_DEFINE out of Mk/Uses/drupal.mk (affects many drupal ports)

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
6.x.2.12_1
18 Jun 2014 12:17:27
Revision:358250Original commit files touched by this commit
bapt search for other commits by this committer
Migrate all drupal ports to USES=drupal
6.x.2.12_1
19 Feb 2014 04:37:02
Revision:344998Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
6.x.2.12_1
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
6.x.2.12_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
6.x.2.12
31 Aug 2011 15:53:47
Original commit files touched by this commit
crees search for other commits by this committer
Use USE_DRUPAL instead of including bsd.drupal.mk
6.x.2.12
29 Jul 2011 08:36:47
Original commit files touched by this commit
crees search for other commits by this committer
Begin process of removal of drupal5 ports:

- 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)
6.x.2.12
28 Dec 2010 09:26:13
Original commit files touched by this commit
rea search for other commits by this committer
Update to 2.12

The only change from 2.11 is the fix for the XSS in the plugin,
SA-CONTRIB-2010-111 and CVE-2010-4521.

Approved by: erwin (mentor)
Feature safe: yes
6.x.2.11
27 Nov 2010 18:59:51
Original commit files touched by this commit
rea search for other commits by this committer
Change maintainer address for my ports

Approved by: erwin (co-mentor)
6.x.2.11
26 Aug 2010 12:32:04
Original commit files touched by this commit
niels search for other commits by this committer
Security update which fixes XSRF and XSS issues
(VuXML entry will follow later)

PR:             ports/149974
Submitted by:   John Levine
Approved by:    itetcu (mentor, implicit), maintainer
Security:       http://drupal.org/node/829840
6.x.2.9
09 May 2010 11:23:01
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.9

PR:             145692
Submitted by:   Nick Hilliard <nick@foobar.org> (maintainer)
6.x.2.8
09 Mar 2010 22:32:01
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.8

PR:             144265 (based on)
Submitted by:   Nick Hilliard <nick@foobar.org>
Approved by:    maintainer
6.x.2.6_1
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
6.x.2.6
04 Oct 2009 10:08:32
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.6

PR:             139265
Submitted by:   Nick Hilliard <nick@foobar.org> (maintainer)
6.x.2.5
16 Jun 2009 19:35:02
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.5

PR:             135235
Submitted by:   Nick Hilliard <nick@foobar.org> (maintainer)
6.x.2.4
11 Apr 2009 18:05:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.4

PR:             133552
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
6.x.2.3
11 Mar 2009 16:56:46
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2

PR:             132544
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
6.x.2.0.r1
07 Aug 2008 10:03:47
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 6.x-2.0-rc1
- pass maintainership to submitter

PR:             125797
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
5.x.1.6
07 Aug 2008 09:49:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Force commit
        Repocopy from www/drupal5-views to www/drupal6-views

Repocopy by:    marcus

Number of commits found: 21