From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 23:06:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBB6DF0; Wed, 16 Jul 2014 23:06:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C88582DE0; Wed, 16 Jul 2014 23:06:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GN6Exk066562; Wed, 16 Jul 2014 23:06:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GN6Efi066560; Wed, 16 Jul 2014 23:06:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407162306.s6GN6Efi066560@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 16 Jul 2014 23:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362116 - head/security/gnomint 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.18 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: Wed, 16 Jul 2014 23:06:15 -0000 Author: bapt Date: Wed Jul 16 23:06:14 2014 New Revision: 362116 URL: http://svnweb.freebsd.org/changeset/ports/362116 QAT: https://qat.redports.org/buildarchive/r362116/ Log: Fix plist mess (NLS handling was wrong) Do not pollute ${PREFIX}/lib with a useless empty pkgconfig directory Do not remove directories owned by the mtree Modified: head/security/gnomint/Makefile head/security/gnomint/pkg-plist Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Wed Jul 16 22:21:55 2014 (r362115) +++ head/security/gnomint/Makefile Wed Jul 16 23:06:14 2014 (r362116) @@ -3,7 +3,7 @@ PORTNAME= gnomint PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF @@ -31,4 +31,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +post-install: + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig + .include Modified: head/security/gnomint/pkg-plist ============================================================================== --- head/security/gnomint/pkg-plist Wed Jul 16 22:21:55 2014 (r362115) +++ head/security/gnomint/pkg-plist Wed Jul 16 23:06:14 2014 (r362116) @@ -34,43 +34,15 @@ share/mime/packages/gnomint.xml @dirrmtry share/mime/packages @dirrmtry share/mime etc/gconf/schemas/gnomint.schemas -@dirrmtry lib/pkgconfig -%%NLS%%lib/locale/ca/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/ca/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/ca -%%NLS%%lib/locale/cs/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/cs/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/cs -%%NLS%%lib/locale/de/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/de/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/de -%%NLS%%lib/locale/es/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/es/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/es -%%NLS%%lib/locale/fi/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/fi/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/fi -%%NLS%%lib/locale/fr/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/fr/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/fr -%%NLS%%lib/locale/it/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/it/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/it -%%NLS%%lib/locale/pt_BR/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/pt_BR -%%NLS%%lib/locale/oc/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/oc/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/oc -%%NLS%%lib/locale/ru/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/ru/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/ru -%%NLS%%lib/locale/sk/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/sk/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/sk -%%NLS%%lib/locale/sv/LC_MESSAGES/gnomint.mo -%%NLS%%@dirrmtry lib/locale/sv/LC_MESSAGES -%%NLS%%@dirrmtry lib/locale/sv -%%NLS%%@dirrmtry lib/locale -@dirrmtry etc/gconf/schemas -@dirrmtry etc/gconf +%%NLS%%share/locale/ca/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/cs/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/de/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/es/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/fi/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/it/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/oc/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/ru/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/sk/LC_MESSAGES/gnomint.mo +%%NLS%%share/locale/sv/LC_MESSAGES/gnomint.mo