aboutsummaryrefslogtreecommitdiff
path: root/databases/db47
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-02-09 16:22:14 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-02-09 16:22:14 +0000
commit3b977a2420024511cae3f8ccb62261a66c64a0ae (patch)
tree98420c4418825750aee160bdadc44074a7453019 /databases/db47
parentacd31fa126bab78a0cdba03a36ca327fd48c1a06 (diff)
downloadports-3b977a2420024511cae3f8ccb62261a66c64a0ae.tar.gz
ports-3b977a2420024511cae3f8ccb62261a66c64a0ae.zip
Replace the hardcoded version number with ${PORTVERSION} in a couple of places.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=128392
Diffstat (limited to 'databases/db47')
-rw-r--r--databases/db47/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile
index 76a6d6fd5843..db65ea32bd23 100644
--- a/databases/db47/Makefile
+++ b/databases/db47/Makefile
@@ -14,8 +14,8 @@ PKGNAMESUFFIX?=
DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
-PATCH_SITES= http://www.sleepycat.com/update/4.3.27/
-PATCHFILES= patch.4.3.27.1
+PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
+PATCHFILES= patch.${PORTVERSION}.1
# patch.4.3.27.1 affects C++ DbEnv::ref_elect
# patch.4.3.27.2 is Windows-specific
PATCH_DIST_STRIP= -d ..