svn commit: r423559 - head/security/ca_root_nss

John Marino marino at FreeBSD.org
Sun Oct 9 01:09:58 UTC 2016


Author: marino
Date: Sun Oct  9 01:09:57 2016
New Revision: 423559
URL: https://svnweb.freebsd.org/changeset/ports/423559

Log:
  security/ca_root_nss: adjust pkg-plist to address leftover directory
  
  The port creates /etc/ssl directory with the default option, but until now,
  did not remove it upon deinstallation.  While technically this requires
  a revbump, rebuilding this port to fix a cleanup step would cause a
  tremendous amount of fallout and it's not worth the pain IMO.
  
  PR:		213121
  Approved by:	feld (ports-secteam)

Modified:
  head/security/ca_root_nss/pkg-plist

Modified: head/security/ca_root_nss/pkg-plist
==============================================================================
--- head/security/ca_root_nss/pkg-plist	Sun Oct  9 00:52:23 2016	(r423558)
+++ head/security/ca_root_nss/pkg-plist	Sun Oct  9 01:09:57 2016	(r423559)
@@ -2,3 +2,4 @@
 @sample etc/ssl/cert.pem.sample
 @sample openssl/cert.pem.sample
 %%ETCSYMLINK%%/etc/ssl/cert.pem
+%%ETCSYMLINK%%@dir /etc/ssl


More information about the svn-ports-all mailing list