diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-22 08:49:30 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-22 08:49:30 +0000 |
commit | 8a4cd9c5c26f37947abcccc77fb5d6c1f57ad833 (patch) | |
tree | fabdfad10c03c1d703028166e1fea8e9fdba4da9 /textproc | |
parent | 5197a77df9bd0f6c7b763ac8c14685eed0082a8f (diff) |
- Update to 0.30
- Add LICENSE (Artistic 1 & GPLv1)
- Take Maintainership
Notes
Notes:
svn path=/head/; revision=289593
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-Fraction/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-String-Fraction/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/p5-String-Fraction/Makefile b/textproc/p5-String-Fraction/Makefile index 55d407471d13..510b1c51efdd 100644 --- a/textproc/p5-String-Fraction/Makefile +++ b/textproc/p5-String-Fraction/Makefile @@ -6,15 +6,18 @@ # PORTNAME= String-Fraction -PORTVERSION= 0.20 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Convert fractions into unicode chars -BUILD_DEPENDS= ${SITE_PERL}/HTML/Fraction.pm:${PORTSDIR}/textproc/p5-HTML-Fraction +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-Fraction>=0.40:${PORTSDIR}/textproc/p5-HTML-Fraction RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= String::Fraction.3 diff --git a/textproc/p5-String-Fraction/distinfo b/textproc/p5-String-Fraction/distinfo index 6ec8f5689638..6b2a4501911d 100644 --- a/textproc/p5-String-Fraction/distinfo +++ b/textproc/p5-String-Fraction/distinfo @@ -1,2 +1,2 @@ -SHA256 (String-Fraction-0.20.tar.gz) = 679ea7152387697e11c5825c05360d742d24db194d51ea86a7f80a06ad320b09 -SIZE (String-Fraction-0.20.tar.gz) = 1979 +SHA256 (String-Fraction-0.30.tar.gz) = 523d0b5a70e0025b33f3291fdf3b8e73cc1dca0cc208e89c39042635640c6d00 +SIZE (String-Fraction-0.30.tar.gz) = 25225 |