From ddbdb5d0a78b1d7df09384cfee1b49124e17f6e4 Mon Sep 17 00:00:00 2001 From: nsayer Date: Sat, 15 Jan 2000 02:16:51 +0000 Subject: 1. update to 1.4 2. Make detection of RSAREF automatic --- mail/pine4-ssl/Makefile | 11 +++++++---- mail/pine4-ssl/distinfo | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'mail') diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index 458ec9ccd140..420615668adf 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: pine4-ssl -# Version required: 1.3 +# Version required: 1.4 # Date created: 29 Jul 1999 # Whom: Nick Sayer # @@ -9,9 +9,9 @@ # on this one and could never get it to fewer than 8 frigging warnings. # Good luck to you. :-P -PKGNAME= pine4-ssl-4.21.1.3 +PKGNAME= pine4-ssl-4.21.1.4 -DISTNAME= pine4+ssl-1.3 +DISTNAME= pine4+ssl-1.4 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pine4.21${EXTRACT_SUFX} @@ -23,7 +23,6 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ MAINTAINER= nsayer@freebsd.org -BUILD_DEPENDS= ${PREFIX}/lib/librsaref.a:${PORTSDIR}/security/rsaref LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ ssl.1:${PORTSDIR}/security/openssl @@ -43,6 +42,10 @@ post-extract: ( cd ${WRKSRC} ; tar xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ) do-build: +.if exists(${PREFIX}/lib/librsaref.a) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl RSAREF=yes) +.else @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl) +.endif .include "${MASTERDIR}/Makefile" diff --git a/mail/pine4-ssl/distinfo b/mail/pine4-ssl/distinfo index 3a315e788eef..d94f63c0ed26 100644 --- a/mail/pine4-ssl/distinfo +++ b/mail/pine4-ssl/distinfo @@ -1,2 +1,2 @@ -MD5 (pine4+ssl-1.3.tar.gz) = abe6dac5e2b6bbd443c473879fca08aa +MD5 (pine4+ssl-1.4.tar.gz) = 1ab8368bda76cea8418fcc9be74f75fb MD5 (pine4.21.tar.gz) = 9252a061387de806f8aa1ced885d41f6 -- cgit