Index: head/security/matrixssl/Makefile =================================================================== --- head/security/matrixssl/Makefile (revision 389095) +++ head/security/matrixssl/Makefile (revision 389096) @@ -1,65 +1,67 @@ # Created by: arved # $FreeBSD$ PORTNAME= matrixssl PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CDRAKE DISTNAME= Crypt-MatrixSSL3-3.3.0.1 MAINTAINER= ports@FreeBSD.org COMMENT= Small alternative SSL implementation LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= DOCS EXAMPLES WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g}-open USES= gmake tar:tgz MAKE_ARGS= CC="${CC}" DFLAGS="${CFLAGS}" STRIP="${TEST}" USE_LDCONFIG= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" CFLAGS+= -DPSTM_64BIT .endif post-extract: @cd ${WRKDIR}/${DISTNAME} \ && ${TAR} -xf ${PORTNAME}-${PORTVERSION:S/./-/g}-open.tgz pre-patch: @cd ${WRKDIR}/${DISTNAME} \ && ${CAT} ${PORTNAME}-${PORTVERSION:S/./-/g}-open.patch | \ ${PATCH} -d ${WRKSRC} -p1 --quiet post-patch: @${REINPLACE_CMD} -e \ 's|^LDFLAGS|#LDFLAGS|' ${WRKSRC}/Makefile do-install: - ${INSTALL_DATA} ${WRKSRC}/libmatrixssl.* ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libmatrixssl.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libmatrixssl.so ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${PREFIX}/include/matrixssl ${INSTALL_DATA} ${WRKSRC}/matrixssl/*.h ${STAGEDIR}${PREFIX}/include/matrixssl @${MKDIR} ${STAGEDIR}${PREFIX}/include/matrixssl/core ${INSTALL_DATA} ${WRKSRC}/core/*.h ${STAGEDIR}${PREFIX}/include/matrixssl/core @${MKDIR} ${STAGEDIR}${PREFIX}/include/matrixssl/crypto ${INSTALL_DATA} ${WRKSRC}/crypto/*.h ${STAGEDIR}${PREFIX}/include/matrixssl/crypto .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/apps ${INSTALL_DATA} ${WRKSRC}/apps/Makefile ${STAGEDIR}${EXAMPLESDIR}/apps ${INSTALL_DATA} ${WRKSRC}/apps/*.c ${STAGEDIR}${EXAMPLESDIR}/apps ${INSTALL_DATA} ${WRKSRC}/apps/*.h ${STAGEDIR}${EXAMPLESDIR}/apps @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/sampleCerts ${INSTALL_DATA} ${WRKSRC}/sampleCerts/*.h ${STAGEDIR}${EXAMPLESDIR}/sampleCerts ${INSTALL_DATA} ${WRKSRC}/sampleCerts/*.pem ${STAGEDIR}${EXAMPLESDIR}/sampleCerts .endif .include Index: head/security/matrixssl/pkg-plist =================================================================== --- head/security/matrixssl/pkg-plist (revision 389095) +++ head/security/matrixssl/pkg-plist (revision 389096) @@ -1,49 +1,42 @@ include/matrixssl/core/coreApi.h include/matrixssl/core/coreConfig.h include/matrixssl/core/list.h include/matrixssl/core/osdep.h include/matrixssl/core/psmalloc.h include/matrixssl/crypto/cryptoApi.h include/matrixssl/crypto/cryptoConfig.h include/matrixssl/crypto/cryptolib.h include/matrixssl/matrixsslApi.h include/matrixssl/matrixsslConfig.h include/matrixssl/matrixssllib.h include/matrixssl/version.h lib/libmatrixssl.a lib/libmatrixssl.so %%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_3-3-OpenReleaseNotes.pdf %%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_API.pdf %%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_DevelopersGuide.pdf %%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_GettingStarted.pdf %%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_PortingGuide.pdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/app.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/client.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/http.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/server.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv2048.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv2048.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv512.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv512.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv2048.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv2048.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv512.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv512.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv2048.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv2048.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv512.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv512.pem -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sampleCerts -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/matrixssl/crypto -@dirrm include/matrixssl/core -@dirrm include/matrixssl