svn commit: r419127 - head/lang/tcc

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jul 26 16:34:57 UTC 2016


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


More information about the svn-ports-all mailing list