svn commit: r342668 - head/ftp/ftpcube

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 5 09:01:29 UTC 2014


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 at 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


More information about the svn-ports-all mailing list