Date: Mon, 20 Jan 2020 07:00:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523607 - branches/2020Q1/security/fbopenssl Message-ID: <202001200700.00K70aoF003431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 20 07:00:35 2020 New Revision: 523607 URL: https://svnweb.freebsd.org/changeset/ports/523607 Log: MFH: r523606 Fix packaging Reported by: pkg-fallout Modified: branches/2020Q1/security/fbopenssl/Makefile branches/2020Q1/security/fbopenssl/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/fbopenssl/Makefile ============================================================================== --- branches/2020Q1/security/fbopenssl/Makefile Mon Jan 20 06:57:28 2020 (r523606) +++ branches/2020Q1/security/fbopenssl/Makefile Mon Jan 20 07:00:35 2020 (r523607) @@ -2,6 +2,7 @@ PORTNAME= fbopenssl PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/modgssapache/${PORTNAME}/${PORTVERSION}/ @@ -17,12 +18,6 @@ MAKE_ENV= BSD_INSTALL_DATA="${INSTALL_DATA}" WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= readme.txt - -.if defined(NO_PROFILE) -PLIST_SUB+= PROFILE="@comment " -.else -PLIST_SUB+= PROFILE="" -.endif OPTIONS_DEFINE= DOCS Modified: branches/2020Q1/security/fbopenssl/pkg-plist ============================================================================== --- branches/2020Q1/security/fbopenssl/pkg-plist Mon Jan 20 06:57:28 2020 (r523606) +++ branches/2020Q1/security/fbopenssl/pkg-plist Mon Jan 20 07:00:35 2020 (r523607) @@ -5,6 +5,5 @@ include/fbopenssl/krb5help.h include/fbopenssl/spnego.h include/fbopenssl/spnegohelp.h lib/libfbopenssl.a -%%PROFILE%%lib/libfbopenssl_p.a lib/libfbopenssl.so lib/libfbopenssl.so.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001200700.00K70aoF003431>