The port is marked broken (is not fetchable). The patch upgrades the port to a new release version 2.0. Fix: - update devel/ply to 2.0; - unbreak fetching. WBR -- bsam--QdO2j0qBE6UASyfWXCjnY9LZ1do4zNmHHS3DyzBfWrnUnoV4 Content-Type: text/plain; name="ply.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ply.patch" 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@dabeaz.com",
Responsible Changed From-To: freebsd-ports-bugs->bsam Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
Looks good to me. If there are no complains, the patch can be committed. Regards Marcus
State Changed From-To: feedback->closed Committed, thanks!
miwi 2006-11-05 11:32:05 UTC FreeBSD ports repository Modified files: mail/tpop3d/files tpop3d.sh.in Log: - Proper startup order for rcNG script PR: ports/103133 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2 Revision Changes Path 1.5 +1 -1 ports/mail/tpop3d/files/tpop3d.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"