Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.5 03 Nov 2015 03:19:42
  |
junovitch  |
www/joomla3: svn move joomla31 joomla3
- Match origin to PKGNAME to align with the Joomla upstream only supporting
the most recent 3.x release at any one time.
www/Makefile, MOVED: Chase Joomla rename joomla31 -> joomla3 + spelling fix
Reference: https://docs.joomla.org/What_version_of_Joomla!_should_you_use
PR: 204016
Approved by: ports-secteam (feld)
MFH: 2015Q4 |
3.4.5 30 Oct 2015 22:52:51
  |
junovitch  |
www/joomla31: update 3.2.3 -> 3.4.5
- Update PORTVERSION, distinfo, and pkg-plist for 3.4.5
- Update SHEBANG_FILES for new release
- Add NO_ARCH
- Change @dirrmtry to @dir in pkg-plist
PR: 204016
Approved by: ports-secteam (feld)
Security: CVE-2014-6631
Security: CVE-2014-6632
Security: CVE-2014-7228
Security: CVE-2014-7229
Security: CVE-2015-5397
Security: CVE-2015-5608 (Only the first 15 lines of the commit message are shown above ) |
3.2.3 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 |
3.2.3 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 |
3.2.3 23 Mar 2014 23:08:49
  |
nivit  |
- Update to 3.2.3 |
3.2.0 04 Dec 2013 23:58:53
  |
nivit  |
- Update to 3.2.0
- Fix path of php executable in test files
- Allow staging |
3.1.1 23 Nov 2013 15:18:03
  |
nivit  |
- Fix package name collision |
3.1.1 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.1.1 28 Apr 2013 16:00:13
  |
nivit  |
- Repocopy www/joomla25 to www/joomla31, and update to 3.1.1
Submitted by: se (via private email) |