svn commit: r450327 - head/sysutils/direnv

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 22 09:01:56 UTC 2017


Author: amdmi3
Date: Fri Sep 22 09:01:55 2017
New Revision: 450327
URL: https://svnweb.freebsd.org/changeset/ports/450327

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/direnv/Makefile
  head/sysutils/direnv/pkg-descr

Modified: head/sysutils/direnv/Makefile
==============================================================================
--- head/sysutils/direnv/Makefile	Fri Sep 22 09:01:54 2017	(r450326)
+++ head/sysutils/direnv/Makefile	Fri Sep 22 09:01:55 2017	(r450327)
@@ -8,6 +8,9 @@ CATEGORIES=	sysutils
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Environment variable manager for your shell
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
 
 USE_GITHUB=	yes
@@ -16,8 +19,6 @@ GH_ACCOUNT=	zimbatm
 USES=		gmake
 
 PLIST_FILES=	bin/direnv man/man1/direnv.1.gz man/man1/direnv-stdlib.1.gz
-
-.include <bsd.port.options.mk>
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/direnv \

Modified: head/sysutils/direnv/pkg-descr
==============================================================================
--- head/sysutils/direnv/pkg-descr	Fri Sep 22 09:01:54 2017	(r450326)
+++ head/sysutils/direnv/pkg-descr	Fri Sep 22 09:01:55 2017	(r450327)
@@ -3,4 +3,4 @@ bash, zsh, tcsh and fish shell to load or unload envir
 depending on the current directory. This allows to have project-specific
 environment variables and not clutter the "~/.profile" file.
 
-WWW: http://direnv.net/
+WWW: https://direnv.net/


More information about the svn-ports-all mailing list