From owner-svn-ports-all@freebsd.org Fri Jan 1 05:03:00 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3E584B8B25; Fri, 1 Jan 2021 05:03:00 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6Xw45Wq2z3F5M; Fri, 1 Jan 2021 05:03:00 +0000 (UTC) (envelope-from eugen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE5A61D16A; Fri, 1 Jan 2021 05:03:00 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1015306d005030; Fri, 1 Jan 2021 05:03:00 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10152xoA005019; Fri, 1 Jan 2021 05:02:59 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <202101010502.10152xoA005019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 1 Jan 2021 05:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559801 - in head: . sysutils sysutils/fusefs-smbnetfs sysutils/xbattbar X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head: . sysutils sysutils/fusefs-smbnetfs sysutils/xbattbar X-SVN-Commit-Revision: 559801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2021 05:03:00 -0000 Author: eugen Date: Fri Jan 1 05:02:59 2021 New Revision: 559801 URL: https://svnweb.freebsd.org/changeset/ports/559801 Log: Undelete sysutils/xbattbar providing live distfile sources. Requested by: Nick Kostirya Added: head/sysutils/xbattbar/ - copied from r514600, head/sysutils/xbattbar/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/fusefs-smbnetfs/Makefile head/sysutils/xbattbar/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jan 1 04:31:37 2021 (r559800) +++ head/MOVED Fri Jan 1 05:02:59 2021 (r559801) @@ -13278,7 +13278,6 @@ sysutils/skill||2019-10-16|Has expired: Unfetchable, u sysutils/sloth||2019-10-16|Has expired: Unfetchable, unmaintained sysutils/snowlog||2019-10-16|Has expired: Unfetchable, unmaintained sysutils/wmfire||2019-10-16|Has expired: Unfetchable, unmaintained -sysutils/xbattbar||2019-10-16|Has expired: Unfetchable, unmaintained textproc/bedic-data||2019-10-16|Has expired: Unfetchable, unmaintained textproc/clit||2019-10-16|Has expired: Unfetchable, unmaintained textproc/docbook-tdg||2019-10-16|Has expired: Unfetchable, unmaintained Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Jan 1 04:31:37 2021 (r559800) +++ head/sysutils/Makefile Fri Jan 1 05:02:59 2021 (r559801) @@ -1487,6 +1487,7 @@ SUBDIR += wuzzah SUBDIR += x86info SUBDIR += xbatt + SUBDIR += xbattbar SUBDIR += xcdroast SUBDIR += xcpustate SUBDIR += xdu Modified: head/sysutils/fusefs-smbnetfs/Makefile ============================================================================== --- head/sysutils/fusefs-smbnetfs/Makefile Fri Jan 1 04:31:37 2021 (r559800) +++ head/sysutils/fusefs-smbnetfs/Makefile Fri Jan 1 05:02:59 2021 (r559801) @@ -22,7 +22,7 @@ LIBSECRET_LIB_DEPENDS= libsecret-*.so:security/libsecr DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -USES= compiler:c11 fuse gnome iconv pkgconfig samba:lib tar:bzip2 +USES= autoreconf compiler:c11 fuse gnome iconv pkgconfig samba:lib tar:bzip2 USE_GNOME= glib20:build GNU_CONFIGURE= yes Modified: head/sysutils/xbattbar/Makefile ============================================================================== --- head/sysutils/xbattbar/Makefile Wed Oct 16 15:29:20 2019 (r514600) +++ head/sysutils/xbattbar/Makefile Fri Jan 1 05:02:59 2021 (r559801) @@ -3,9 +3,12 @@ PORTNAME= xbattbar PORTVERSION= 1.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils -MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/ +MASTER_SITES= http://ftp.corbina.net/gentoo-distfiles/d6/ \ + https://ftp.fau.de/gentoo/distfiles/ \ + https://mirrors.mit.edu/gentoo-distfiles/distfiles/d6/ + DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -13,10 +16,6 @@ COMMENT= Simple battery meter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 USES= imake USE_XORG= x11 xext