Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 18:10:15 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337205 - head/devel/py-pylib
Message-ID:  <201312221810.rBMIAF6s064262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Dec 22 18:10:14 2013
New Revision: 337205
URL: http://svnweb.freebsd.org/changeset/ports/337205

Log:
  - update to 1.4.19
  - do not install useless docs
  - general clean-up

Deleted:
  head/devel/py-pylib/pkg-plist
Modified:
  head/devel/py-pylib/Makefile
  head/devel/py-pylib/distinfo

Modified: head/devel/py-pylib/Makefile
==============================================================================
--- head/devel/py-pylib/Makefile	Sun Dec 22 17:49:46 2013	(r337204)
+++ head/devel/py-pylib/Makefile	Sun Dec 22 18:10:14 2013	(r337205)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pylib
-PORTVERSION=	1.4.15
+PORTVERSION=	1.4.19
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,23 +14,7 @@ COMMENT=	Agile development and test supp
 LICENSE=	MIT
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	py
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
-PORTDOCS=	CHANGELOG README.txt
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-post-install:
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/py-pylib/distinfo
==============================================================================
--- head/devel/py-pylib/distinfo	Sun Dec 22 17:49:46 2013	(r337204)
+++ head/devel/py-pylib/distinfo	Sun Dec 22 18:10:14 2013	(r337205)
@@ -1,2 +1,2 @@
-SHA256 (py-1.4.15.tar.gz) = 656634e1846d568ed22c872b5e158a4d5eef174dd5b245186e78b94a0258c042
-SIZE (py-1.4.15.tar.gz) = 189237
+SHA256 (py-1.4.19.tar.gz) = a1c4c1d2c218b1939fc466c46d4697026fbc09a3b17cdee298a08e62570eefa6
+SIZE (py-1.4.19.tar.gz) = 187665



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