From owner-svn-ports-all@freebsd.org Wed May 20 21:10:41 2020 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 BFADA2F55AF; Wed, 20 May 2020 21:10:41 +0000 (UTC) (envelope-from pkubaj@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 49S54x4bYxz3YcF; Wed, 20 May 2020 21:10:41 +0000 (UTC) (envelope-from pkubaj@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 803FB224F3; Wed, 20 May 2020 21:10:41 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04KLAfrT084283; Wed, 20 May 2020 21:10:41 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04KLAegq084279; Wed, 20 May 2020 21:10:40 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202005202110.04KLAegq084279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 20 May 2020 21:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536023 - in head/sysutils/neofetch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/sysutils/neofetch: . files X-SVN-Commit-Revision: 536023 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.33 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: Wed, 20 May 2020 21:10:41 -0000 Author: pkubaj Date: Wed May 20 21:10:40 2020 New Revision: 536023 URL: https://svnweb.freebsd.org/changeset/ports/536023 Log: sysutils/neofetch: update to 7.0.0 Also move manpage to share/man. PR: 246606 Submitted by: Alexander88207@protonmail.com (modified) Differential Revision: https://reviews.freebsd.org/D24860 Modified: head/sysutils/neofetch/Makefile head/sysutils/neofetch/distinfo head/sysutils/neofetch/files/patch-Makefile head/sysutils/neofetch/pkg-plist Modified: head/sysutils/neofetch/Makefile ============================================================================== --- head/sysutils/neofetch/Makefile Wed May 20 20:28:16 2020 (r536022) +++ head/sysutils/neofetch/Makefile Wed May 20 21:10:40 2020 (r536023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= neofetch -DISTVERSION= 6.1.0 +DISTVERSION= 7.0.0 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org @@ -23,7 +23,6 @@ OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Modified: head/sysutils/neofetch/distinfo ============================================================================== --- head/sysutils/neofetch/distinfo Wed May 20 20:28:16 2020 (r536022) +++ head/sysutils/neofetch/distinfo Wed May 20 21:10:40 2020 (r536023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567339975 -SHA256 (dylanaraps-neofetch-6.1.0_GH0.tar.gz) = ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637 -SIZE (dylanaraps-neofetch-6.1.0_GH0.tar.gz) = 118346 +TIMESTAMP = 1589626904 +SHA256 (dylanaraps-neofetch-7.0.0_GH0.tar.gz) = 8c6bd217cf6d34fc1f3dcbb0e8b1137655bc13fbb21165273dbb2a7bce0d3130 +SIZE (dylanaraps-neofetch-7.0.0_GH0.tar.gz) = 90892 Modified: head/sysutils/neofetch/files/patch-Makefile ============================================================================== --- head/sysutils/neofetch/files/patch-Makefile Wed May 20 20:28:16 2020 (r536022) +++ head/sysutils/neofetch/files/patch-Makefile Wed May 20 21:10:40 2020 (r536023) @@ -2,9 +2,8 @@ +++ Makefile @@ -1,5 +1,5 @@ -PREFIX ?= /usr --MANDIR ?= $(PREFIX)/share/man +PREFIX ?= /usr/local -+MANDIR ?= $(PREFIX)/man + MANDIR ?= $(PREFIX)/share/man all: @echo Run \'make install\' to install Neofetch. Modified: head/sysutils/neofetch/pkg-plist ============================================================================== --- head/sysutils/neofetch/pkg-plist Wed May 20 20:28:16 2020 (r536022) +++ head/sysutils/neofetch/pkg-plist Wed May 20 21:10:40 2020 (r536023) @@ -1,4 +1,3 @@ bin/neofetch -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/README.md -man/man1/neofetch.1.gz +share/man/man1/neofetch.1.gz