ports/102870: Update: devel/ply version update to 1.9

Marcus von Appen mva at sysfault.org
Mon Sep 4 21:40:22 UTC 2006


>Number:         102870
>Category:       ports
>Synopsis:       Update: devel/ply version update to 1.9
>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 04 21:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.1-STABLE FreeBSD 6.1-STABLE #12: Tue Aug 29 19:10:11 CEST 2006 root at medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
	PLY version update to 1.9.

        Note to the committer:
            Should not the port be renamed to devel/py-ply to match the
            general naming scheme for python modules?

>How-To-Repeat:
	
>Fix:

diff -Nur ply/Makefile ply.new/Makefile
--- ply/Makefile	Wed Jul 20 10:34:35 2005
+++ ply.new/Makefile	Mon Sep  4 23:28:48 2006
@@ -7,16 +7,16 @@
 #
 
 PORTNAME=	ply
-PORTVERSION=	1.6
+PORTVERSION=	1.9
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.dabeaz.com/ply/
-PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python Lex-Yacc
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 .if !defined(NOPORTDOCS)
 post-install:
diff -Nur ply/distinfo ply.new/distinfo
--- ply/distinfo	Thu Nov 24 16:39:48 2005
+++ ply.new/distinfo	Mon Sep  4 23:15:57 2006
@@ -1,3 +1,3 @@
-MD5 (ply-1.6.tar.gz) = cc43cab69b072fdd5c2557f3865c383d
-SHA256 (ply-1.6.tar.gz) = 8f485f7dce9b0952f8169cb00dafaee73bb3e6977600bb08bd2cad4c69e697d3
-SIZE (ply-1.6.tar.gz) = 72605
+MD5 (ply-1.9.tar.gz) = f32af49fb88f322e9442eeb56afff663
+SHA256 (ply-1.9.tar.gz) = 70af282f7d1eeb191b26d18bc666d334fd5ff90e367a67e0a4ae94b7abf96d35
+SIZE (ply-1.9.tar.gz) = 74196
diff -Nur ply/files/patch-setup.py ply.new/files/patch-setup.py
--- ply/files/patch-setup.py	Wed Jul 20 10:34:35 2005
+++ ply.new/files/patch-setup.py	Mon Sep  4 23:20:01 2006
@@ -1,11 +1,11 @@
---- setup.py.orig	Wed Jul 20 01:27:21 2005
-+++ setup.py	Wed Jul 20 01:27:31 2005
-@@ -17,7 +17,7 @@
+--- setup.py.orig	Mon Sep  4 23:19:42 2006
++++ setup.py	Mon Sep  4 23:19:49 2006
+@@ -16,7 +16,7 @@
  
  PLY is extremely easy to use and provides very extensive error checking. 
  """,
 -            licence="""Lesser GPL (LGPL)""",
 +            license="""Lesser GPL (LGPL)""",
-             version = "1.3.1",
+             version = "1.9",
              author = "David Beazley",
-             author_email = "beazley at cs.uchicago.edu",
+             author_email = "dave at dabeaz.com",
diff -Nur ply/pkg-plist ply.new/pkg-plist
--- ply/pkg-plist	Wed Jul 20 10:34:35 2005
+++ ply.new/pkg-plist	Mon Sep  4 23:26:12 2006
@@ -12,11 +12,15 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/calc/calc.py
 %%PORTDOCS%%%%EXAMPLESDIR%%/classcalc/calc.py
 %%PORTDOCS%%%%EXAMPLESDIR%%/hedit/hedit.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/newclasscalc/calc.py
 %%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/README
 %%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/calc.py
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/classcalc
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicalc/calc.py
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/unicalc
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/optcalc
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/newclasscalc
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/hedit
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/classcalc
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/calc
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ansic
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list