From owner-svn-ports-all@FreeBSD.ORG Fri Jun 21 16:40:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5F3A9BBE; Fri, 21 Jun 2013 16:40:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 375201959; Fri, 21 Jun 2013 16:40:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5LGevvw053045; Fri, 21 Jun 2013 16:40:57 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5LGeuDL053041; Fri, 21 Jun 2013 16:40:56 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201306211640.r5LGeuDL053041@svn.freebsd.org> From: Antoine Brodin Date: Fri, 21 Jun 2013 16:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321478 - in head: graphics/colord security/krb5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 16:40:57 -0000 Author: antoine Date: Fri Jun 21 16:40:56 2013 New Revision: 321478 URL: http://svnweb.freebsd.org/changeset/ports/321478 Log: Add an empty directory created by the port to pkg-plist Approved by: portmgr (miwi) Modified: head/graphics/colord/Makefile head/graphics/colord/pkg-plist head/security/krb5/Makefile head/security/krb5/pkg-plist Modified: head/graphics/colord/Makefile ============================================================================== --- head/graphics/colord/Makefile Fri Jun 21 16:39:15 2013 (r321477) +++ head/graphics/colord/Makefile Fri Jun 21 16:40:56 2013 (r321478) @@ -4,7 +4,7 @@ PORTNAME= colord PORTVERSION= 0.1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/colord/releases/ Modified: head/graphics/colord/pkg-plist ============================================================================== --- head/graphics/colord/pkg-plist Fri Jun 21 16:39:15 2013 (r321477) +++ head/graphics/colord/pkg-plist Fri Jun 21 16:40:56 2013 (r321478) @@ -94,6 +94,11 @@ share/locale/zh_CN/LC_MESSAGES/colord.mo share/locale/zh_TW/LC_MESSAGES/colord.mo share/polkit-1/actions/org.freedesktop.color.policy share/vala/vapi/colord.vapi +@exec mkdir -p %D/var/lib/colord/icc +@dirrmtry var/lib/colord/icc +@dirrmtry var/lib/colord +@dirrmtry var/lib +@dirrmtry var @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Fri Jun 21 16:39:15 2013 (r321477) +++ head/security/krb5/Makefile Fri Jun 21 16:40:56 2013 (r321478) @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.11.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed Modified: head/security/krb5/pkg-plist ============================================================================== --- head/security/krb5/pkg-plist Fri Jun 21 16:39:15 2013 (r321477) +++ head/security/krb5/pkg-plist Fri Jun 21 16:40:56 2013 (r321478) @@ -95,6 +95,9 @@ share/examples/krb5/krb5.conf share/examples/krb5/services.append share/gnats/mit share/locale/en_US/LC_MESSAGES/mit-krb5.mo +@exec mkdir -p %D/var/krb5kdc +@dirrmtry var/krb5kdc +@dirrmtry var @dirrmtry share/locale/en_US/LC_MESSAGES @dirrmtry share/locale/en_US @dirrm lib/krb5/plugins/preauth