svn commit: r341811 - head/ftp/py-curl

Martin Wilke miwi at FreeBSD.org
Thu Jan 30 08:28:25 UTC 2014


Author: miwi
Date: Thu Jan 30 08:28:25 2014
New Revision: 341811
URL: http://svnweb.freebsd.org/changeset/ports/341811
QAT: https://qat.redports.org/buildarchive/r341811/

Log:
  - Covert to PYDISTUTILS_AUTOPLIST
  - Stage support
  - Bump PORTREV

Deleted:
  head/ftp/py-curl/pkg-plist
Modified:
  head/ftp/py-curl/Makefile

Modified: head/ftp/py-curl/Makefile
==============================================================================
--- head/ftp/py-curl/Makefile	Thu Jan 30 08:28:00 2014	(r341810)
+++ head/ftp/py-curl/Makefile	Thu Jan 30 08:28:25 2014	(r341811)
@@ -3,7 +3,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.19.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp python
 MASTER_SITES=	http://pycurl.sourceforge.net/download/ \
 		http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/
@@ -22,31 +22,11 @@ DATADIR=	${PREFIX}/share/py-curl
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pycurl
-USE_OPENSSL=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} \
 		-e 's at data_files=@#data_files=t@' \
 		${WRKSRC}/setup.py
 
-post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-.for i in ChangeLog COPYING COPYING2 INSTALL README TODO
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
-
-.if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
-.endif
-
-.if !defined(NOPORDATA)
-	${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/tests/* ${DATADIR}
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list