Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2016 14:00:04 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415450 - head/graphics/zint
Message-ID:  <201605181400.u4IE047W097142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 18 14:00:04 2016
New Revision: 415450
URL: https://svnweb.freebsd.org/changeset/ports/415450

Log:
  - Simplify MASTER_SITES
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/zint/Makefile
  head/graphics/zint/pkg-descr

Modified: head/graphics/zint/Makefile
==============================================================================
--- head/graphics/zint/Makefile	Wed May 18 13:53:45 2016	(r415449)
+++ head/graphics/zint/Makefile	Wed May 18 14:00:04 2016	(r415450)
@@ -5,12 +5,13 @@ PORTNAME=	zint
 PORTVERSION=	2.4.3
 PORTREVISION=	4
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	SF
 
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Zint Barcode Generator
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:graphics/png
 

Modified: head/graphics/zint/pkg-descr
==============================================================================
--- head/graphics/zint/pkg-descr	Wed May 18 13:53:45 2016	(r415449)
+++ head/graphics/zint/pkg-descr	Wed May 18 14:00:04 2016	(r415450)
@@ -2,4 +2,4 @@ A barcode encoding library supporting ov
 Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417,
 MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more.
 
-WWW:	http://www.zint.org.uk/
+WWW: http://www.zint.org.uk/



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