ports/175056: [MAINTAINER] lang/py27-mx-base: update to 3.2.5

Muhammad Moinur Rahman 5u623l20 at gmail.com
Sun Jan 6 11:50:00 UTC 2013


>Number:         175056
>Category:       ports
>Synopsis:       [MAINTAINER] lang/py27-mx-base: update to 3.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 06 11:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 10.0-CURRENT FreeBSD 10.0-CURRENT #2: Sat Jan  5 02:15:07 BDT
>Description:
- Update to 3.2.5

For Committer's reference : 
http://tb.s.ubze.ro//logs/10-CURRENT-i386-clang/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/10-CURRENT-i386-gcc/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/10-CURRENT-amd64-clang/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/10-CURRENT-amd64-gcc/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/9-STABLE-i386-clang/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/9-STABLE-i386-gcc/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/9-STABLE-amd64-clang/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/9-STABLE-amd64-gcc/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/8-STABLE-i386/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/8-STABLE-amd64/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/7-STABLE-i386/py27-mx-base-3.2.5.log
http://tb.s.ubze.ro//logs/7-STABLE-amd64/py27-mx-base-3.2.5.log

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-mx-base-3.2.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports//lang/py-mx-base/Makefile ./Makefile
--- /usr/ports//lang/py-mx-base/Makefile	2012-11-17 11:58:55.000000000 +0600
+++ ./Makefile	2013-01-06 17:30:56.000000000 +0600
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-mx-base
-# Date created:		18 March 2001
-# Whom:			Thomas Gellekum <tg at FreeBSD.org>
-#
-# $FreeBSD: ports/lang/py-mx-base/Makefile,v 1.30 2012/11/17 05:58:55 svnexp Exp $
-#
+# Created by: Thomas Gellekum <tg at FreeBSD.org>
+# $FreeBSD$
 
 PORTNAME=	mx-base
-PORTVERSION=	3.2.4
+PORTVERSION=	3.2.5
 CATEGORIES=	lang python
 MASTER_SITES=	http://downloads.egenix.com/python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,16 +13,22 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-.if defined(WITH_ZOPE)
-USE_ZOPE=	yes
-.endif
 
 PYDISTUTILS_PKGNAME=	egenix-mx-base
 
 PORTDOCS=	COPYRIGHT MANIFEST README LICENSE PKG-INFO
 
+OPTIONS_DEFINE=	DOCS ZOPE
+ZOPE_DESC=	Use ZOPE
+
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MZOPE}
+USE_ZOPE=	yes
+.endif
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
@@ -36,4 +38,4 @@
 	@${CHMOD} 644 ${DOCSDIR}/index.html
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports//lang/py-mx-base/distinfo ./distinfo
--- /usr/ports//lang/py-mx-base/distinfo	2012-05-16 16:12:05.000000000 +0600
+++ ./distinfo	2013-01-06 14:53:47.000000000 +0600
@@ -1,2 +1,2 @@
-SHA256 (egenix-mx-base-3.2.4.tar.gz) = bfbb9519994c33e470d58b0c7b8167e25ce7a1bbf24f2533ea1e1cc235c570f0
-SIZE (egenix-mx-base-3.2.4.tar.gz) = 4574057
+SHA256 (egenix-mx-base-3.2.5.tar.gz) = bfd0d2aeef73532697c857db26ea11a3574280b1d439d42501c36b4c1d989dce
+SIZE (egenix-mx-base-3.2.5.tar.gz) = 4575752
diff -ruN --exclude=CVS /usr/ports//lang/py-mx-base/files/index.html.in ./files/index.html.in
--- /usr/ports//lang/py-mx-base/files/index.html.in	2012-11-17 11:58:55.000000000 +0600
+++ ./files/index.html.in	2013-01-04 01:36:00.000000000 +0600
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<!-- $FreeBSD: ports/lang/py-mx-base/files/index.html.in,v 1.3 2012/11/17 05:58:55 svnexp Exp $ -->
+<!-- $FreeBSD: head/lang/py-mx-base/files/index.html.in 300896 2012-07-14 13:54:48Z beat $ -->
 <html>
   <head>
     <title>The eGenix mx-Extension Series for Python</title>
diff -ruN --exclude=CVS /usr/ports//lang/py-mx-base/pkg-plist ./pkg-plist
--- /usr/ports//lang/py-mx-base/pkg-plist	2012-05-16 16:12:05.000000000 +0600
+++ ./pkg-plist	2013-01-06 15:01:23.000000000 +0600
@@ -134,6 +134,9 @@
 %%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testpydatetime.py
 %%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testpydatetime.pyc
 %%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testpydatetime.pyo
+%%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testpytimedelta.py
+%%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testpytimedelta.pyc
+%%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testpytimedelta.pyo
 %%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testrichard.py
 %%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testrichard.pyc
 %%PYTHON_SITELIBDIR%%/mx/DateTime/mxDateTime/testrichard.pyo
--- py27-mx-base-3.2.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list