From owner-svn-ports-all@freebsd.org Wed Jan 6 09:17:54 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 D1572A6405C; Wed, 6 Jan 2016 09:17:54 +0000 (UTC) (envelope-from az@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 9EFC41FBB; Wed, 6 Jan 2016 09:17:54 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u069HrfW089129; Wed, 6 Jan 2016 09:17:53 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u069HrVa089127; Wed, 6 Jan 2016 09:17:53 GMT (envelope-from az@FreeBSD.org) Message-Id: <201601060917.u069HrVa089127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Wed, 6 Jan 2016 09:17:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405341 - head/graphics/p5-Data-Google-Visualization-DataTable 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.20 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, 06 Jan 2016 09:17:54 -0000 Author: az Date: Wed Jan 6 09:17:53 2016 New Revision: 405341 URL: https://svnweb.freebsd.org/changeset/ports/405341 Log: - do not install .orig file - add NO_ARCH - bump PORTREVISION Reviewed by: miwi Modified: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Modified: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/Makefile Wed Jan 6 08:50:23 2016 (r405340) +++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile Wed Jan 6 09:17:53 2016 (r405341) @@ -2,6 +2,7 @@ PORTNAME= Data-Google-Visualization-DataTable PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,5 +18,6 @@ RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Wed Jan 6 08:50:23 2016 (r405340) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Wed Jan 6 09:17:53 2016 (r405341) @@ -1,3 +1,3 @@ %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm -%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig +@comment %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig %%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz