Skip to content

Commit cc4d543

Browse files
pbsecret: Update to 20260406
Also properly indent Portfile. And add missing link in long description.
1 parent 2aebc69 commit cc4d543

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

sysutils/pbsecret/Portfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
22

3-
PortSystem 1.0
4-
PortGroup github 1.0
5-
PortGroup makefile 1.0
3+
PortSystem 1.0
4+
PortGroup github 1.0
5+
PortGroup makefile 1.0
66

7-
github.setup roosto pbsecret 9e91917de001a73fc01aa8ba96c5c83c4b7f5a34
7+
github.setup roosto pbsecret 4e5c7146c9eb73e8cb977f2d0b49a4e0a1128b1c
88
# Change github.tarball_from to 'releases' or 'archive' next update
99
github.tarball_from tarball
10-
version 20200219
11-
revision 0
10+
version 20260406
11+
revision 0
1212

13-
categories sysutils
14-
maintainers {@midnightrocket} \
15-
openmaintainer
13+
categories sysutils
14+
maintainers {@midnightrocket} \
15+
openmaintainer
1616

17-
platforms macosx
17+
platforms macosx
1818

19-
description CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
20-
long_description \
21-
Copies data from STDIN to the general pasteboard as UTF-8 text. Copied \
22-
data is tagged with "org.nspasteboard.ConcealedType" to prevent it from \
23-
being saved in the history of a clipboard manager, as per the spec at:
19+
description CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
20+
long_description Copies data from STDIN to the general pasteboard as UTF-8 text. Copied \
21+
data is tagged with "org.nspasteboard.ConcealedType" to prevent it from \
22+
being saved in the history of a clipboard manager, as per the spec at: \
23+
https://nspasteboard.org/
2424

25-
license MIT
25+
license MIT
2626

27-
checksums rmd160 e2402c186f6d67e4af66f83c183869706c226e93 \
28-
sha256 6d4b8ccca1bfc6a37102cf9b774d2b3e83037baed5600c7350d27209c7d688f3 \
29-
size 2365
27+
checksums rmd160 41a31f915948758b75de37ed01224cf7b5f9e50f \
28+
sha256 7133003ca42d57fbf932c905339492dbf9253457b77186c0e87b229b326cc9e8 \
29+
size 2450
3030

3131

3232
destroot {

0 commit comments

Comments
 (0)