Date: Sun, 17 Jan 2016 16:39:01 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406515 - head/security/courier-authlib Message-ID: <201601171639.u0HGd1Ro086985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Jan 17 16:39:01 2016 New Revision: 406515 URL: https://svnweb.freebsd.org/changeset/ports/406515 Log: Remove deprecated @dirrm, convert to @dir where needed Approved by: portmgr blanket Modified: head/security/courier-authlib/pkg-plist-base head/security/courier-authlib/pkg-plist-ldap Modified: head/security/courier-authlib/pkg-plist-base ============================================================================== --- head/security/courier-authlib/pkg-plist-base Sun Jan 17 16:01:17 2016 (r406514) +++ head/security/courier-authlib/pkg-plist-base Sun Jan 17 16:39:01 2016 (r406515) @@ -38,8 +38,5 @@ sbin/courierlogger %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html %%PORTDOCS%%%%DOCSDIR%%/README_authlib.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry(%%MAILOWN%%,%%MAILGRP%%,750) %%AUTHDAEMONVAR%% -@dirrmtry etc/authlib -@dirrm(%%MAILOWN%%,%%MAILGRP%%,755) libexec/courier-authlib -@dirrm lib/courier-authlib +@dir(%%MAILOWN%%,%%MAILGRP%%,750) %%AUTHDAEMONVAR%% +@dir(%%MAILOWN%%,%%MAILGRP%%,755) libexec/courier-authlib Modified: head/security/courier-authlib/pkg-plist-ldap ============================================================================== --- head/security/courier-authlib/pkg-plist-ldap Sun Jan 17 16:01:17 2016 (r406514) +++ head/security/courier-authlib/pkg-plist-ldap Sun Jan 17 16:39:01 2016 (r406515) @@ -2,5 +2,3 @@ @sample etc/openldap/schema/authldap.schema.sample lib/courier-authlib/libauthldap.so %%PORTDOCS%%%%DOCSDIR%%/README.ldap -@dirrmtry etc/openldap/schema -@dirrmtry etc/openldap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171639.u0HGd1Ro086985>