Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 13:50:06 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439382 - head/x11/bmpanel2
Message-ID:  <201704251350.v3PDo6GP099077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Apr 25 13:50:06 2017
New Revision: 439382
URL: https://svnweb.freebsd.org/changeset/ports/439382

Log:
  - Unbreak by pointing to archived distfile in Google Cloud Storage
  - Remove WWW: line from the port description for the time being

Modified:
  head/x11/bmpanel2/Makefile
  head/x11/bmpanel2/pkg-descr

Modified: head/x11/bmpanel2/Makefile
==============================================================================
--- head/x11/bmpanel2/Makefile	Tue Apr 25 13:10:30 2017	(r439381)
+++ head/x11/bmpanel2/Makefile	Tue Apr 25 13:50:06 2017	(r439382)
@@ -5,7 +5,7 @@ PORTNAME=	bmpanel2
 DISTVERSION=	2.1pre1
 PORTREVISION=	2
 CATEGORIES=	x11
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bmpanel2/
 PATCH_SITES=	LOCAL/danfe
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -14,10 +14,6 @@ COMMENT=	Lightweight NetWM-compliant pan
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 USES=		cmake pkgconfig
 USE_GNOME=	pango
 USE_XORG=	x11 xext

Modified: head/x11/bmpanel2/pkg-descr
==============================================================================
--- head/x11/bmpanel2/pkg-descr	Tue Apr 25 13:10:30 2017	(r439381)
+++ head/x11/bmpanel2/pkg-descr	Tue Apr 25 13:50:06 2017	(r439382)
@@ -9,5 +9,3 @@ X11 desktop.  It currently features:
   - Small number of dependencies, briefly: glib2, cairo, pango, libX11
   - Small memory footprint (about 2-4 megabytes)
   - Small executable (80 kilobytes at the moment)
-
-WWW: http://code.google.com/p/bmpanel2/



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