Index: head/sysutils/ucspi-ssl/Makefile =================================================================== --- head/sysutils/ucspi-ssl/Makefile (revision 446228) +++ head/sysutils/ucspi-ssl/Makefile (revision 446229) @@ -1,52 +1,57 @@ # Created by: David Thiel # $FreeBSD$ PORTNAME= ucspi-ssl -PORTVERSION= 0.99 +PORTVERSION= 0.99b CATEGORIES= sysutils MASTER_SITES= http://www.fehcom.de/ipnet/ucspi-ssl/ MAINTAINER= lx@FreeBSD.org COMMENT= UCSPI tools for building SSL client-server applications RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= perl5 ssl tar:tgz CFLAGS+= -I${OPENSSLINC} PORTDOCS= CERTS CHAIN-SSL CHANGES TODO UCSPI-SSL WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} SCRIPTS_TO_INSTALL= https@ sslcat sslconnect +.include + post-patch: .for x in ${SCRIPTS_TO_INSTALL} @${REINPLACE_CMD} -i '' -e 's|HOME/command/|${PREFIX}/bin/|' \ ${WRKSRC}/src/${x}.sh .endfor do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-tcpbin ${ECHO_CMD} "/etc/ssl" > ${WRKSRC}/conf-cadir ${ECHO_CMD} "/etc/ssl/cert.pem" > ${WRKSRC}/conf-cafile ${ECHO_CMD} "/etc/ssl/dh1024.pem" > ${WRKSRC}/conf-dhfile +.if ${SSL_DEFAULT} != base + ${ECHO_CMD} "-lssl -lcrypto -L${LOCALBASE}/lib" > ${WRKSRC}/conf-ssllib +.endif do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile do-install: .for x in ${SCRIPTS_TO_INSTALL} ${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin .endfor .for x in sslclient sslserver sslperl ${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.include +.include Index: head/sysutils/ucspi-ssl/distinfo =================================================================== --- head/sysutils/ucspi-ssl/distinfo (revision 446228) +++ head/sysutils/ucspi-ssl/distinfo (revision 446229) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490029311 -SHA256 (ucspi-ssl-0.99.tgz) = 083421b4da939221e01f3e576a3d7c7d49c78ab46e782ef31f6310e8a847d6c3 -SIZE (ucspi-ssl-0.99.tgz) = 112640 +TIMESTAMP = 1500491820 +SHA256 (ucspi-ssl-0.99b.tgz) = 2a442474e78896203e66d5e5828d9a3c229aa6a083238dedd0f42bdafa3de50f +SIZE (ucspi-ssl-0.99b.tgz) = 112640