Date: Mon, 20 Jan 2020 06:57:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523606 - head/security/fbopenssl Message-ID: <202001200657.00K6vT8h003101@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 20 06:57:28 2020 New Revision: 523606 URL: https://svnweb.freebsd.org/changeset/ports/523606 Log: Fix packaging Reported by: pkg-fallout Modified: head/security/fbopenssl/Makefile head/security/fbopenssl/pkg-plist Modified: head/security/fbopenssl/Makefile ============================================================================== --- head/security/fbopenssl/Makefile Mon Jan 20 05:30:11 2020 (r523605) +++ head/security/fbopenssl/Makefile Mon Jan 20 06:57:28 2020 (r523606) @@ -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: head/security/fbopenssl/pkg-plist ============================================================================== --- head/security/fbopenssl/pkg-plist Mon Jan 20 05:30:11 2020 (r523605) +++ head/security/fbopenssl/pkg-plist Mon Jan 20 06:57:28 2020 (r523606) @@ -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?202001200657.00K6vT8h003101>