svn commit: r523606 - head/security/fbopenssl

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 06:57:29 UTC 2020


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


More information about the svn-ports-all mailing list