From owner-svn-ports-head@freebsd.org Fri Nov 4 16:31:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13CDBC30639; Fri, 4 Nov 2016 16:31:26 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1BB4BC7; Fri, 4 Nov 2016 16:31:25 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4GVPYe019515; Fri, 4 Nov 2016 16:31:25 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4GVPoA019514; Fri, 4 Nov 2016 16:31:25 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201611041631.uA4GVPoA019514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 4 Nov 2016 16:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425339 - head/x11/wbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 16:31:26 -0000 Author: nivit Date: Fri Nov 4 16:31:24 2016 New Revision: 425339 URL: https://svnweb.freebsd.org/changeset/ports/425339 Log: - Unbreak by using the Google Code Archive as dowload site Modified: head/x11/wbar/Makefile Modified: head/x11/wbar/Makefile ============================================================================== --- head/x11/wbar/Makefile Fri Nov 4 16:24:39 2016 (r425338) +++ head/x11/wbar/Makefile Fri Nov 4 16:31:24 2016 (r425339) @@ -5,15 +5,13 @@ PORTNAME= wbar PORTVERSION= 2.3.4 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ MAINTAINER= nivit@FreeBSD.org COMMENT= Simple and highly customizable quick launch bar LICENSE= GPLv3 -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= intltool-update:textproc/intltool LIB_DEPENDS= libImlib2.so:graphics/imlib2