Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 09:01:29 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342668 - head/ftp/ftpcube
Message-ID:  <201402050901.s1591TuL044823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Feb  5 09:01:28 2014
New Revision: 342668
URL: http://svnweb.freebsd.org/changeset/ports/342668
QAT: https://qat.redports.org/buildarchive/r342668/

Log:
  - STAGE-clean
  - Use PYDISTUTILS_AUTOPLIST [1]
  
  Suggested by:	koobs

Deleted:
  head/ftp/ftpcube/pkg-plist
Modified:
  head/ftp/ftpcube/Makefile

Modified: head/ftp/ftpcube/Makefile
==============================================================================
--- head/ftp/ftpcube/Makefile	Wed Feb  5 09:00:31 2014	(r342667)
+++ head/ftp/ftpcube/Makefile	Wed Feb  5 09:01:28 2014	(r342668)
@@ -8,17 +8,19 @@ CATEGORIES=	ftp python
 MASTER_SITES=	SF
 
 MAINTAINER=	gahr@FreeBSD.org
-COMMENT=	A graphical FTP Client
+COMMENT=	Graphical FTP Client
+
+LICENSE=	ART10
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-USE_WX=		2.6+
-WX_COMPS=	python
-WX_UNICODE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_WX=			2.6+
+WX_COMPS=		python
+WX_UNICODE=		yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg
 	@${ECHO_CMD} record=installed-files.log >> ${WRKSRC}/setup.cfg



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