svn commit: r533212 - head/net/glusterfs

Matthias Andree mandree at FreeBSD.org
Mon Apr 27 23:27:48 UTC 2020


Author: mandree
Date: Mon Apr 27 23:27:47 2020
New Revision: 533212
URL: https://svnweb.freebsd.org/changeset/ports/533212

Log:
  net/glusterfs: rpc-transport/rdma.so to pkg-plist (missing)
  
  [00:02:38] ====> Checking for pkg-plist issues (check-plist)
  [00:02:38] ===> Parsing plist
  [00:02:38] ===> Checking for items in STAGEDIR missing from pkg-plist
  [00:02:38] Error: Orphaned: %%GLUSTERLIBDIR%%/rpc-transport/rdma.so
  [00:02:38] ===> Checking for items in pkg-plist which are not in STAGEDIR
  [00:02:38] ===> Error: Plist issues found.
  [00:02:38] *** Error code 1
  
  Approved by:	blanket (fix pkg-plist to unbreak port)

Modified:
  head/net/glusterfs/pkg-plist

Modified: head/net/glusterfs/pkg-plist
==============================================================================
--- head/net/glusterfs/pkg-plist	Mon Apr 27 23:19:42 2020	(r533211)
+++ head/net/glusterfs/pkg-plist	Mon Apr 27 23:27:47 2020	(r533212)
@@ -118,6 +118,7 @@ include/glusterfs/xlator.h
 include/glusterfs/y.tab.h
 %%GLUSTERLIBDIR%%/auth/addr.so
 %%GLUSTERLIBDIR%%/auth/login.so
+%%GLUSTERLIBDIR%%/rpc-transport/rdma.so
 %%GLUSTERLIBDIR%%/rpc-transport/socket.so
 %%GLUSTERLIBDIR%%/xlator/cluster/afr.so
 %%GLUSTERLIBDIR%%/xlator/cluster/dht.so


More information about the svn-ports-head mailing list