mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
security/rust-rage: Rename to security/rage-encryption
Renamed as per the preferred fallback name suggested by upstream. Issue: https://github.com/str4d/rage/pull/467
This commit is contained in:
parent
f082c7dd00
commit
0f15301331
7 changed files with 5 additions and 4 deletions
1
MOVED
1
MOVED
|
@ -2978,3 +2978,4 @@ x11-themes/kde-icons-lime-rade8||2024-01-25|Has expired: Upstream WWW returns No
|
||||||
x11-themes/kde-icons-lush||2024-01-25|Has expired: Upstream WWW returns Not Found
|
x11-themes/kde-icons-lush||2024-01-25|Has expired: Upstream WWW returns Not Found
|
||||||
audio/sphinxbase||2024-01-25|Has expired: Upstream last release was in 2012
|
audio/sphinxbase||2024-01-25|Has expired: Upstream last release was in 2012
|
||||||
devel/libasyncplusplus|devel/asyncplusplus|2024-01-27|Remove duplicated port
|
devel/libasyncplusplus|devel/asyncplusplus|2024-01-27|Remove duplicated port
|
||||||
|
security/rust-rage|security/rage-encryption|2024-01-27|Renamed as per the preferred fallback name suggested by upstream
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= rage
|
PORTNAME= rage
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= multimedia enlightenment
|
CATEGORIES= multimedia enlightenment
|
||||||
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
|
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -15,6 +15,6 @@ LIB_DEPENDS= libefl.so:devel/efl
|
||||||
DIST_SUBDIR= enlightenment
|
DIST_SUBDIR= enlightenment
|
||||||
USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz
|
USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz
|
||||||
|
|
||||||
CONFLICTS= rust-rage
|
CONFLICTS= rage-encryption
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1073,6 +1073,7 @@
|
||||||
SUBDIR += qtkeychain
|
SUBDIR += qtkeychain
|
||||||
SUBDIR += quantis-kmod
|
SUBDIR += quantis-kmod
|
||||||
SUBDIR += racoon2
|
SUBDIR += racoon2
|
||||||
|
SUBDIR += rage-encryption
|
||||||
SUBDIR += ratproxy
|
SUBDIR += ratproxy
|
||||||
SUBDIR += rats
|
SUBDIR += rats
|
||||||
SUBDIR += rcracki_mt
|
SUBDIR += rcracki_mt
|
||||||
|
@ -1222,7 +1223,6 @@
|
||||||
SUBDIR += rubygem-vault
|
SUBDIR += rubygem-vault
|
||||||
SUBDIR += rubygem-webauthn
|
SUBDIR += rubygem-webauthn
|
||||||
SUBDIR += rubygem-webpush
|
SUBDIR += rubygem-webpush
|
||||||
SUBDIR += rust-rage
|
|
||||||
SUBDIR += rustscan
|
SUBDIR += rustscan
|
||||||
SUBDIR += s2n-tls
|
SUBDIR += s2n-tls
|
||||||
SUBDIR += safesh
|
SUBDIR += safesh
|
||||||
|
|
|
@ -2,7 +2,7 @@ PORTNAME= rage
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.9.2
|
DISTVERSION= 0.9.2
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
PKGNAMEPREFIX= rust-
|
PKGNAMESUFFIX= -encryption
|
||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Simple, modern, and secure file encryption tool, using the age format
|
COMMENT= Simple, modern, and secure file encryption tool, using the age format
|
Loading…
Add table
Reference in a new issue