diff options
author | mew14930xvi <mew14930xvi@inbox.lv> | 2025-07-06 22:05:46 +0200 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-07-06 22:08:23 +0200 |
commit | d4175d5541016b71ad2e2d6ec271da8ec26b933a (patch) | |
tree | ac95780de833bf7285a8b6541493d8235aec81d3 | |
parent | lang/tcl90, x11-toolkits/tk90: update to 9.0.2 (diff) |
devel/lndir: Update to 1.0.5
Add license informations.
Add WWW.
Switch to DISTVERSION.
PR: 287595
Approved by: maintainer timeout (3+ weeks)
-rw-r--r-- | devel/lndir/Makefile | 11 | ||||
-rw-r--r-- | devel/lndir/distinfo | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/lndir/Makefile b/devel/lndir/Makefile index aa67990f5351..51a6e8b56ab6 100644 --- a/devel/lndir/Makefile +++ b/devel/lndir/Makefile @@ -1,15 +1,16 @@ PORTNAME= lndir -PORTVERSION= 1.0.3 -PORTREVISION= 3 +DISTVERSION= 1.0.5 CATEGORIES= devel MAINTAINER= unixmania@gmail.com COMMENT= Create a shadow directory of symbolic links to another directory tree +WWW= https://gitlab.freedesktop.org/xorg/util/lndir/ -USES= xorg xorg-cat:util -USE_XORG= xorgproto +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:util +USE_XORG= xorgproto PLIST_FILES= bin/lndir \ share/man/man1/lndir.1.gz diff --git a/devel/lndir/distinfo b/devel/lndir/distinfo index 4afe68071a3e..b8aea2720c56 100644 --- a/devel/lndir/distinfo +++ b/devel/lndir/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/util/lndir-1.0.3.tar.bz2) = 49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d -SIZE (xorg/util/lndir-1.0.3.tar.bz2) = 114392 +TIMESTAMP = 1749462723 +SHA256 (xorg/util/lndir-1.0.5.tar.xz) = 3b65577a5575cce095664f5492164a96941800fe6290a123731d47f3e7104ddb +SIZE (xorg/util/lndir-1.0.5.tar.xz) = 121460 |