Change to use ca_root_nss instead of ca-roots and clean up PORTDOCS.

Submitted by:	Renato Botelho (garga@)
This commit is contained in:
David Thiel
2007-07-23 20:15:28 +00:00
parent c19b0040d3
commit 8d6d4610ff
2 changed files with 5 additions and 9 deletions

View File

@@ -7,18 +7,18 @@
PORTNAME= ucspi-ssl
PORTVERSION?= 0.70
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.superscript.com/ucspi-ssl/ \
http://dev.qmailrocks.org/downloads/qmailrocks_3.0-beta/ \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER?= lx@redundancy.redundancy.org
MAINTAINER?= lx@FreeBSD.org
COMMENT?= UCSPI tools for building SSL client-server applications
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp \
${BUILD_DEPENDS}
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
CONFLICTS?= ucspi-ssl-tls-[0-9]*
@@ -26,7 +26,7 @@ USE_PERL5= yes
RESTRICTED= Non-explicit licensing terms
DOCS= CHANGES TODO UCSPI-SSL
PORTDOCS= CHANGES TODO UCSPI-SSL
WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME}
@@ -65,7 +65,7 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/src && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
cd ${WRKSRC}/src && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View File

@@ -4,7 +4,3 @@ bin/sslclient
bin/sslconnect
bin/sslserver
bin/sslperl
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/UCSPI-SSL
%%PORTDOCS%%@dirrm %%DOCSDIR%%