diff --git a/sysutils/lsblk/Makefile b/sysutils/lsblk/Makefile index 58dad087a640..db6738c9dea4 100644 --- a/sysutils/lsblk/Makefile +++ b/sysutils/lsblk/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= lsblk -PORTVERSION= 1.0 -#PORTREVISION= 0 +PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= https://github.com/vermaden/scripts/raw/master/release/ +MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/ MAINTAINER= vermaden@interia.pl COMMENT= Lists information about block devices in the system diff --git a/sysutils/lsblk/distinfo b/sysutils/lsblk/distinfo index e4ead572b718..b8055820072c 100644 --- a/sysutils/lsblk/distinfo +++ b/sysutils/lsblk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570494909 -SHA256 (lsblk-1.0.tar.gz) = ec6335ec27fd7ec1c56b2700d073c659c1704b816aa08c0f4d831d417dd2affb -SIZE (lsblk-1.0.tar.gz) = 4338 +TIMESTAMP = 1599137521 +SHA256 (lsblk-1.1.tar.gz) = c8cb0a40b5a625903e0660f34916911bb18cb0aca24686283e3373acad63ac43 +SIZE (lsblk-1.1.tar.gz) = 4510 diff --git a/sysutils/lsblk/pkg-descr b/sysutils/lsblk/pkg-descr index f53f8f0b7299..669468868e93 100644 --- a/sysutils/lsblk/pkg-descr +++ b/sysutils/lsblk/pkg-descr @@ -1,4 +1,4 @@ -Lists information about block devices in the system in a similar way -that util-linux's lsblk(8) does. +Lists information about block devices in the FreeBSD system in a similar way +that lsblk(8) from Linux systems does. An example is shown below. -WWW: https://github.com/vermaden/scripts/blob/master/lsblk.sh +WWW: https://github.com/vermaden/lsblk