Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 22:19:22 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f15301331a4 - main - security/rust-rage: Rename to security/rage-encryption
Message-ID:  <202401272219.40RMJMtm026723@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f15301331a483d5d5e83021c3162e834d446f83

commit 0f15301331a483d5d5e83021c3162e834d446f83
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-27 22:17:26 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-27 22:19:19 +0000

    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
---
 MOVED                                                   | 1 +
 multimedia/rage/Makefile                                | 4 ++--
 security/Makefile                                       | 2 +-
 security/{rust-rage => rage-encryption}/Makefile        | 2 +-
 security/{rust-rage => rage-encryption}/Makefile.crates | 0
 security/{rust-rage => rage-encryption}/distinfo        | 0
 security/{rust-rage => rage-encryption}/pkg-descr       | 0
 7 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/MOVED b/MOVED
index 23aa0c39988c..c951c17ba4f1 100644
--- a/MOVED
+++ b/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
 audio/sphinxbase||2024-01-25|Has expired: Upstream last release was in 2012
 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
diff --git a/multimedia/rage/Makefile b/multimedia/rage/Makefile
index 506d5d604f23..3af9006ca29c 100644
--- a/multimedia/rage/Makefile
+++ b/multimedia/rage/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rage
 PORTVERSION=	0.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
 
@@ -15,6 +15,6 @@ LIB_DEPENDS=	libefl.so:devel/efl
 DIST_SUBDIR=	enlightenment
 USES=		compiler:c11 desktop-file-utils meson pkgconfig tar:xz
 
-CONFLICTS=	rust-rage
+CONFLICTS=	rage-encryption
 
 .include <bsd.port.mk>
diff --git a/security/Makefile b/security/Makefile
index 142e800ac522..d7ab7b4ed8c2 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1073,6 +1073,7 @@
     SUBDIR += qtkeychain
     SUBDIR += quantis-kmod
     SUBDIR += racoon2
+    SUBDIR += rage-encryption
     SUBDIR += ratproxy
     SUBDIR += rats
     SUBDIR += rcracki_mt
@@ -1222,7 +1223,6 @@
     SUBDIR += rubygem-vault
     SUBDIR += rubygem-webauthn
     SUBDIR += rubygem-webpush
-    SUBDIR += rust-rage
     SUBDIR += rustscan
     SUBDIR += s2n-tls
     SUBDIR += safesh
diff --git a/security/rust-rage/Makefile b/security/rage-encryption/Makefile
similarity index 96%
rename from security/rust-rage/Makefile
rename to security/rage-encryption/Makefile
index 51a86188766e..5beb1203fa19 100644
--- a/security/rust-rage/Makefile
+++ b/security/rage-encryption/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	rage
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.2
 CATEGORIES=	security
-PKGNAMEPREFIX=	rust-
+PKGNAMESUFFIX=	-encryption
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Simple, modern, and secure file encryption tool, using the age format
diff --git a/security/rust-rage/Makefile.crates b/security/rage-encryption/Makefile.crates
similarity index 100%
rename from security/rust-rage/Makefile.crates
rename to security/rage-encryption/Makefile.crates
diff --git a/security/rust-rage/distinfo b/security/rage-encryption/distinfo
similarity index 100%
rename from security/rust-rage/distinfo
rename to security/rage-encryption/distinfo
diff --git a/security/rust-rage/pkg-descr b/security/rage-encryption/pkg-descr
similarity index 100%
rename from security/rust-rage/pkg-descr
rename to security/rage-encryption/pkg-descr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401272219.40RMJMtm026723>