mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to 0.95
- While I'm here: - Fix LICENSE - Add BUILD_DEPENDS - Fix *_DEPENDS: File::Spec::Native is not required - Fix version requirement of *_DEPENDS Changes: http://search.cpan.org/dist/Any-Daemon/ChangeLog PR: 226360 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer)
This commit is contained in:
parent
d3067279e2
commit
30efaa2fe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463666
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Any-Daemon
|
||||
PORTVERSION= 0.94
|
||||
PORTVERSION= 0.95
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
@ -12,10 +12,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= martin@waschbuesch.de
|
||||
COMMENT= Provides basic needs for a daemon
|
||||
|
||||
LICENSE= ART10
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS:= p5-Log-Report-Optional>=0:devel/p5-Log-Report-Optional \
|
||||
p5-File-Spec-Native>=0:devel/p5-File-Spec-Native
|
||||
BUILD_DEPENDS= p5-Log-Report-Optional>=1.06:devel/p5-Log-Report-Optional
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Any-Daemon-0.94.tar.gz) = d2e9e517da4ee6afb6132cf17f9d5498cc9be3680252411312b65291356bbaa7
|
||||
SIZE (Any-Daemon-0.94.tar.gz) = 8068
|
||||
TIMESTAMP = 1520264648
|
||||
SHA256 (Any-Daemon-0.95.tar.gz) = 7f3dfff95970eb87184e554d1e361cd48328af681a95f19d4ef2d73004388c88
|
||||
SIZE (Any-Daemon-0.95.tar.gz) = 9449
|
||||
|
Loading…
Reference in New Issue
Block a user