Date: Tue, 11 Apr 2017 00:47:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438234 - head/editors/p5-Vimana Message-ID: <201704110047.v3B0lw6R038776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 11 00:47:58 2017 New Revision: 438234 URL: https://svnweb.freebsd.org/changeset/ports/438234 Log: Remove Perl core modules - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/editors/p5-Vimana/Makefile Modified: head/editors/p5-Vimana/Makefile ============================================================================== --- head/editors/p5-Vimana/Makefile Tue Apr 11 00:47:54 2017 (r438233) +++ head/editors/p5-Vimana/Makefile Tue Apr 11 00:47:58 2017 (r438234) @@ -3,7 +3,7 @@ PORTNAME= Vimana PORTVERSION= 2010.09303 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORNELIUS @@ -17,19 +17,16 @@ RUN_DEPENDS= vim:editors/vim \ p5-App-CLI>=0.08:devel/p5-App-CLI \ p5-Archive-Extract>=0.34:archivers/p5-Archive-Extract \ p5-DateTime>=0:devel/p5-DateTime \ - p5-Digest-MD5>=2.39:security/p5-Digest-MD5 \ p5-Exporter-Lite>=0.2:devel/p5-Exporter-Lite \ p5-File-Type>=0.22:devel/p5-File-Type \ - p5-File-Path>=2.07:devel/p5-File-Path \ - p5-File-Temp>=0.2200:devel/p5-File-Temp \ p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ - p5-JSON-PP>=0:converters/p5-JSON-PP \ p5-Mouse>=0:devel/p5-Mouse \ p5-PathTools>=0:devel/p5-PathTools \ p5-URI>=1.37:net/p5-URI \ p5-YAML>=0:textproc/p5-YAML \ p5-libwww>=5.835:www/p5-libwww +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704110047.v3B0lw6R038776>