svn commit: r439529 - head/devel/p5-Dir-Project

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 27 07:59:43 UTC 2017


Author: sunpoet
Date: Thu Apr 27 07:59:41 2017
New Revision: 439529
URL: https://svnweb.freebsd.org/changeset/ports/439529

Log:
  Update to 3.026
  
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Dir-Project/Changes

Modified:
  head/devel/p5-Dir-Project/Makefile
  head/devel/p5-Dir-Project/distinfo
  head/devel/p5-Dir-Project/pkg-plist

Modified: head/devel/p5-Dir-Project/Makefile
==============================================================================
--- head/devel/p5-Dir-Project/Makefile	Thu Apr 27 07:59:34 2017	(r439528)
+++ head/devel/p5-Dir-Project/Makefile	Thu Apr 27 07:59:41 2017	(r439529)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dir-Project
-PORTVERSION=	3.025
-PORTREVISION=	1
+PORTVERSION=	3.026
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +13,7 @@ COMMENT=	Project Environment determinati
 LICENSE=	LGPL3 ART20
 LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ENV=	DIRPROJECT_PREFIX=${PREFIX}

Modified: head/devel/p5-Dir-Project/distinfo
==============================================================================
--- head/devel/p5-Dir-Project/distinfo	Thu Apr 27 07:59:34 2017	(r439528)
+++ head/devel/p5-Dir-Project/distinfo	Thu Apr 27 07:59:41 2017	(r439529)
@@ -1,2 +1,3 @@
-SHA256 (Dir-Project-3.025.tar.gz) = f29db2608910465d7de734943f9c4097f11c4e22498760f57f9280d4ce12de02
-SIZE (Dir-Project-3.025.tar.gz) = 14742
+TIMESTAMP = 1493274347
+SHA256 (Dir-Project-3.026.tar.gz) = b095e86ccab8ac08dfac5315e066a85bfcd01abb7ff81aa5c159e9a06dc0fb6d
+SIZE (Dir-Project-3.026.tar.gz) = 14787

Modified: head/devel/p5-Dir-Project/pkg-plist
==============================================================================
--- head/devel/p5-Dir-Project/pkg-plist	Thu Apr 27 07:59:34 2017	(r439528)
+++ head/devel/p5-Dir-Project/pkg-plist	Thu Apr 27 07:59:41 2017	(r439529)
@@ -1,7 +1,7 @@
 bin/project_bin
 bin/project_dir
-%%PERL5_MAN3%%/Dir::Project.3.gz
-%%SITE_PERL%%/Dir/Project.pm
 lib/project_dir.mk
+%%SITE_PERL%%/Dir/Project.pm
 %%PERL5_MAN1%%/project_bin.1.gz
 %%PERL5_MAN1%%/project_dir.1.gz
+%%PERL5_MAN3%%/Dir::Project.3.gz


More information about the svn-ports-all mailing list