Bug 186934 - [MAINTAINER] net/py-netlib: update to 0.10
Summary: [MAINTAINER] net/py-netlib: update to 0.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 00:50 UTC by Hung-Yi Chen
Modified: 2014-02-23 15:30 UTC (History)
0 users

See Also:


Attachments
py27-netlib-0.10.patch (880 bytes, patch)
2014-02-21 00:50 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2014-02-21 00:50:00 UTC
- Update to 0.10

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-21 00:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-23 15:21:15 UTC
Author: sunpoet
Date: Sun Feb 23 15:21:00 2014
New Revision: 345732
URL: http://svnweb.freebsd.org/changeset/ports/345732
QAT: https://qat.redports.org/buildarchive/r345732/

Log:
  - Update to 0.10
  - While I'm here:
    - Use PYDISTUTILS_AUTOPLIST
    - Support STAGEDIR
  
  Changes:	https://github.com/mitmproxy/netlib/commits/master
  PR:		ports/186934
  Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)

Deleted:
  head/net/py-netlib/pkg-plist
Modified:
  head/net/py-netlib/Makefile
  head/net/py-netlib/distinfo

Modified: head/net/py-netlib/Makefile
==============================================================================
--- head/net/py-netlib/Makefile	Sun Feb 23 15:20:54 2014	(r345731)
+++ head/net/py-netlib/Makefile	Sun Feb 23 15:21:00 2014	(r345732)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	netlib
-PORTVERSION=	0.9.2
+PORTVERSION=	0.10
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
 		${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
 
+PYDISTUTILS_AUTOPLIST=	yes
+USE_PYDISTUTILS=yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/py-netlib/distinfo
==============================================================================
--- head/net/py-netlib/distinfo	Sun Feb 23 15:20:54 2014	(r345731)
+++ head/net/py-netlib/distinfo	Sun Feb 23 15:21:00 2014	(r345732)
@@ -1,2 +1,2 @@
-SHA256 (netlib-0.9.2.tar.gz) = 4b7830dfef6e4826e236d8313229ee3a0ca015a1e2ce89fb37d58479e753f847
-SIZE (netlib-0.9.2.tar.gz) = 59016
+SHA256 (netlib-0.10.tar.gz) = 415e3db96f487177f372d47bc669dcc9068a435e49b8120ec8821026de36bd80
+SIZE (netlib-0.10.tar.gz) = 60256
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-23 15:30:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!