Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 12:53:25 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305257 - head/audio/jokosher
Message-ID:  <201210041253.q94CrPYG056895@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210041253.q94CrPYG056895>