Port details |
- joomla25 Dynamic web content management system (CMS)
- 2.5.19 www
=0 2.5.19Version of this port present on the latest quarterly branch.
- FORBIDDEN: No longer supported upstream, multiple unresolved security issues
DEPRECATED: Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version This port expired on: 2015-12-18 IGNORE: is forbidden: No longer supported upstream, multiple unresolved security issues
- Maintainer: nivit@FreeBSD.org
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php56
- gd.so : graphics/php56-gd
- json.so : devel/php56-json
- mbstring.so : converters/php56-mbstring
- mysql.so : databases/php56-mysql
- mysqli.so : databases/php56-mysqli
- pdf.so : print/pecl-pdflib
- session.so : www/php56-session
- simplexml.so : textproc/php56-simplexml
- xml.so : textproc/php56-xml
- zip.so : archivers/php56-zip
- zlib.so : archivers/php56-zlib
- Library dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.19 18 Dec 2015 20:54:14 |
rene |
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 |
junovitch |
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 |
amdmi3 |
- Switch to @dir
Approved by: portmgr blanket |
2.5.19 19 Oct 2015 14:50:52 |
amdmi3 |
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 |
mat |
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 |
nivit |
- Update to 2.5.19 |
2.5.16 04 Dec 2013 23:57:57 |
nivit |
- 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 |
nivit |
- Fix package name collision |
2.5.11 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.5.11 27 Apr 2013 20:49:53 |
nivit |
- 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 |
nivit |
- Take maintainership |
2.5.6 17 Mar 2013 11:33:34 |
scheidell |
- Reset Maintainer
Feature Safe: Yes |
2.5.6 22 Jun 2012 07:23:12 |
scheidell |
- 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 |
scheidell |
- 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 |
scheidell |
- Take maintainership, per private email from wen@
Submitted by: scheidell@ (me)
Approved by: maintainer |
2.5.4 09 Apr 2012 06:30:32 |
wen |
- 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 |
wen |
- Update to 2.5.1 |
1.7.5 21 Feb 2012 06:12:46 |
wen |
- Force Repocopy Commit |