Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 01:42:04 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502499 - in head: . security security/titan security/ylva
Message-ID:  <201905250142.x4P1g4Zm068105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 25 01:42:04 2019
New Revision: 502499
URL: https://svnweb.freebsd.org/changeset/ports/502499

Log:
  security/titan: Rename security/titan -> security/ylva; Update to 1.5
  
  Project renamed by the developer
  
  Reported by:	Niko Rosvall <niko@byteptr.com> (developer)

Added:
  head/security/ylva/
     - copied from r502498, head/security/titan/
Deleted:
  head/security/titan/
Modified:
  head/MOVED
  head/security/Makefile
  head/security/ylva/Makefile
  head/security/ylva/distinfo
  head/security/ylva/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat May 25 01:00:06 2019	(r502498)
+++ head/MOVED	Sat May 25 01:42:04 2019	(r502499)
@@ -12759,3 +12759,4 @@ databases/py-mysql-connector-python2|databases/py-mysq
 www/py-requests1||2019-05-19|Temporary port while port consumers moved to requests 2.x support and the www/py-requests port. No longer depended on by any ports
 lang/spidermonkey170|lang/spidermonkey52|2019-05-23|Not depended on, use newer version
 lang/spidermonkey38|lang/spidermonkey52|2019-05-23|Not depended on, use newer version
+security/titan|security/ylva|2019-05-24|Project renamed by the developer

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat May 25 01:00:06 2019	(r502498)
+++ head/security/Makefile	Sat May 25 01:42:04 2019	(r502499)
@@ -1265,7 +1265,6 @@ PORTREVISION=	1
     SUBDIR += tinc
     SUBDIR += tinc-devel
     SUBDIR += tinyca
-    SUBDIR += titan
     SUBDIR += titus
     SUBDIR += tls-check
     SUBDIR += tlswrap
@@ -1316,6 +1315,7 @@ PORTREVISION=	1
     SUBDIR += yersinia
     SUBDIR += ykclient
     SUBDIR += ykpers
+    SUBDIR += ylva
     SUBDIR += yubico-piv-tool
     SUBDIR += yubikey-manager-qt
     SUBDIR += yubikey-personalization-gui

Modified: head/security/ylva/Makefile
==============================================================================
--- head/security/titan/Makefile	Sat May 25 01:00:06 2019	(r502498)
+++ head/security/ylva/Makefile	Sat May 25 01:42:04 2019	(r502499)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-PORTNAME=	titan
+PORTNAME=	ylva
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3
+DISTVERSION=	1.5
 CATEGORIES=	security
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,9 +17,9 @@ GH_ACCOUNT=	nrosvall
 
 MAKE_ENV=	MANDIR=${PREFIX}/man
 
-PLIST_FILES=	bin/titan man/man1/titan.1.gz
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/titan
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/security/ylva/distinfo
==============================================================================
--- head/security/titan/distinfo	Sat May 25 01:00:06 2019	(r502498)
+++ head/security/ylva/distinfo	Sat May 25 01:42:04 2019	(r502499)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536193675
-SHA256 (nrosvall-titan-v1.3_GH0.tar.gz) = 85425b60ee9f20d88a2d9e87c3f5db39dcfa00025793027f4d8868588f47cc9a
-SIZE (nrosvall-titan-v1.3_GH0.tar.gz) = 15156
+TIMESTAMP = 1558748050
+SHA256 (nrosvall-ylva-v1.5_GH0.tar.gz) = e4351032a70e8dc12189e0bd0d3b22e7fb01f87ad1c9073150f54fb960531bca
+SIZE (nrosvall-ylva-v1.5_GH0.tar.gz) = 46533

Modified: head/security/ylva/pkg-descr
==============================================================================
--- head/security/titan/pkg-descr	Sat May 25 01:00:06 2019	(r502498)
+++ head/security/ylva/pkg-descr	Sat May 25 01:42:04 2019	(r502499)
@@ -5,4 +5,4 @@ Titan is more than "just a password manager". It also 
 individual files, so Titan can be used as a file encryption program as well
 as a password manager.
 
-WWW: https://www.titanpasswordmanager.org
+WWW: https://www.ylvapasswordmanager.com/



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