svn commit: r439382 - head/x11/bmpanel2

Alexey Dokuchaev danfe at FreeBSD.org
Tue Apr 25 13:50:08 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list