From owner-svn-ports-all@freebsd.org Sat Dec 17 12:58: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 CDDC1C847CC; Sat, 17 Dec 2016 12:58:06 +0000 (UTC) (envelope-from sunpoet@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 7ABA01F17; Sat, 17 Dec 2016 12:58:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBHCw5r5079297; Sat, 17 Dec 2016 12:58:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHCw5eG079294; Sat, 17 Dec 2016 12:58:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612171258.uBHCw5eG079294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Dec 2016 12:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428745 - head/graphics/p5-Graphics-Primitive-Driver-Cairo 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.23 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: Sat, 17 Dec 2016 12:58:06 -0000 Author: sunpoet Date: Sat Dec 17 12:58:05 2016 New Revision: 428745 URL: https://svnweb.freebsd.org/changeset/ports/428745 Log: - Update to 0.47 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/Changes Modified: head/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile head/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo Modified: head/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile ============================================================================== --- head/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile Sat Dec 17 12:58:00 2016 (r428744) +++ head/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile Sat Dec 17 12:58:05 2016 (r428745) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Graphics-Primitive-Driver-Cairo -PORTVERSION= 0.46 +PORTVERSION= 0.47 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Cairo backend for Graphics::Pri LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Cairo>=0:graphics/p5-Cairo \ p5-Graphics-Primitive>=0:graphics/p5-Graphics-Primitive \ @@ -20,6 +21,7 @@ BUILD_DEPENDS= p5-Cairo>=0:graphics/p5-C RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Graphics-Color>=0:graphics/p5-Graphics-Color +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo ============================================================================== --- head/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo Sat Dec 17 12:58:00 2016 (r428744) +++ head/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo Sat Dec 17 12:58:05 2016 (r428745) @@ -1,2 +1,3 @@ -SHA256 (Graphics-Primitive-Driver-Cairo-0.46.tar.gz) = 30ff39c2e5d67081dada2abf94bb29c1286e8d758dcb74d81f84a00386f23a51 -SIZE (Graphics-Primitive-Driver-Cairo-0.46.tar.gz) = 19228 +TIMESTAMP = 1481901486 +SHA256 (Graphics-Primitive-Driver-Cairo-0.47.tar.gz) = 82ed5a7dbfad92204a6de185109c6360e5e9dfe14e1b9c09951d912ef23def49 +SIZE (Graphics-Primitive-Driver-Cairo-0.47.tar.gz) = 19240