Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2020 12:29:50 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532204 - head/security/aescrypt
Message-ID:  <202004201229.03KCTo2k031906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Mon Apr 20 12:29:50 2020
New Revision: 532204
URL: https://svnweb.freebsd.org/changeset/ports/532204

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

Modified:
  head/security/aescrypt/Makefile

Modified: head/security/aescrypt/Makefile
==============================================================================
--- head/security/aescrypt/Makefile	Mon Apr 20 12:22:53 2020	(r532203)
+++ head/security/aescrypt/Makefile	Mon Apr 20 12:29:50 2020	(r532204)
@@ -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?202004201229.03KCTo2k031906>