svn commit: r400829 - head/devel/p5-Getopt-Tabular

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 5 09:38:59 UTC 2015


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


More information about the svn-ports-all mailing list