ports/103133: [patch] devel/ply: update to new release 2.0 and unbreak fetching

Boris Samorodov bsam at FreeBSD.org
Mon Sep 11 12:10:22 UTC 2006


>Number:         103133
>Category:       ports
>Synopsis:       [patch] devel/ply: update to new release 2.0 and unbreak fetching
>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:   Mon Sep 11 12:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD gw.ipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Sep 7 23:02:15 MSD 2006 bsam at proba.sem.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	The port is marked broken (is not fetchable). The patch upgrades
	the port to a new release version 2.0.
>How-To-Repeat:
>Fix:
	- update devel/ply to 2.0;
	- unbreak fetching.

--- ply.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ply/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	11 Sep 2006 06:58:00 -0000	1.9
+++ Makefile	11 Sep 2006 11:50:49 -0000
@@ -3,11 +3,11 @@
 # Date created:			Jul 31, 2001
 # Whom:				ijliao
 #
-# $FreeBSD: ports/devel/ply/Makefile,v 1.9 2006/09/11 06:58:00 bsam Exp $
+# $FreeBSD: ports/devel/ply/Makefile,v 1.8 2006/09/07 11:58:44 bsam Exp $
 #
 
 PORTNAME=	ply
-PORTVERSION=	1.9
+PORTVERSION=	2.0
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.dabeaz.com/ply/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,6 +27,4 @@
 	${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR}
 .endif
 
-BROKEN=		Does not fetch: a new version (2.0) available
-
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/ply/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	7 Sep 2006 11:58:44 -0000	1.7
+++ distinfo	11 Sep 2006 11:50:49 -0000
@@ -1,3 +1,3 @@
-MD5 (ply-1.9.tar.gz) = f32af49fb88f322e9442eeb56afff663
-SHA256 (ply-1.9.tar.gz) = 70af282f7d1eeb191b26d18bc666d334fd5ff90e367a67e0a4ae94b7abf96d35
-SIZE (ply-1.9.tar.gz) = 74196
+MD5 (ply-2.0.tar.gz) = 6c1a8f7b6621c3329adf6e5b3dbcd38c
+SHA256 (ply-2.0.tar.gz) = ffa2c79c56f29830cea0bb67a6bf3510df3161dd3a442c028ea04181f9c0a940
+SIZE (ply-2.0.tar.gz) = 75761
Index: files/patch-setup.py
===================================================================
RCS file: /home/pcvs/ports/devel/ply/files/patch-setup.py,v
retrieving revision 1.2
diff -u -r1.2 patch-setup.py
--- files/patch-setup.py	7 Sep 2006 11:58:44 -0000	1.2
+++ files/patch-setup.py	11 Sep 2006 11:50:49 -0000
@@ -6,6 +6,6 @@
  """,
 -            licence="""Lesser GPL (LGPL)""",
 +            license="""Lesser GPL (LGPL)""",
-             version = "1.9",
+             version = "2.0",
              author = "David Beazley",
              author_email = "dave at dabeaz.com",
--- ply.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list