svn commit: r322528 - head/deskutils/py-send2trash

William Grzybowski wg at FreeBSD.org
Mon Jul 8 18:24:12 UTC 2013


Author: wg
Date: Mon Jul  8 18:24:12 2013
New Revision: 322528
URL: http://svnweb.freebsd.org/changeset/ports/322528

Log:
  deskutils/py-send2trash: add missing PKGNAMEPREFIX
  
  - Add missing PKGNAMEPREFIX
  - Restrict to python 2.x

Modified:
  head/deskutils/py-send2trash/Makefile

Modified: head/deskutils/py-send2trash/Makefile
==============================================================================
--- head/deskutils/py-send2trash/Makefile	Mon Jul  8 18:18:59 2013	(r322527)
+++ head/deskutils/py-send2trash/Makefile	Mon Jul  8 18:24:12 2013	(r322528)
@@ -5,6 +5,7 @@ PORTNAME=	send2trash
 PORTVERSION=	1.2.0
 CATEGORIES=	deskutils
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Send2Trash-${PORTVERSION}
 
 MAINTAINER=	nemysis at gmx.ch
@@ -12,7 +13,7 @@ COMMENT=	Small package that sends files 
 
 LICENSE=	BSD
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.6-2.7
 USE_PYDISTUTILS=easy_install
 PYDISTUTILS_PKGNAME=	Send2Trash
 


More information about the svn-ports-all mailing list