diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-14 14:49:53 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-14 14:49:53 +0000 |
commit | 96493092d3d11e9a81ce7a782f85fcfb4bf10996 (patch) | |
tree | 92983ca1433a4c8dc49cdcbd9ff12dfe7e7283ff /databases/db42/Makefile | |
parent | 2a1b69718935cfe20e9151f9c47d4adc42c3b44a (diff) | |
download | ports-96493092d3d11e9a81ce7a782f85fcfb4bf10996.tar.gz ports-96493092d3d11e9a81ce7a782f85fcfb4bf10996.zip |
Notes
Diffstat (limited to 'databases/db42/Makefile')
-rw-r--r-- | databases/db42/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 85151d77dfe2..02248cef0144 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -7,10 +7,15 @@ PORTNAME= db3 PORTVERSION= 3.2.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ DISTNAME= db-${PORTVERSION} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch.3.2.9.1 patch.3.2.9.2 +PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} + MAINTAINER= ozz@FreeBSD.org.ru MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls |