Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 16:34:55 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419127 - head/lang/tcc
Message-ID:  <201607261634.u6QGYtsp040444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Jul 26 16:34:55 2016
New Revision: 419127
URL: https://svnweb.freebsd.org/changeset/ports/419127

Log:
  - Add LICENSE_FILE
  - Add PORTSCOUT to ignore invalid version
  - Update WWW in pkg-descr
  - Bump PORTREVISION
  
  Reviewed by:	feld (mentor)
  Approved by:	feld (mentor)
  Differential Revision:	D7292

Modified:
  head/lang/tcc/Makefile
  head/lang/tcc/pkg-descr

Modified: head/lang/tcc/Makefile
==============================================================================
--- head/lang/tcc/Makefile	Tue Jul 26 16:34:43 2016	(r419126)
+++ head/lang/tcc/Makefile	Tue Jul 26 16:34:55 2016	(r419127)
@@ -3,13 +3,16 @@
 PORTNAME=	tcc
 DISTVERSIONPREFIX=	release_
 DISTVERSION=	0_9_26
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	lang
 
 MAINTAINER=	cpm@FreeBSD.org
 COMMENT=	Tiny C Compiler
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+PORTSCOUT=	skipv:initial
 
 ONLY_FOR_ARCHS=	amd64 i386
 
@@ -26,7 +29,7 @@ MAKE_ARGS=	CONFIG_NOLDL=1
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 INFO=		tcc-doc
-PORTDOCS=	COPYING	Changelog README TODO VERSION
+PORTDOCS=	Changelog README TODO VERSION
 
 .include <bsd.port.options.mk>
 

Modified: head/lang/tcc/pkg-descr
==============================================================================
--- head/lang/tcc/pkg-descr	Tue Jul 26 16:34:43 2016	(r419126)
+++ head/lang/tcc/pkg-descr	Tue Jul 26 16:34:55 2016	(r419127)
@@ -18,4 +18,4 @@ Tiny C Compiler is perhaps the smallest 
   - C script supported: just add '#!/bin/env tcc -run' at the first line
     of your C source, and execute it directly from the command line.
 
-WWW: http://bellard.org/tcc/
+WWW: https://github.com/TinyCC/tinycc/



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