svn commit: r391267 - head/graphics/libvisual04

Chris Rees crees at FreeBSD.org
Fri Jul 3 18:07:25 UTC 2015


Author: crees
Date: Fri Jul  3 18:07:24 2015
New Revision: 391267
URL: https://svnweb.freebsd.org/changeset/ports/391267

Log:
  Fix licence details
  
  PR:		ports/156452
  Submitted by:	jbeich

Modified:
  head/graphics/libvisual04/Makefile

Modified: head/graphics/libvisual04/Makefile
==============================================================================
--- head/graphics/libvisual04/Makefile	Fri Jul  3 18:05:41 2015	(r391266)
+++ head/graphics/libvisual04/Makefile	Fri Jul  3 18:07:24 2015	(r391267)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvisual
 PORTVERSION=	0.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	04
@@ -11,8 +11,7 @@ PKGNAMESUFFIX=	04
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Abstraction library that sits between apps and visual plugin
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=	LGPL21 # or any later version
 
 USES=		gettext libtool:keepla pathfix pkgconfig
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list