svn commit: r323188 - head/www/trac-xmlrpc

Greg Larkin glarkin at FreeBSD.org
Wed Jul 17 22:04:44 UTC 2013


Author: glarkin
Date: Wed Jul 17 22:04:43 2013
New Revision: 323188
URL: http://svnweb.freebsd.org/changeset/ports/323188

Log:
  - Unbreak and update to r13203
  - Change MASTER_SITES since the trac-hacks.org site embeds a "/" directory
    as a zip file entry that causes the unzip operation to fail
  
  PR:		ports/177049
  Submitted by:	Gea-Suan Lin <gslin at gslin.org>

Modified:
  head/www/trac-xmlrpc/Makefile
  head/www/trac-xmlrpc/distinfo

Modified: head/www/trac-xmlrpc/Makefile
==============================================================================
--- head/www/trac-xmlrpc/Makefile	Wed Jul 17 21:38:09 2013	(r323187)
+++ head/www/trac-xmlrpc/Makefile	Wed Jul 17 22:04:43 2013	(r323188)
@@ -4,7 +4,7 @@
 PORTNAME=	xmlrpc
 PORTVERSION=	1.1.2.r${SVN_REV}
 CATEGORIES=	www devel python
-MASTER_SITES=	http://trac-hacks.org/changeset/latest/xmlrpcplugin?old_path=/&format=zip&filename=
+MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/
 PKGNAMEPREFIX=	trac-
 DISTNAME=	${PORTNAME}plugin-r${SVN_REV}
 
@@ -13,9 +13,7 @@ COMMENT=	Provides an XML-RPC interface t
 
 LICENSE=	BSD
 
-BROKEN=		checksum mismatch
-
-SVN_REV=	12168
+SVN_REV=	13203
 
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 

Modified: head/www/trac-xmlrpc/distinfo
==============================================================================
--- head/www/trac-xmlrpc/distinfo	Wed Jul 17 21:38:09 2013	(r323187)
+++ head/www/trac-xmlrpc/distinfo	Wed Jul 17 22:04:43 2013	(r323188)
@@ -1,2 +1,2 @@
-SHA256 (xmlrpcplugin-r12168.zip) = 6bd9bbe594d12bb0e7e42deeea6539aa5e363bfe40af84d10e0e669a6d8c9124
-SIZE (xmlrpcplugin-r12168.zip) = 54518
+SHA256 (xmlrpcplugin-r13203.zip) = c5c00337e1674d874ca8974e5f6609c6683c82cfcbf27c0833b2b1b34629cc28
+SIZE (xmlrpcplugin-r13203.zip) = 58856


More information about the svn-ports-all mailing list