Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 2015 09:38:57 +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: r400829 - head/devel/p5-Getopt-Tabular
Message-ID:  <201511050938.tA59cvCS014615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov  5 09:38:57 2015
New Revision: 400829
URL: https://svnweb.freebsd.org/changeset/ports/400829

Log:
  - Add missing file to plist
  - Add NO_ARCH
  - Remove unneeded MAN3
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Getopt-Tabular/Makefile
  head/devel/p5-Getopt-Tabular/pkg-plist

Modified: head/devel/p5-Getopt-Tabular/Makefile
==============================================================================
--- head/devel/p5-Getopt-Tabular/Makefile	Thu Nov  5 08:48:51 2015	(r400828)
+++ head/devel/p5-Getopt-Tabular/Makefile	Thu Nov  5 09:38:57 2015	(r400829)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Getopt-Tabular
 PORTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +13,6 @@ COMMENT=	Table-driven argument parsing f
 
 USES=		perl5
 USE_PERL5=	configure
-
-MAN3=		Getopt::Tabular.3
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Getopt-Tabular/pkg-plist
==============================================================================
--- head/devel/p5-Getopt-Tabular/pkg-plist	Thu Nov  5 08:48:51 2015	(r400828)
+++ head/devel/p5-Getopt-Tabular/pkg-plist	Thu Nov  5 09:38:57 2015	(r400829)
@@ -1,2 +1,3 @@
 %%PERL5_MAN3%%/Getopt::Tabular.3.gz
 %%SITE_PERL%%/Getopt/Tabular.pm
+%%SITE_PERL%%/Getopt/Tabular.pod



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