Date: Tue, 28 Feb 2017 22:50:08 +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: r435089 - in head: devel/p5-File-Temp editors/p5-Vimana www/p5-Toader Message-ID: <201702282250.v1SMo851080442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 28 22:50:08 2017 New Revision: 435089 URL: https://svnweb.freebsd.org/changeset/ports/435089 Log: Use real PORTVERSION and update dependent ports - Add LICENSE - Add NO_ARCH Modified: head/devel/p5-File-Temp/Makefile head/editors/p5-Vimana/Makefile head/www/p5-Toader/Makefile Modified: head/devel/p5-File-Temp/Makefile ============================================================================== --- head/devel/p5-File-Temp/Makefile Tue Feb 28 22:50:03 2017 (r435088) +++ head/devel/p5-File-Temp/Makefile Tue Feb 28 22:50:08 2017 (r435089) @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= File-Temp -PORTVERSION= 0.23.04 +PORTVERSION= 0.2304 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to generate temporary files or directories safely +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/editors/p5-Vimana/Makefile ============================================================================== --- head/editors/p5-Vimana/Makefile Tue Feb 28 22:50:03 2017 (r435088) +++ head/editors/p5-Vimana/Makefile Tue Feb 28 22:50:08 2017 (r435089) @@ -21,7 +21,7 @@ RUN_DEPENDS= vim:editors/vim \ 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.22:devel/p5-File-Temp \ + 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 \ Modified: head/www/p5-Toader/Makefile ============================================================================== --- head/www/p5-Toader/Makefile Tue Feb 28 22:50:03 2017 (r435088) +++ head/www/p5-Toader/Makefile Tue Feb 28 22:50:08 2017 (r435089) @@ -27,7 +27,7 @@ BUILD_DEPENDS= p5-Config-Tiny>=2.14:deve p5-TimeDate>=1.20:devel/p5-TimeDate \ p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Pod-Simple>=3.26:textproc/p5-Pod-Simple \ - p5-File-Temp>=0.22:devel/p5-File-Temp \ + p5-File-Temp>=0.2200:devel/p5-File-Temp \ p5-Image-ExifTool>=9.04:graphics/p5-Image-ExifTool \ p5-GD-Thumbnail>=1.41:graphics/p5-GD-Thumbnail \ p5-Text-Tags>=0.04:textproc/p5-Text-Tags \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702282250.v1SMo851080442>