| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
1.4.1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
19 Mar 2011 12:38:54
1.4.1
|
miwi  |
- Get Rid MD5 support |
01 Dec 2009 21:46:50
1.4.1
|
tabthorpe  |
- Pass maintainership to miwi |
02 Sep 2008 14:57:01
1.4.1
|
tabthorpe  |
- Update to 1.4.1
Notified by: portscout |
23 Aug 2007 04:00:04
1.4.0
|
tabthorpe  |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
29 Jan 2007 21:11:22
1.4.0
|
miwi  |
- Pass maintainership to submitter
PR: 108524
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
23 Sep 2006 00:23:36
1.4.0
|
linimon  |
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr |
11 Jan 2006 19:04:35
1.4.0
|
pav  |
- Update to 1.4.0
PR: ports/91658
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) |
09 Dec 2005 19:24:52
1.3.6
|
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
23 May 2005 16:24:25
1.3.6
|
novel  |
Update to 1.3.6.
PR: 81396
Submitted by: Antonio Carlos Venancio Junior (maintainer) |
01 Mar 2005 21:39:24
1.3.5
|
thierry  |
Ugrade to 1.3.5.
Changelg at <http://pear.php.net/package/HTTP/download/1.3.5/>.
PR: ports/78212
Submitted by: Antônio Carlos Venâncio Júnior (maintainer) |
09 Feb 2005 21:02:14
1.3.4
|
pav  |
- Update to 1.3.4
PR: ports/77309
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) |
11 Nov 2004 14:56:33
1.3.3
|
thierry  |
- Upgrade to to 1.3.3;
- Take maintainership.
PR: ports/71556
Submitted by: Ant?nio Carlos Ven?ncio J?nior. |
16 Jul 2004 21:55:47
1.3.1
|
thierry  |
Upgrading to 1.3.1. |
03 Jul 2004 11:53:01
1.3.0
|
thierry  |
Upgrading to 1.3.0. |
14 Apr 2004 21:55:26
1.2.2
|
thierry  |
Utilize devel/pear-PEAR/Makefile.common.
PR: ports/65512
Submitted by: Roman Neuhauser
Approved by: mat (mentor). |
17 Mar 2004 18:29:46
1.2.2
|
trevor  |
SIZEify. |
28 Dec 2003 09:11:28
1.2.2
|
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> |
28 Dec 2003 08:47:44
1.2.2
|
edwin  |
New port: pear-HTTP: PEAR miscellaneous HTTP utilities
The HTTP class is a class with static methods for doing miscellaneous
HTTP-related stuff like date formatting or language negotiation.
WWW: http://pear.php.net/package-info.php?package=HTTP
PR: ports/60197
Submitted by: Alex Miller <asm@asm.kiev.ua> |