Sun May 7 02:02:10 2017 UTC ()
Updated sysutils/screenfetch to 3.8.0
-------------------------------------
v3.8.0
        - Additional Intel GPU checks
        - Gentoo release check (whether it's stable/testing/experimental)
        - Chromebrew detection for Chrome OS pkgs
        - OpenBSD fixes
        - Manjaro logo updated
        - Added Fux logo
        - Enable easily addable custom lines through customlines() function
        - Line wrapping with '-w' command line option
        - Fix issue with extra space and host variable
        - Improvements to OS X font detection
        - Fixed package count, shell detection and colors on NetBSD
        - Added pkgsrc support for OS X
        - Use new NixOS logo
        - Use new KaOS logo
        - PCLinuxOS logo added
        - pomf host removed (does not exist anymore)
        - Display the package count, resolution, GPU and OS version on Haiku
        - Display release version and package count on TinyCore Linux
        - Display exact release version on Windows 10
        - Use modern logo on Windows 10 and Windows 8
        - Support for Blackbox on Windows
        - Improve BusyBox shell detection
        - Added detection for Trinity/TWin, chromeos-wm, FLWM, howm,
          sway, LXQt and Deepin [DEs/WMs]
        - Added detection for Alpine, BunsenLabs, Chrome OS, Chromium
          OS, Devuan, Fux, GrombyangOS, KDE neon, Kogaion, Mer, Msys,
          Netrunner, Oracle Linux, PCLinuxOS, Qubes OS, Parrot
          Security, Pardus, Red Star OS, ROSA, SailfishOS,
          SparkyLinux, SteamOS, SUSE Linux Enterprise and SwagArch

(pkgsrc changes)
 - Drop patch, upstream now included.


(mef)
diff -r1.1 -r1.2 pkgsrc/sysutils/screenfetch/Makefile
diff -r1.1 -r1.2 pkgsrc/sysutils/screenfetch/distinfo
diff -r1.1 -r0 pkgsrc/sysutils/screenfetch/patches/patch-screenfetch-dev

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/screenfetch/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/screenfetch/Makefile 2016/07/18 22:56:44 1.1
+++ pkgsrc/sysutils/screenfetch/Makefile 2017/05/07 02:02:10 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2016/07/18 22:56:44 kamil Exp $ 1# $NetBSD: Makefile,v 1.2 2017/05/07 02:02:10 mef Exp $
2 2
3DISTNAME= screenFetch-3.7.0 3DISTNAME= screenFetch-3.8.0
4PKGNAME= ${DISTNAME:tl} 4PKGNAME= ${DISTNAME:tl}
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= ${MASTER_SITE_GITHUB:=KittyKatt/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=KittyKatt/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/KittyKatt/screenFetch/ 10HOMEPAGE= https://github.com/KittyKatt/screenFetch/
11COMMENT= Fetches system/theme information in terminal for screenshots 11COMMENT= Fetches system/theme information in terminal for screenshots
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14WRKSRC= ${WRKDIR}/${DISTNAME} 14WRKSRC= ${WRKDIR}/${DISTNAME}
15 15
16USE_TOOLS+= bash:run 16USE_TOOLS+= bash:run

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/screenfetch/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/screenfetch/distinfo 2016/07/18 22:56:44 1.1
+++ pkgsrc/sysutils/screenfetch/distinfo 2017/05/07 02:02:10 1.2
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/07/18 22:56:44 kamil Exp $ 1$NetBSD: distinfo,v 1.2 2017/05/07 02:02:10 mef Exp $
2 2
3SHA1 (screenFetch-3.7.0.tar.gz) = 5a3702504e154335e372df56e4cb621840dc5506 3SHA1 (screenFetch-3.8.0.tar.gz) = ff90280623398f7b7b7fa71e1440a146b3fe492a
4RMD160 (screenFetch-3.7.0.tar.gz) = f3be9d4d8fb044cb592f9c41af4ceb5eb9c6a9a4 4RMD160 (screenFetch-3.8.0.tar.gz) = 7d076271d36c5a495093395af56610913c0c562c
5SHA512 (screenFetch-3.7.0.tar.gz) = 9a6e89ef2cd48f12b22230c7aff356ac2ece8dc7437034a51a66f8026e5ca4a630af43511a60b21e9fc9f89af9e2493b8cfa3a06294e74c3d611ae3bb0db922d 5SHA512 (screenFetch-3.8.0.tar.gz) = 903f42e3bfcd719c4d6b91d10e5678063e223c2baa58214c7e8dae9ea925852f9e2c07ad90148e02d87ce5f9af7b989e80e93c2f569cd579e6f4f7d5c49c62f2
6Size (screenFetch-3.7.0.tar.gz) = 60223 bytes 6Size (screenFetch-3.8.0.tar.gz) = 71970 bytes
7SHA1 (patch-screenfetch-dev) = 08d9508aa79e37d2776a557e9fa185bb5242256a 

File Deleted: pkgsrc/sysutils/screenfetch/patches/Attic/patch-screenfetch-dev