svn commit: r362116 - head/security/gnomint
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 16 23:06:15 UTC 2014
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 <bsd.port.mk>
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
- at 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
- at dirrmtry etc/gconf/schemas
- at 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
More information about the svn-ports-all
mailing list