| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
20 Mar 2011 12:54:45
4.2.52_5
|
miwi  |
- Get Rid MD5 support |
28 Oct 2010 21:00:21
4.2.52_5
|
erwin  |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
13 Jun 2010 11:57:36
4.2.52_5
|
mandree  |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit) |
08 Nov 2006 05:20:31
4.2.52_5
|
rafan  |
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.2.52.5 from vendor
PR: ports/105270
Submitted by: Matthias Andree (maintainer) |
14 Apr 2006 03:44:08
4.2.52_4
|
mnag  |
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)
PR: 95623
Submitted by: maintainer |
22 Jan 2006 08:23:41
4.2.52_4
|
edwin  |
SHA256ify
Approved by: krion@ |
19 Apr 2005 06:27:45
4.2.52_4
|
leeym  |
- add two patches to fix bugs.
Noticed by: kris
PR: based on 79842 |
26 Feb 2004 15:24:58
4.2.52_2
|
pav  |
- Add checksum for bdb/patch.4.2.52.2
- Add SIZE
PR: ports/63321
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
09 Jan 2004 09:45:37
4.2.52
|
pav  |
Add Berkeley DB 4.2.52 after repocopy from db41.
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de> |