| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Feb 2005 21:44:16
2.0.4
|
pav  |
- Reflect the fact that APC is now a PECL package
- Take maintainership
PR: ports/78019
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by: marcus |
22 Jul 2004 02:03:57
2.0.4
|
ijliao  |
upgrade to 2.0.4
PR: 69342
Submitted by: Martin Matuska <martin@tradex.sk> |
17 Mar 2004 18:29:46
2.0
|
trevor  |
SIZEify. |
09 Feb 2004 11:43:38
2.0
|
ale  |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly) |
28 Dec 2003 09:11:28
2.0
|
edwin  |
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
12 Nov 2003 23:46:19
2.0
|
edwin  |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org |
03 Sep 2003 01:04:12
2.0
|
edwin  |
New port: www/pear-APC - Alternative PHP Cache.
This port does not build out of the box, and has been
requested on the PEAR-DEV mailing list.
See <http://marc.theaimsgroup.com/?t=106235180900001&;r=1&w=2>.
PR: ports/56294
Submitted by: Thierry Thomas <thierry@pompo.net> |