Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 21:48:36 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443123 - head/devel/libtrue
Message-ID:  <201706102148.v5ALmagP094974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Jun 10 21:48:36 2017
New Revision: 443123
URL: https://svnweb.freebsd.org/changeset/ports/443123

Log:
  - Remove unneeded MASTER_SITES
  - Add LICENSE
  
  Submitted by:	dbaio

Modified:
  head/devel/libtrue/Makefile

Modified: head/devel/libtrue/Makefile
==============================================================================
--- head/devel/libtrue/Makefile	Sat Jun 10 21:25:41 2017	(r443122)
+++ head/devel/libtrue/Makefile	Sat Jun 10 21:48:36 2017	(r443123)
@@ -2,12 +2,14 @@
 
 PORTNAME=	libtrue
 PORTVERSION=	20170609
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
-MASTER_SITES=	GH
 
 MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	You can't handle the truth
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 GH_TAGNAME=	cc8c99f5d1406b5e7db7d712aff2b6b294560ace



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