Upgrade to 0.5.5p1.

${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.

PR:		ports/10768
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
This commit is contained in:
Dirk Froemberg
1999-03-26 08:51:52 +00:00
parent 612fc7354f
commit b2e1687bfc
4 changed files with 10 additions and 10 deletions

View File

@@ -3,10 +3,10 @@
# Date created: May 16, 1998
# Whom: issei@jp.FreeBSD.ORG
#
# $Id: Makefile,v 1.3 1998/09/25 10:20:21 asami Exp $
# $Id: Makefile,v 1.4 1999/01/10 14:11:17 dirk Exp $
#
DISTNAME= bjorb-0.5.4p4
DISTNAME= bjorb-0.5.5p1
CATEGORIES= net security
MASTER_SITES= ftp://ftp.hitachi-ms.co.jp/pub/bjorb/
@@ -24,8 +24,8 @@ pre-fetch:
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
.endif
.endif
BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl
RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
RESTRICTED= "Cryptography"

View File

@@ -1 +1 @@
MD5 (bjorb-0.5.4p4.tar.gz) = 478abe1aff88cd68ccee194ae9d0548f
MD5 (bjorb-0.5.5p1.tar.gz) = abea77967a1a0fd2dcd1b407d652b3bf

View File

@@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Jul 24 10:53:37 1998
+++ Makefile.in Tue Aug 25 14:17:09 1998
--- src/Makefile.in.orig Mon Feb 22 05:01:20 1999
+++ src/Makefile.in Wed Mar 24 20:52:03 1999
@@ -29,7 +29,7 @@
LDFLAGS =
LIBS = @LIBS@
@@ -19,8 +19,8 @@
+ (\
+ [ -f $(PREFIX)/certs/bjorb.pem ] && exit 0; \
+ cd $(PREFIX)/certs; \
+ ssleay req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; \
+ ln -s bjorb.pem `ssleay x509 -noout -hash < bjorb.pem`.0 ;\
+ openssl req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; \
+ ln -s bjorb.pem `openssl x509 -noout -hash < bjorb.pem`.0 ;\
+ chmod 644 $(PREFIX)/certs/bjorb.pem; \
+ )

View File

@@ -14,4 +14,4 @@ share/doc/bjorb/features.jp
@dirrm share/doc/bjorb
share/examples/bjorb/bjorb.conf.doc
@dirrm share/examples/bjorb
@exec ( [ -f %D/certs/bjorb.pem ] && exit ; echo "Making certificate files" ; cd %D/certs ; ssleay req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; ln -s bjorb.pem `ssleay x509 -noout -hash < bjorb.pem`.0 ; chmod 644 %D/certs/bjorb.pem )
@exec ( [ -f %D/certs/bjorb.pem ] && exit ; echo "Making certificate files" ; cd %D/certs ; openssl req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; ln -s bjorb.pem `openssl x509 -noout -hash < bjorb.pem`.0 ; chmod 644 %D/certs/bjorb.pem )