From owner-svn-ports-all@freebsd.org Wed May 18 14:00:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05384B3F34F; Wed, 18 May 2016 14:00:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBB331262; Wed, 18 May 2016 14:00:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4IE05r4097144; Wed, 18 May 2016 14:00:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4IE047W097142; Wed, 18 May 2016 14:00:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605181400.u4IE047W097142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 May 2016 14:00:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415450 - head/graphics/zint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 14:00:06 -0000 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/