mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/transcrypt: Upgrade to 2.3.0
- Add pkg-message of type upgrade - Pet portfmt Release changes: https://github.com/elasticdog/transcrypt/releases/tag/v2.3.0 Reported by: James Murty <notifications@github.com>
This commit is contained in:
parent
4eef9a9b27
commit
0b16add324
@ -1,7 +1,6 @@
|
||||
PORTNAME= transcrypt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.3.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
@ -23,8 +22,8 @@ GH_ACCOUNT= elasticdog
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/transcrypt \
|
||||
share/man/man1/transcrypt.1.gz \
|
||||
share/bash-completion/completions/transcrypt \
|
||||
share/man/man1/transcrypt.1.gz \
|
||||
share/zsh/site-functions/_transcrypt
|
||||
|
||||
post-patch:
|
||||
@ -37,7 +36,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/zsh/_${PORTNAME} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
|
||||
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
||||
# 53 tests, 0 failures
|
||||
# 72 tests, 0 failures
|
||||
do-test:
|
||||
${LOCALBASE}/bin/bats ${WRKSRC}/tests
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1685121651
|
||||
SHA256 (elasticdog-transcrypt-v2.2.3_GH0.tar.gz) = 69cf95b2a4d7e89c1f5c84bc4c32aa35f78d08b8f457a003ab9e8be7361a24e5
|
||||
SIZE (elasticdog-transcrypt-v2.2.3_GH0.tar.gz) = 32592
|
||||
TIMESTAMP = 1725894913
|
||||
SHA256 (elasticdog-transcrypt-v2.3.0_GH0.tar.gz) = 9779f5cc972d7e6e83de0770e5391aca95881bc75e101095a6dede4620a8cd28
|
||||
SIZE (elasticdog-transcrypt-v2.3.0_GH0.tar.gz) = 38566
|
||||
|
9
security/transcrypt/pkg-message
Normal file
9
security/transcrypt/pkg-message
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{ type: upgrade
|
||||
message: <<EOM
|
||||
|
||||
To upgrade transcrypt it is not enough to have a newer version on your system,
|
||||
you must also run the --upgrade command in each repository.
|
||||
EOM
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user