Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2011 14:43:29 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@wizard.volgograd.ru
Subject:   ports/158286: [PATCH] devel/py-decorator: update to 3.3.1
Message-ID:  <20110625064329.478DBA15B3@lwbsd.csie.net>
Resent-Message-ID: <201106250650.p5P6oAXT085685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158286
>Category:       ports
>Synopsis:       [PATCH] devel/py-decorator: update to 3.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 25 06:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 12:42:00 CST 2011
>Description:
- Update to 3.3.1

Port maintainer (dsh@wizard.volgograd.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-decorator-3.3.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-decorator/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	9 Oct 2010 09:25:38 -0000	1.7
+++ Makefile	25 Jun 2011 06:43:17 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	decorator
-PORTVERSION=	3.2.0
+PORTVERSION=	3.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,10 +19,4 @@
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/documentation.* ${DOCSDIR}
-.endif
-
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/py-decorator/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	9 Oct 2010 09:25:38 -0000	1.6
+++ distinfo	25 Jun 2011 06:43:17 -0000
@@ -1,3 +1,2 @@
-MD5 (decorator-3.2.0.tar.gz) = 6208cd51365083c168ab3a04426a646b
-SHA256 (decorator-3.2.0.tar.gz) = a4f279ec84be9a19aa3ede52474f3fb7199abe92bad667e519633d137df76c2f
-SIZE (decorator-3.2.0.tar.gz) = 98084
+SHA256 (decorator-3.3.1.tar.gz) = 2cf1b977a3728cfaf69ce976f3f41c93a01c148c4dd692e6917197ae1211bc1c
+SIZE (decorator-3.3.1.tar.gz) = 28421
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/py-decorator/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	25 Jun 2007 18:14:47 -0000	1.1
+++ pkg-descr	25 Jun 2011 06:43:17 -0000
@@ -11,4 +11,4 @@
 examples of useful decorators, such as memoize, tracing,
 redirecting_stdout, locked, etc.
 
-WWW: http://www.phyast.pitt.edu/~micheles/python/documentation.html
+WWW: http://pypi.python.org/pypi/decorator
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/py-decorator/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	16 Mar 2009 20:48:01 -0000	1.4
+++ pkg-plist	25 Jun 2011 06:43:17 -0000
@@ -8,7 +8,3 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/decorator.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-%%PORTDOCS%%%%DOCSDIR%%/documentation.html
-%%PORTDOCS%%%%DOCSDIR%%/documentation.pdf
-%%PORTDOCS%%%%DOCSDIR%%/documentation.py
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- py27-decorator-3.3.1.patch ends here ---

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



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