| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
1.2.5
|
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 |
03 Jul 2011 14:59:23
1.2.5
|
ohauer  |
-remove MD5 |
26 Apr 2009 23:16:08
1.2.5
|
miwi  |
- Update to 1.2.5 |
08 Sep 2008 00:22:00
1.2.4
|
chinsan  |
- Pass maintainership to miwi |
30 Jul 2007 12:56:34
1.2.4
|
chinsan  |
- Update to 1.2.4.
Approved by: rafan (mentor, implicit) |
31 Oct 2006 18:56:52
1.2.3
|
shaun  |
- Update to 1.2.3.
- Assign maintainership to submitter.
PR: ports/104700
Submitted by: chinsan |
09 Dec 2005 19:24:52
1.2.2
|
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
24 Nov 2005 15:40:04
1.2.2
|
pav  |
- Add some SHA256 checksums |
05 Oct 2005 21:58:53
1.2.2
|
pav  |
- Update to 1.2.2 |
13 Apr 2004 20:20:53
1.2.1
|
thierry  |
Let Makefile.common do the work.
PR: ports/65495
Submitted by: Roman Neuhauser
Approved by: mat (mentor) |
29 Jan 2004 07:24:56
1.2.1
|
trevor  |
SIZEify. |
28 Dec 2003 09:11:28
1.2.1
|
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
1.2.1
|
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 |
20 Jun 2003 05:28:07
1.2.1
|
nork  |
Update to 1.2.1.
PR: ports/53518
Submitted by: Thierry Thomas <thierry@pompo.net> |
07 Jun 2003 23:00:46
1.2
|
nork  |
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net> |
24 Feb 2003 21:41:42
1.0_1
|
edwin  |
Fix "make index" |
24 Feb 2003 05:27:41
1.0_1
|
edwin  |
PEAR ports: handling PEAR's registry.
PEAR uses a "registry" to register installed modules, and
this registry is initialized during the installation of
mod_php4 (since 4.3.0).
Unfortunately, installing PEAR modules through the ports
does not maintain this registry.
This PR fix this problem for the following ports:
- sysutils/pear-Log
- devel/pear-PEAR
- devel/pear-Date
- devel/pear-I18N
- devel/pear-HTML_Common
- devel/pear-HTML_Select_Common
- security/pear-Crypt_CBC
- mail/pear-Mail_Mime
- net/pear-Net_Sieve
- sysutils/pear-File
- archivers/pear-Archive_Tar
PR: ports/47921
Submitted by: Thierry Thomas <thierry@pompo.net> |
20 Feb 2003 17:07:10
1.0
|
knu  |
De-pkg-comment. |
30 Jan 2003 09:46:26
1.0
|
dirk  |
Add pear-HTML_Common:
PEAR::HTML_Common is a base class for other HTML classes
PR: ports/47418
Submitted by: Thierry Thomas <thierry@pompo.net> |