diff options
author | marino <marino@FreeBSD.org> | 2016-09-21 00:30:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-21 00:30:03 +0800 |
commit | 0e0eb483b3f689002f49e765ed3fffcd94660346 (patch) | |
tree | 8954fb07970f9c6a80b532fd7e96ea14bea13066 /editors | |
parent | 8e855a553b88f2fd8f081190da48f196efbdd4c9 (diff) | |
download | freebsd-ports-gnome-0e0eb483b3f689002f49e765ed3fffcd94660346.tar.gz freebsd-ports-gnome-0e0eb483b3f689002f49e765ed3fffcd94660346.tar.zst freebsd-ports-gnome-0e0eb483b3f689002f49e765ed3fffcd94660346.zip |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gwrite/Makefile | 6 | ||||
-rw-r--r-- | editors/gwrite/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile index 2340aa8d51d7..089507f6789c 100644 --- a/editors/gwrite/Makefile +++ b/editors/gwrite/Makefile @@ -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> diff --git a/editors/gwrite/distinfo b/editors/gwrite/distinfo index 56703d71219b..074fa71a63ba 100644 --- a/editors/gwrite/distinfo +++ b/editors/gwrite/distinfo @@ -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 |