svn commit: r305257 - head/audio/jokosher

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Oct 4 12:53:26 UTC 2012


Author: rm
Date: Thu Oct  4 12:53:25 2012
New Revision: 305257
URL: http://svn.freebsd.org/changeset/ports/305257

Log:
  - remove bogus setuptools dependency (the port is using distutils)
  - trim Makefile header (completely, because email wasn't set initially and,
    based on nickname, I believe it wasn't done for purprose)
  - remove redundant LICENSE_FILE
  - avoid PYTHON_SITELIBDIR in depends
  - limit python version to 2.x
  - bump PORTREVISION because of dependency change

Modified:
  head/audio/jokosher/Makefile

Modified: head/audio/jokosher/Makefile
==============================================================================
--- head/audio/jokosher/Makefile	Thu Oct  4 12:34:50 2012	(r305256)
+++ head/audio/jokosher/Makefile	Thu Oct  4 12:53:25 2012	(r305257)
@@ -1,26 +1,19 @@
-# New ports collection makefile for:	jokosher
-# Date created:				13 Aug 2009
-# Whom:					Anonymous
-#
 # $FreeBSD$
-#
 
 PORTNAME=	jokosher
 PORTVERSION=	0.11.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://launchpadlibrarian.net/43860543/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multi-track non-linear audio editing
 
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
-		easy_install:${PORTSDIR}/devel/py-setuptools
-
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PYTHON=	yes
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg
+
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
 USE_GNOME=	gnomehier
 USE_GSTREAMER=	gnonlin good python



More information about the svn-ports-all mailing list