Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 16:12:45 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422510 - head/www/py-jswebkit
Message-ID:  <201609201612.u8KGCjKB082476@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 20 16:12:45 2016
New Revision: 422510
URL: https://svnweb.freebsd.org/changeset/ports/422510

Log:
  www/py-jswebkit: new ubuntu MASTER_SITE to unbreak
  
  The distfile name changed, but the hash still matches.

Modified:
  head/www/py-jswebkit/Makefile
  head/www/py-jswebkit/distinfo

Modified: head/www/py-jswebkit/Makefile
==============================================================================
--- head/www/py-jswebkit/Makefile	Tue Sep 20 15:40:21 2016	(r422509)
+++ head/www/py-jswebkit/Makefile	Tue Sep 20 16:12:45 2016	(r422510)
@@ -5,16 +5,14 @@ PORTNAME=	jswebkit
 PORTVERSION=	0.0.3
 PORTREVISION=	4
 CATEGORIES=	www python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://archive.ubuntu.com/ubuntu/pool/universe/p/python-jswebkit/
 PROJECTHOST=	gwrite
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	python-${PORTNAME}-${PORTVERSION}
+DISTNAME=	python-${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	WebKit/JavaScriptCore Python bindings
 
-BROKEN=		Unfetchable (google code has gone away)
-
 BUILD_DEPENDS=	cython:lang/cython
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	libwebkitgtk-1.0.so:www/webkit-gtk2

Modified: head/www/py-jswebkit/distinfo
==============================================================================
--- head/www/py-jswebkit/distinfo	Tue Sep 20 15:40:21 2016	(r422509)
+++ head/www/py-jswebkit/distinfo	Tue Sep 20 16:12:45 2016	(r422510)
@@ -1,2 +1,3 @@
-SHA256 (python-jswebkit-0.0.3.tar.gz) = 688edf66e9da26cfcd83dd4a30242fe1dc732d6fdb84b5923f193ea00e441f81
-SIZE (python-jswebkit-0.0.3.tar.gz) = 55477
+TIMESTAMP = 1474284843
+SHA256 (python-jswebkit_0.0.3.orig.tar.gz) = 688edf66e9da26cfcd83dd4a30242fe1dc732d6fdb84b5923f193ea00e441f81
+SIZE (python-jswebkit_0.0.3.orig.tar.gz) = 55477



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