mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
Add db41-nocrypto(4.1.25), no crypto the Berkeley DB package.
PR: ports/48225 Submitted by: matthias.andree@web.de
This commit is contained in:
parent
cbdec97420
commit
38d1617d85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75638
5 changed files with 33 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
SUBDIR += db3
|
SUBDIR += db3
|
||||||
SUBDIR += db4
|
SUBDIR += db4
|
||||||
SUBDIR += db41
|
SUBDIR += db41
|
||||||
|
SUBDIR += db41-nocrypto
|
||||||
SUBDIR += dbXML
|
SUBDIR += dbXML
|
||||||
SUBDIR += dbconnect
|
SUBDIR += dbconnect
|
||||||
SUBDIR += dbf2mysql
|
SUBDIR += dbf2mysql
|
||||||
|
|
14
databases/db41-nocrypto/Makefile
Normal file
14
databases/db41-nocrypto/Makefile
Normal file
|
@ -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"
|
2
databases/db41-nocrypto/distinfo
Normal file
2
databases/db41-nocrypto/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (bdb/db-4.1.25.NC.tar.gz) = 9777891c1a21409a871286b7a64df2e0
|
||||||
|
MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b
|
14
databases/db42-nocrypto/Makefile
Normal file
14
databases/db42-nocrypto/Makefile
Normal file
|
@ -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"
|
2
databases/db42-nocrypto/distinfo
Normal file
2
databases/db42-nocrypto/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (bdb/db-4.1.25.NC.tar.gz) = 9777891c1a21409a871286b7a64df2e0
|
||||||
|
MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b
|
Loading…
Add table
Reference in a new issue