From owner-svn-ports-head@freebsd.org Tue Apr 25 13:50:08 2017 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 393A7D50CED; Tue, 25 Apr 2017 13:50:08 +0000 (UTC) (envelope-from danfe@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 0B18B11A; Tue, 25 Apr 2017 13:50:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3PDo7xT099079; Tue, 25 Apr 2017 13:50:07 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3PDo6GP099077; Tue, 25 Apr 2017 13:50:06 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201704251350.v3PDo6GP099077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 25 Apr 2017 13:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439382 - head/x11/bmpanel2 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: Tue, 25 Apr 2017 13:50:08 -0000 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/