pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-twisted Remove python-2.5 reference.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4610f447aed
branches:  trunk
changeset: 629760:f4610f447aed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 27 18:49:19 2014 +0000

description:
Remove python-2.5 reference.

diffstat:

 net/py-twisted/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a48ddabdea40 -r f4610f447aed net/py-twisted/Makefile
--- a/net/py-twisted/Makefile   Mon Jan 27 18:42:11 2014 +0000
+++ b/net/py-twisted/Makefile   Mon Jan 27 18:49:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/08/13 17:47:41 adam Exp $
+# $NetBSD: Makefile,v 1.23 2014/01/27 18:49:19 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 COMMENT=       Framework for writing networked applications
@@ -37,9 +37,8 @@
 .include "../../lang/python/application.mk"
 
 # With python 2.6, twisted builds an additional object.
-# XXX Guess that 2.5 does this too.
 PLIST_VARS+=           initgroups
-.if ${PYPKGPREFIX} == "py26" || ${PYPKGPREFIX} == "py25"
+.if ${PYPKGPREFIX} == "py26"
 PLIST.initgroups=      YES
 .endif
 



Home | Main Index | Thread Index | Old Index