Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 07:08:51 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r532255 - branches/2020Q2/security/aescrypt
Message-ID:  <202004210708.03L78prJ024769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Tue Apr 21 07:08:51 2020
New Revision: 532255
URL: https://svnweb.freebsd.org/changeset/ports/532255

Log:
  MFH: r532204
  
  - Pass maintainership to submitter
  - Add license
  
  PR:		245492
  Submitted by:	Mauro F Caseres <mauroeldritch@gmail.com>
  Approved by:	ehaupt (mentor), pizzamig (co-mentor)
  
  Approved by:	ports-secteam (blanket: consistent maintainer)

Modified:
  branches/2020Q2/security/aescrypt/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/security/aescrypt/Makefile
==============================================================================
--- branches/2020Q2/security/aescrypt/Makefile	Tue Apr 21 05:45:02 2020	(r532254)
+++ branches/2020Q2/security/aescrypt/Makefile	Tue Apr 21 07:08:51 2020	(r532255)
@@ -11,8 +11,11 @@ PATCH_SITES=	http://devel.ringlet.net/security/aescryp
 		http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/
 PATCHFILES=	aescrypt-0.7-roam-whopper-01.patch.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mauroeldritch@gmail.com
 COMMENT=	Command-line AES encryption/decryption suite
+
+LICENSE=	BSD4CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 MAKE_ENV+=	BINGRP=wheel



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