svn commit: r397915 - head/multimedia/miro

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 00:24:57 UTC 2015


Author: bapt
Date: Sat Sep 26 00:24:55 2015
New Revision: 397915
URL: https://svnweb.freebsd.org/changeset/ports/397915

Log:
  Modernize plist

Modified:
  head/multimedia/miro/Makefile
  head/multimedia/miro/pkg-plist

Modified: head/multimedia/miro/Makefile
==============================================================================
--- head/multimedia/miro/Makefile	Sat Sep 26 00:23:38 2015	(r397914)
+++ head/multimedia/miro/Makefile	Sat Sep 26 00:24:55 2015	(r397915)
@@ -3,7 +3,7 @@
 
 PORTNAME=	miro
 PORTVERSION=	6.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \
 		http://ftp.osuosl.org/pub/pculture.org/miro/src/

Modified: head/multimedia/miro/pkg-plist
==============================================================================
--- head/multimedia/miro/pkg-plist	Sat Sep 26 00:23:38 2015	(r397914)
+++ head/multimedia/miro/pkg-plist	Sat Sep 26 00:24:55 2015	(r397915)
@@ -1676,65 +1676,5 @@ share/locale/zh_TW/LC_MESSAGES/miro.mo
 share/locale/zu/LC_MESSAGES/miro.mo
 share/mime/packages/miro.xml
 share/pixmaps/miro.xpm
- at dirrm share/locale/ta_LK/LC_MESSAGES
- at dirrm share/locale/ta_LK
- at dirrm share/locale/swch/LC_MESSAGES
- at dirrm share/locale/swch
- at dirrm share/locale/ltg/LC_MESSAGES
- at dirrm share/locale/ltg
- at dirrm share/locale/lb/LC_MESSAGES
- at dirrm share/locale/lb
- at dirrm share/locale/kw/LC_MESSAGES
- at dirrm share/locale/kw
- at dirrm share/locale/jv/LC_MESSAGES
- at dirrm share/locale/jv
- at dirrm share/locale/fy/LC_MESSAGES
- at dirrm share/locale/fy
- at dirrm share/locale/fil/LC_MESSAGES
- at dirrm share/locale/fil
- at dirrm share/locale/dv/LC_MESSAGES
- at dirrm share/locale/dv
- at dirrm share/locale/ckb/LC_MESSAGES
- at dirrm share/locale/ckb
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/test
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat/renderers
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat/frontends/widgets
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat/frontends
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/plat
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/libdaap
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/widgets/gtk
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/widgets/gst
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/widgets
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/shell
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/profilewidgets
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends/cli
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/frontends
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/dl_daemon/private
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/dl_daemon
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro/data
- at dirrm %%PYTHON_LIBDIR%%/site-packages/miro
- at dirrm %%DATADIR%%/resources/testdata/stripperdata
- at dirrm %%DATADIR%%/resources/testdata/metadata
- at dirrm %%DATADIR%%/resources/testdata/locale/fr/LC_MESSAGES
- at dirrm %%DATADIR%%/resources/testdata/locale/fr
- at dirrm %%DATADIR%%/resources/testdata/locale
- at dirrm %%DATADIR%%/resources/testdata/httpserver
- at dirrm %%DATADIR%%/resources/testdata/feedparsertests/output
- at dirrm %%DATADIR%%/resources/testdata/feedparsertests/feeds
- at dirrm %%DATADIR%%/resources/testdata/feedparsertests
- at dirrm %%DATADIR%%/resources/testdata/echonest-replies
- at dirrm %%DATADIR%%/resources/testdata/device-dbs
- at dirrm %%DATADIR%%/resources/testdata/conversions/output
- at dirrm %%DATADIR%%/resources/testdata/conversions
- at dirrm %%DATADIR%%/resources/testdata/7digital-replies
- at dirrm %%DATADIR%%/resources/testdata
- at dirrm %%DATADIR%%/resources/searchengines
- at dirrm %%DATADIR%%/resources/images
- at dirrm %%DATADIR%%/resources/extensions/watchhistory
- at dirrm %%DATADIR%%/resources/extensions
- at dirrm %%DATADIR%%/resources/devices
- at dirrm %%DATADIR%%/resources/conversions
- at dirrm %%DATADIR%%/resources
- at dirrm %%DATADIR%%
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+ at postexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+ at postunexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime


More information about the svn-ports-head mailing list