svn commit: r422510 - head/www/py-jswebkit

John Marino marino at FreeBSD.org
Tue Sep 20 16:12:46 UTC 2016


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 at 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


More information about the svn-ports-head mailing list