svn commit: r322327 - head/deskutils/notecase
Ganael LAPLANCHE
martymac at FreeBSD.org
Fri Jul 5 13:53:34 UTC 2013
Author: martymac
Date: Fri Jul 5 13:53:33 2013
New Revision: 322327
URL: http://svnweb.freebsd.org/changeset/ports/322327
Log:
- Fix COMMENT
- Rework USE_GNOME and USES
PR: ports/180255
Submitted by: bsam
Modified:
head/deskutils/notecase/Makefile
head/deskutils/notecase/pkg-plist (contents, props changed)
Modified: head/deskutils/notecase/Makefile
==============================================================================
--- head/deskutils/notecase/Makefile Fri Jul 5 13:51:13 2013 (r322326)
+++ head/deskutils/notecase/Makefile Fri Jul 5 13:53:33 2013 (r322327)
@@ -9,13 +9,13 @@ MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
MAINTAINER= martymac at FreeBSD.org
-COMMENT= A hierarchical text notes manager
+COMMENT= Hierarchical text notes manager
LICENSE= BSD
USE_GMAKE= yes
-USE_GNOME= gtk20 gtksourceview2 gnomevfs2 desktopfileutils
-USES= gettext pkgconfig
+USE_GNOME= gtk20 gtksourceview2 gnomevfs2
+USES= desktop-file-utils gettext pkgconfig shared-mime-info
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|h|cpp)
@@ -35,8 +35,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \
${WRKSRC}/Makefile
-post-install:
- @-update-mime-database ${PREFIX}/share/mime
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/deskutils/notecase/pkg-plist
==============================================================================
--- head/deskutils/notecase/pkg-plist Fri Jul 5 13:51:13 2013 (r322326)
+++ head/deskutils/notecase/pkg-plist Fri Jul 5 13:53:33 2013 (r322327)
@@ -40,8 +40,4 @@ share/mime/packages/notecase.xml
share/pixmaps/notecase.xpm
@dirrmtry share/locale/fr_CA/LC_MESSAGES
@dirrmtry share/locale/fr_CA
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@dirrmtry share/applications
More information about the svn-ports-head
mailing list