summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-01-10 14:11:19 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-01-10 14:11:19 +0000
commit1136e15539a2352ed615f7bffc3b84fbc9a54e04 (patch)
tree485ad6e03f41c2616d6d6e8263df7ffe9de230b8
parentAdd openssl. (diff)
Change dependencies from SSLeay to openssl, the successor of SSLeay.
Notes
Notes: svn path=/head/; revision=15955
-rw-r--r--net/SSLtelnet/Makefile7
-rw-r--r--security/bjorb/Makefile6
-rw-r--r--www/apache13-modssl/Makefile10
-rw-r--r--www/apache13-ssl/Makefile4
-rw-r--r--www/mod_php3/scripts/configure.php8
-rw-r--r--www/mod_php4/scripts/configure.php8
-rw-r--r--www/mod_php5/scripts/configure.php8
7 files changed, 26 insertions, 25 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile
index 9c93adcaec5b..3d55eb03e203 100644
--- a/net/SSLtelnet/Makefile
+++ b/net/SSLtelnet/Makefile
@@ -3,7 +3,7 @@
# Date created: Mar 29, 1998
# Whom: issei@jp.FreeBSD.ORG
#
-# $Id: Makefile,v 1.4 1998/09/25 10:20:18 asami Exp $
+# $Id: Makefile,v 1.5 1998/10/19 15:49:06 vanilla Exp $
DISTNAME= SSLtelnet-0.13
CATEGORIES= net security
@@ -27,8 +27,8 @@ pre-configure:
.endif
.endif
-BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
-RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
+BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl
+RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
RESTRICTED= "Cryptography"
@@ -39,4 +39,5 @@ INSTALL_TARGET= install certificate
post-install:
strip $(PREFIX)/bin/telnet
strip $(PREFIX)/libexec/telnetd
+
.include <bsd.port.mk>
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile
index 97e163dc9101..880a4ec7ac71 100644
--- a/security/bjorb/Makefile
+++ b/security/bjorb/Makefile
@@ -3,7 +3,7 @@
# Date created: May 16, 1998
# Whom: issei@jp.FreeBSD.ORG
#
-# $Id: Makefile,v 1.2 1998/08/30 15:35:03 steve Exp $
+# $Id: Makefile,v 1.3 1998/09/25 10:20:21 asami Exp $
#
DISTNAME= bjorb-0.5.4p4
@@ -24,8 +24,8 @@ pre-fetch:
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
.endif
.endif
-BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
-RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
+BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl
+RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
RESTRICTED= "Cryptography"
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index ccd44c32efa4..fd64e072cf4d 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Aug 22 12:00:00 CDT 1998
# Whom: rse@engelschall.com
#
-# $Id: Makefile,v 1.13 1999/01/02 17:37:06 rse Exp $
+# $Id: Makefile,v 1.14 1999/01/06 16:48:34 rse Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -26,10 +26,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= rse@engelschall.com
-BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay \
- ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/SSLeay \
- ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/SSLeay
-RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
+BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \
+ ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
+ ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
+RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
VERSION_APACHE= 1.3.3
VERSION_MODSSL= 2.1.6
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 565feecb57df..d93d7c5beb96 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -6,7 +6,7 @@
# and apache-ssl port by Mark Murray <mark@grondar.za>.
# Oh, and with a little bit of help from Ben :)
#
-# $Id: Makefile,v 1.51 1998/12/22 08:40:47 asami Exp $
+# $Id: Makefile,v 1.52 1999/01/08 18:25:23 fenner Exp $
APACHE= 1.3.3
APACHE-SSL= 1.28
@@ -36,7 +36,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= adam@algroup.co.uk
-RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
+RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index ce7cd4ccd9cc..ae64efca8b32 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -93,10 +93,10 @@ MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \\
ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
-BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\
- \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/SSLeay \\
- \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay
-RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay
+BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\
+ \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/openssl \\
+ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl
+RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl
VERSION_MODSSL= 2.1.6
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index ce7cd4ccd9cc..ae64efca8b32 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -93,10 +93,10 @@ MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \\
ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
-BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\
- \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/SSLeay \\
- \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay
-RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay
+BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\
+ \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/openssl \\
+ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl
+RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl
VERSION_MODSSL= 2.1.6
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index ce7cd4ccd9cc..ae64efca8b32 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -93,10 +93,10 @@ MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \\
ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
-BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\
- \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/SSLeay \\
- \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay
-RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay
+BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\
+ \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/openssl \\
+ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl
+RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl
VERSION_MODSSL= 2.1.6