Date: Tue, 29 Oct 2013 13:11:10 GMT From: John Marino <freebsd@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183439: [PATCH] x11/guake: unfetchable due to MASTER_SITES went away Message-ID: <201310291311.r9TDBA7x053808@oldred.freebsd.org> Resent-Message-ID: <201310291320.r9TDK0HV045359@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183439 >Category: ports >Synopsis: [PATCH] x11/guake: unfetchable due to MASTER_SITES went away >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: This port has been broken for a while. I thought I reported it, but I don't seen a PR. The distfile is available elsewhere, but under a different name (prefix 0.4.4 vs. 0.4.4.0) Attached patch fixes the port for me. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-10-29 13:03:04.426945000 +0000 +++ Makefile @@ -4,7 +4,8 @@ PORTNAME= guake PORTVERSION= 0.4.4.0 #PORTREVISION= 0 CATEGORIES= x11 -MASTER_SITES= http://www.guake.org/downloads/5?dummy=empty/ +DISTNAME= guake-0.4.4 +MASTER_SITES= http://distfiles.gentoo.org/distfiles/ MAINTAINER= nivit@FreeBSD.org COMMENT= Dropdown terminal made for the GNOME desktop @@ -58,7 +59,6 @@ USE_GMAKE= yes USE_GNOME= desktopfileutils gtk20 pygnome2 USE_PYTHON= -2.7 -WRKSRC= ${WRKDIR}/${DISTNAME:R} post-patch: cd ${WRKSRC}/src && ${REINPLACE_CMD} ${REINPLACE_FILES} --- distinfo.orig 2013-01-18 23:24:01.000000000 +0000 +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (guake-0.4.4.0.tar.gz) = 1e1054ba6bbd79897bda0e1cd2b9df86082f7e794a0e07afc5cb63c0a5e74ca5 -SIZE (guake-0.4.4.0.tar.gz) = 549189 +SHA256 (guake-0.4.4.tar.gz) = 1e1054ba6bbd79897bda0e1cd2b9df86082f7e794a0e07afc5cb63c0a5e74ca5 +SIZE (guake-0.4.4.tar.gz) = 549189 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291311.r9TDBA7x053808>