Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2012 01:47:11 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302560 - head/www/c-icap-modules
Message-ID:  <201208150147.q7F1lBYb082797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed Aug 15 01:47:11 2012
New Revision: 302560
URL: http://svn.freebsd.org/changeset/ports/302560

Log:
  Fix LICENSE

Modified:
  head/www/c-icap-modules/Makefile

Modified: head/www/c-icap-modules/Makefile
==============================================================================
--- head/www/c-icap-modules/Makefile	Wed Aug 15 01:44:24 2012	(r302559)
+++ head/www/c-icap-modules/Makefile	Wed Aug 15 01:47:11 2012	(r302560)
@@ -7,6 +7,7 @@
 
 PORTNAME=	c-icap
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.2.x/
 PKGNAMESUFFIX=	-modules
@@ -15,8 +16,7 @@ DISTNAME=	c_icap_modules-${PORTVERSION}
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	c-icap modules virus_scan and srv_url_check
 
-LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=	GPLv2
 
 LIB_DEPENDS+=	icapapi:${PORTSDIR}/www/c-icap \
 		clamav:${PORTSDIR}/security/clamav



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