diff options
author | nork <nork@FreeBSD.org> | 2003-02-16 14:27:25 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-16 14:27:25 +0800 |
commit | 48a6e3be40320c60c6e9ce0b6c3f9550bebbacaf (patch) | |
tree | e24580bc2ec906230d2245bea3f3fe2d1cd9a4aa /databases/db42-nocrypto | |
parent | 149eaa5639ee1f35bb22709ed9b1919187a5576a (diff) | |
download | freebsd-ports-gnome-48a6e3be40320c60c6e9ce0b6c3f9550bebbacaf.tar.gz freebsd-ports-gnome-48a6e3be40320c60c6e9ce0b6c3f9550bebbacaf.tar.zst freebsd-ports-gnome-48a6e3be40320c60c6e9ce0b6c3f9550bebbacaf.zip |
Add db41-nocrypto(4.1.25), no crypto the Berkeley DB package.
PR: ports/48225
Submitted by: matthias.andree@web.de
Diffstat (limited to 'databases/db42-nocrypto')
-rw-r--r-- | databases/db42-nocrypto/Makefile | 14 | ||||
-rw-r--r-- | databases/db42-nocrypto/distinfo | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/databases/db42-nocrypto/Makefile b/databases/db42-nocrypto/Makefile new file mode 100644 index 000000000000..5f2089585e29 --- /dev/null +++ b/databases/db42-nocrypto/Makefile @@ -0,0 +1,14 @@ +# Ports collection makefile for: db41-nocrypto +# Date created: 2003-02-13 +# Whom: matthias.andree@web.de +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -nocrypto +DISTNAME= db-${PORTVERSION}.NC + +MASTERDIR= ${.CURDIR}/../db41 +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/databases/db42-nocrypto/distinfo b/databases/db42-nocrypto/distinfo new file mode 100644 index 000000000000..61b9d341d448 --- /dev/null +++ b/databases/db42-nocrypto/distinfo @@ -0,0 +1,2 @@ +MD5 (bdb/db-4.1.25.NC.tar.gz) = 9777891c1a21409a871286b7a64df2e0 +MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b |