diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-08 05:20:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-08 05:20:31 +0000 |
commit | b205b2b73e3de0f6a34875907e0734e7d62bb38c (patch) | |
tree | 2b5e895040ab878a020b047152fbbd3fe673e18b /databases/db42/Makefile | |
parent | 8b105cf1a35bf199f1a6c0c20ecca3bb0ad803bf (diff) | |
download | ports-b205b2b73e3de0f6a34875907e0734e7d62bb38c.tar.gz ports-b205b2b73e3de0f6a34875907e0734e7d62bb38c.zip |
Notes
Diffstat (limited to 'databases/db42/Makefile')
-rw-r--r-- | databases/db42/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index d5d0d47e1ee0..b510092c2afd 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -7,18 +7,21 @@ PORTNAME= db42 PORTVERSION= 4.2.52 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases PKGNAMESUFFIX?= PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 \ - patch.${PORTVERSION}.3 patch.${PORTVERSION}.4 + patch.${PORTVERSION}.3 patch.${PORTVERSION}.4 \ + patch.${PORTVERSION}.5 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 MASTERDIR?= ${.CURDIR} +RANDOMIZE_MASTER_SITES= yes + SLAVE_PORT= no .include <${MASTERDIR}/Makefile.db> |