diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-08 13:19:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-08 13:19:50 +0800 |
commit | 332bf599dbd4be2535187662568ddd4cfcb1c351 (patch) | |
tree | 48c8ef4c835eca4e3f3a43bebc89d80bfc5b18ea /databases/db3 | |
parent | 11e68795f6d371f2dfae16bbb99160214cec166e (diff) | |
download | freebsd-ports-gnome-332bf599dbd4be2535187662568ddd4cfcb1c351.tar.gz freebsd-ports-gnome-332bf599dbd4be2535187662568ddd4cfcb1c351.tar.zst freebsd-ports-gnome-332bf599dbd4be2535187662568ddd4cfcb1c351.zip |
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
PR: ports/105268
Submitted by: Matthias Andree (maintainer)
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 656d1341cccb..e19b08511cde 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -10,11 +10,13 @@ PORTVERSION= 3.3.11 PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES= databases -MASTER_SITES= http://downloads.sleepycat.com/ +MASTER_SITES= http://download-east.oracle.com/berkeley-db/ \ + http://download-west.oracle.com/berkeley-db/ \ + http://download-uk.oracle.com/berkeley-db/ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ +PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION}/ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} @@ -23,7 +25,8 @@ COMMENT= The Berkeley DB package, revision 3.3 WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -INSTALLS_SHLIB= yes +RANDOMIZE_MASTER_SITES= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} |