Date: Sun, 9 Oct 2016 01:09:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423559 - head/security/ca_root_nss Message-ID: <201610090109.u9919vPI055864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610090109.u9919vPI055864>