svn commit: r370818 - head/textproc/meld

Pawel Pekala pawel at FreeBSD.org
Mon Oct 13 21:47:16 UTC 2014


Author: pawel
Date: Mon Oct 13 21:47:15 2014
New Revision: 370818
URL: https://svnweb.freebsd.org/changeset/ports/370818
QAT: https://qat.redports.org/buildarchive/r370818/

Log:
  - Convert to USES=python
  - Remove @dirrm's from pkg-plist

Modified:
  head/textproc/meld/Makefile
  head/textproc/meld/pkg-plist

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Mon Oct 13 19:34:48 2014	(r370817)
+++ head/textproc/meld/Makefile	Mon Oct 13 21:47:15 2014	(r370818)
@@ -12,11 +12,11 @@ COMMENT=	GNOME 2 visual diff and merge t
 LICENSE=	GPLv2
 
 USE_GNOME=	pygnome2
-USES=		desktop-file-utils gmake shared-mime-info shebangfix tar:xz
+USES=		desktop-file-utils gmake python:2 shared-mime-info \
+		shebangfix tar:xz
 python_OLD_CMD=	${SETENV} python
 python_CMD=	${PYTHON_CMD}
 SHEBANG_FILES=	bin/meld
-USE_PYTHON=	2
 MAKE_ARGS=	prefix=${PREFIX}
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes

Modified: head/textproc/meld/pkg-plist
==============================================================================
--- head/textproc/meld/pkg-plist	Mon Oct 13 19:34:48 2014	(r370817)
+++ head/textproc/meld/pkg-plist	Mon Oct 13 21:47:15 2014	(r370818)
@@ -255,20 +255,3 @@ share/mime/packages/meld.xml
 share/omf/meld/meld-C.omf
 share/omf/meld/meld-es.omf
 share/omf/meld/meld-fr.omf
- at dirrm share/omf/meld
- at dirrm %%DATADIR%%/ui
- at dirrm %%DATADIR%%/icons
- at dirrm %%DATADIR%%
- at dirrmtry share/icons/HighContrast/scalable/apps
- at dirrmtry share/icons/HighContrast/scalable
- at dirrmtry share/icons/HighContrast
- at dirrm share/gnome/help/meld/fr
- at dirrm share/gnome/help/meld/es
- at dirrm share/gnome/help/meld/C
- at dirrm share/gnome/help/meld
- at dirrmtry share/appdata
- at dirrm lib/meld/meld/vc
- at dirrm lib/meld/meld/util
- at dirrm lib/meld/meld/ui
- at dirrm lib/meld/meld
- at dirrm lib/meld


More information about the svn-ports-all mailing list