1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

sysutils/lr: Update to v1.5

- Chase chneukirchen -> leahneukirchen rename

Changes:	https://github.com/leahneukirchen/lr/blob/v1.5/NEWS.md
This commit is contained in:
Tobias Kortkamp 2020-01-01 16:16:34 +00:00
parent d3a196b600
commit 606ecd2a8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521725
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= lr
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.1
DISTVERSION= 1.5
CATEGORIES= sysutils
MAINTAINER= tobik@FreeBSD.org
@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= chneukirchen
GH_ACCOUNT= leahneukirchen
MAKE_ARGS= CFLAGS="${CFLAGS}" \
PREFIX="${PREFIX}" \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549666773
SHA256 (chneukirchen-lr-v1.4.1_GH0.tar.gz) = ddcb93b681e3128e21f0dc848dde1ab3a79942637aaf0ea5153411c5fef9a8cb
SIZE (chneukirchen-lr-v1.4.1_GH0.tar.gz) = 37131
TIMESTAMP = 1577894455
SHA256 (leahneukirchen-lr-v1.5_GH0.tar.gz) = c60b23260bd72415ebfc962f915960c3dcd57ff004046c6cd7741c24bc5550e0
SIZE (leahneukirchen-lr-v1.5_GH0.tar.gz) = 37824

View File

@ -1,4 +1,4 @@
lr is a tool for generating file listings, which includes the best
features of ls(1), find(1), stat(1) and du(1).
WWW: https://github.com/chneukirchen/lr/
WWW: https://github.com/leahneukirchen/lr/