Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 13:39:57 GMT
From:      Sébastien Santoro <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/186234: [www/woof] port upgrade to native Python 2.7 compliant version
Message-ID:  <201401291339.s0TDdvWQ098957@oldred.freebsd.org>
Resent-Message-ID: <201401291350.s0TDo0Rd060359@freefall.freebsd.org>

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

>Number:         186234
>Category:       misc
>Synopsis:       [www/woof] port upgrade to native Python 2.7 compliant version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 29 13:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Sébastien Santoro
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 341729)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	woof
-PORTVERSION=	2009.12.27
+PORTVERSION=	2012.05.31
 CATEGORIES=	www
 MASTER_SITES=	http://www.home.unix-ag.org/simon/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/./-/g}
@@ -21,10 +21,6 @@
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} >= 270
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-woof-2009-12-27-python27.diff
-.endif
-
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${DISTFILES}
Index: distinfo
===================================================================
--- distinfo	(revision 341729)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (woof-2009-12-27.py) = 21086b67489381b477c9c0567b1d9f8b8f1deec12bd4e414969e3f155c1ff889
-SIZE (woof-2009-12-27.py) = 16810
+SHA256 (woof-2012-05-31.py) = d84353d07f768321a1921a67193510bf292cf0213295e8c7689176f32e945572
+SIZE (woof-2012-05-31.py) = 20284


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



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