Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2017 09:00:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455883 - head/devel/git
Message-ID:  <201712100900.vBA90RuE027143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec 10 09:00:26 2017
New Revision: 455883
URL: https://svnweb.freebsd.org/changeset/ports/455883

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

Modified:
  head/devel/git/Makefile
  head/devel/git/pkg-descr

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Sun Dec 10 08:09:07 2017	(r455882)
+++ head/devel/git/Makefile	Sun Dec 10 09:00:26 2017	(r455883)
@@ -15,6 +15,7 @@ MAINTAINER=	garga@FreeBSD.org
 COMMENT?=	Distributed source code management tool
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS_INSTALL?=	git-gui-[0-9]* git-subversion-[0-9]* git-lite-[0-9]*
 

Modified: head/devel/git/pkg-descr
==============================================================================
--- head/devel/git/pkg-descr	Sun Dec 10 08:09:07 2017	(r455882)
+++ head/devel/git/pkg-descr	Sun Dec 10 09:00:26 2017	(r455883)
@@ -1,4 +1,4 @@
 Git is a free and open source distributed version control system designed to
 handle everything from small to very large projects with speed and efficiency.
 
-WWW: http://git-scm.com/
+WWW: https://git-scm.com/



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