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) combination for a given watch list. This is what FreshPorts will look for.

Port details
joomla25 Dynamic web content management system (CMS)
2.5.19 www Deleted on this many watch lists=0 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.5.19Version of this port present on the latest quarterly branch.
Forbidden FORBIDDEN: No longer supported upstream, multiple unresolved security issues
Deprecated DEPRECATED: Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version
Expired This port expired on: 2015-12-18
Ignore IGNORE: is forbidden: No longer supported upstream, multiple unresolved security issues
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-02-21 06:13:15
Last Update: 2015-12-18 20:54:14
SVN Revision: 403986
License: GPLv2
WWW:
http://www.joomla.org/
Description:
Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable. WWW: http://www.joomla.org/
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:
  • joomla2>0:www/joomla25
No installation instructions:
This port has been deleted.
PKGNAME: joomla2
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. php.h : lang/php56
  2. gd.so : graphics/php56-gd
  3. json.so : devel/php56-json
  4. mbstring.so : converters/php56-mbstring
  5. mysql.so : databases/php56-mysql
  6. mysqli.so : databases/php56-mysqli
  7. pdf.so : print/pecl-pdflib
  8. session.so : www/php56-session
  9. simplexml.so : textproc/php56-simplexml
  10. xml.so : textproc/php56-xml
  11. zip.so : archivers/php56-zip
  12. zlib.so : archivers/php56-zlib
Library dependencies:
  1. libmysqlclient.so.18 : databases/mysql56-client
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. https://codeload.github.com/joomla/joomla-cms/tar.gz/2.5.19?dummy=/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.5.19
18 Dec 2015 20:54:14
Revision:403986Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Remove expired ports:
2015-12-18 www/joomla15: Joomla 1.5.x reached its End of Life in September 2012.
Please update to a current version
2015-12-18 www/joomla25: Joomla 2.5.x reached its End of Life in December 2014.
Please update to a current version
2015-12-17 devel/rubygem-tins0: not used by other ports anymore
2.5.19
07 Nov 2015 23:28:09
Revision:401027Original commit files touched by this commit This port version is marked as vulnerable.
junovitch search for other commits by this committer
www/joomla{15,25}: mark FORBIDDEN and DEPRECATED

Joomla 1.5 was end of life in September 2012
Joomla 2.5 was end of life in December 2014

Reference:	https://docs.joomla.org/What_version_of_Joomla!_should_you_use

PR:		203995
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de> (original patch)
Approved by:	maintainer timeouts (2 weeks)
Security:	CVE-2014-6632
Security:	CVE-2014-7228
Security:	CVE-2014-7229
Security:	https://vuxml.FreeBSD.org/freebsd/cec4d01a-7ac5-11e5-b35a-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/beb3d5fc-7ac5-11e5-b35a-002590263bf5.html
MFH:		2015Q4
2.5.19
23 Oct 2015 20:22:07
Revision:400055Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch to @dir

Approved by:	portmgr blanket
2.5.19
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2.5.19
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2.5.19
23 Mar 2014 23:07:58
Revision:348897Original commit files touched by this commit This port version is marked as vulnerable.
nivit search for other commits by this committer
- Update to 2.5.19
2.5.16
04 Dec 2013 23:57:57
Revision:335647Original commit files touched by this commit This port version is marked as vulnerable.
nivit search for other commits by this committer
- Update to 2.5.16
- Remove CONFLICTS with www/joomla15 (they are different pkg name,
  and installation directories)
- Allow staging
- Fix path of php executable in test files
2.5.11
23 Nov 2013 15:18:03
Revision:334676Original commit files touched by this commit This port version is marked as vulnerable.
nivit search for other commits by this committer
- Fix package name collision
2.5.11
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
2.5.11
27 Apr 2013 20:49:53
Revision:316691Original commit files touched by this commit This port version is marked as vulnerable.
nivit search for other commits by this committer
- Update to 2.5.11  [1]
- Trim Makefile header
- Remove indefinite article from COMMENT
- Add LICENSE (GPLv2)
- Use GitHub as download site
- Remove do-extract target
- Reformat pkg-message

Build log:	http://goo.gl/fb8t7
Release Notes:	http://goo.gl/UXhi8
Submitted by:	se (via private email)  [1]
2.5.6
17 Mar 2013 13:27:42
Revision:314432Original commit files touched by this commit This port version is marked as vulnerable.
nivit search for other commits by this committer
- Take maintainership
2.5.6
17 Mar 2013 11:33:34
Revision:314422Original commit files touched by this commit This port version is marked as vulnerable.
scheidell search for other commits by this committer
- Reset Maintainer

Feature Safe:	Yes
2.5.6
22 Jun 2012 07:23:12
Original commit files touched by this commit This port version is marked as vulnerable.
scheidell search for other commits by this committer
- Update to 2.5.6
- Includes bug fixes that surfaced after 2.5.5
- Move to bz2 distribution since it is smaller

Submitted by:   scheidell@ (me)
2.5.5
19 Jun 2012 15:58:50
Original commit files touched by this commit This port version is marked as vulnerable.
scheidell search for other commits by this committer
- Security Update to 2.5.5
- add php5x-zip since it is active by default
- add php5x-mysqli since it is recommended over mysql

Submitted by:   scheidell@ (me)
Security:       f46c4c6a-ba25-11e1-806a-001143cd36d8
2.5.4
19 Jun 2012 14:29:58
Original commit files touched by this commit This port version is marked as vulnerable.
scheidell search for other commits by this committer
- Take maintainership, per private email from wen@

Submitted by:   scheidell@ (me)
Approved by:    maintainer
2.5.4
09 Apr 2012 06:30:32
Original commit files touched by this commit This port version is marked as vulnerable.
wen search for other commits by this committer
- Update to 2.5.4

Thanks to:      Hilko Meyer <hilko.meyer@gmx.de>

Feature safe:   yes
2.5.1
21 Feb 2012 06:15:52
Original commit files touched by this commit This port version is marked as vulnerable.
wen search for other commits by this committer
- Update to 2.5.1
1.7.5
21 Feb 2012 06:12:46
Original commit files touched by this commit This port version is marked as vulnerable.
wen search for other commits by this committer
- Force Repocopy Commit

Number of commits found: 18