diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-26 08:51:52 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-26 08:51:52 +0000 |
commit | b2e1687bfc02d0f03e63ca8e19bf65b830a518cc (patch) | |
tree | 854adf1a495d0a4db729924f1b847622c718c7ad /security/bjorb | |
parent | 612fc7354f11a5fd68498b0da534fb2c2181e49c (diff) | |
download | ports-b2e1687bfc02d0f03e63ca8e19bf65b830a518cc.tar.gz ports-b2e1687bfc02d0f03e63ca8e19bf65b830a518cc.zip |
Notes
Diffstat (limited to 'security/bjorb')
-rw-r--r-- | security/bjorb/Makefile | 8 | ||||
-rw-r--r-- | security/bjorb/distinfo | 2 | ||||
-rw-r--r-- | security/bjorb/files/patch-aa | 8 | ||||
-rw-r--r-- | security/bjorb/pkg-plist | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index 880a4ec7ac71..df91787e79d6 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -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" diff --git a/security/bjorb/distinfo b/security/bjorb/distinfo index 7c46a0abedfa..c820e3e97e90 100644 --- a/security/bjorb/distinfo +++ b/security/bjorb/distinfo @@ -1 +1 @@ -MD5 (bjorb-0.5.4p4.tar.gz) = 478abe1aff88cd68ccee194ae9d0548f +MD5 (bjorb-0.5.5p1.tar.gz) = abea77967a1a0fd2dcd1b407d652b3bf diff --git a/security/bjorb/files/patch-aa b/security/bjorb/files/patch-aa index 16dab5a269e1..08399d1c2ec9 100644 --- a/security/bjorb/files/patch-aa +++ b/security/bjorb/files/patch-aa @@ -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; \ + ) diff --git a/security/bjorb/pkg-plist b/security/bjorb/pkg-plist index 303e1bec4a47..81b46c24c06e 100644 --- a/security/bjorb/pkg-plist +++ b/security/bjorb/pkg-plist @@ -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 ) |