Date: Fri, 4 Nov 2016 16:31:25 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425339 - head/x11/wbar Message-ID: <201611041631.uA4GVPoA019514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611041631.uA4GVPoA019514>