svn commit: r455883 - head/devel/git

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 10 09:00:28 UTC 2017


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 at 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/


More information about the svn-ports-head mailing list