diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-09 18:37:43 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:41:57 +0800 |
commit | 3cd4ae477519a5614baa2e1d935c7a13670374ff (patch) | |
tree | 893e605df469209c4d5326156fdcb7f91ef9f21c /www | |
parent | 3961f92b511681c252884dd96e43d26372b0ca21 (diff) | |
download | freebsd-ports-gnome-3cd4ae477519a5614baa2e1d935c7a13670374ff.tar.gz freebsd-ports-gnome-3cd4ae477519a5614baa2e1d935c7a13670374ff.tar.zst freebsd-ports-gnome-3cd4ae477519a5614baa2e1d935c7a13670374ff.zip |
Update to 0.13
- Add removed Perl core module to *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/HTTP-Server-Simple-Static/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple-Static/Makefile b/www/p5-HTTP-Server-Simple-Static/Makefile index 01d3082442d3..b7f2795413b9 100644 --- a/www/p5-HTTP-Server-Simple-Static/Makefile +++ b/www/p5-HTTP-Server-Simple-Static/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= HTTP-Server-Simple-Static -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,13 @@ COMMENT= Serve static files with HTTP::Server::Simple LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -RUN_DEPENDS= p5-File-LibMagic>=0:devel/p5-File-LibMagic \ +BUILD_DEPENDS= p5-CGI>=3.46:www/p5-CGI \ + p5-File-LibMagic>=0:devel/p5-File-LibMagic \ p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \ p5-URI>=0:net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPEND} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild diff --git a/www/p5-HTTP-Server-Simple-Static/distinfo b/www/p5-HTTP-Server-Simple-Static/distinfo index e419d892b7c3..2c10561b5fa8 100644 --- a/www/p5-HTTP-Server-Simple-Static/distinfo +++ b/www/p5-HTTP-Server-Simple-Static/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474632737 -SHA256 (HTTP-Server-Simple-Static-0.12.tar.gz) = d0b9fb1332f07c0b645d53351ca6c39ccf7680d8ca40295e1b97e3d30de20596 -SIZE (HTTP-Server-Simple-Static-0.12.tar.gz) = 6208 +TIMESTAMP = 1507462302 +SHA256 (HTTP-Server-Simple-Static-0.13.tar.gz) = 75398a3c257444174aa1cad337ea80adfba7d629bae5a3d280d97d75ee9aabbe +SIZE (HTTP-Server-Simple-Static-0.13.tar.gz) = 6580 |