Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 16:30:03 +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: r422512 - head/editors/gwrite
Message-ID:  <201609201630.u8KGU3Ho086841@repo.freebsd.org>

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

Log:
  editors/gwrite: new ubunto MASTER_SITE to unbreak
  
  The distfile name changed but the hash still matches.
  The WRKSRC had to be explicitly defined with the distname change.

Modified:
  head/editors/gwrite/Makefile
  head/editors/gwrite/distinfo

Modified: head/editors/gwrite/Makefile
==============================================================================
--- head/editors/gwrite/Makefile	Tue Sep 20 16:21:21 2016	(r422511)
+++ head/editors/gwrite/Makefile	Tue Sep 20 16:30:03 2016	(r422512)
@@ -5,7 +5,8 @@ PORTNAME=	gwrite
 PORTVERSION=	0.5.1
 PORTREVISION=	4
 CATEGORIES=	editors python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://archive.ubuntu.com/ubuntu/pool/universe/g/gwrite/
+DISTNAME=	gwrite_${PORTVERSION}.orig
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple HTML format editor
@@ -13,8 +14,6 @@ COMMENT=	Simple HTML format editor
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:devel/py-python-distutils-extra \
 		${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit \
 		${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk
@@ -27,5 +26,6 @@ NO_ARCH=	yes
 USES=		desktop-file-utils gettext-tools python
 USE_GNOME=	intltool pygtk2
 USE_PYTHON=	distutils
+WRKSRC=		${WRKDIR}/gwrite-${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/editors/gwrite/distinfo
==============================================================================
--- head/editors/gwrite/distinfo	Tue Sep 20 16:21:21 2016	(r422511)
+++ head/editors/gwrite/distinfo	Tue Sep 20 16:30:03 2016	(r422512)
@@ -1,2 +1,3 @@
-SHA256 (gwrite-0.5.1.tar.gz) = dc07c69297a8c1d2bc7921e3a832c0aaeacdf2cf6d3c6b13f19faa26f3d88df5
-SIZE (gwrite-0.5.1.tar.gz) = 56338
+TIMESTAMP = 1474285885
+SHA256 (gwrite_0.5.1.orig.tar.gz) = dc07c69297a8c1d2bc7921e3a832c0aaeacdf2cf6d3c6b13f19faa26f3d88df5
+SIZE (gwrite_0.5.1.orig.tar.gz) = 56338



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