diff options
| author | Fukang Chen <loader@FreeBSD.org> | 2021-05-16 08:16:32 +0000 | 
|---|---|---|
| committer | Fukang Chen <loader@FreeBSD.org> | 2021-05-16 10:02:56 +0000 | 
| commit | 1d21678939332c0c3007bd336b6c093b0b517ea1 (patch) | |
| tree | a7e1cdd5a58be8b692c5bf2f3011be2592ac5d0d /textproc/p5-HTML-FormatText-WithLinks | |
| parent | devel/py-spyder-kernels: Update to 2.0.3 (diff) | |
textproc/p5-HTML-FormatText-WithLinks: Update to 0.15
- Update to 0.15
- Add TEST_DEPENDS
- Add NO_ARCH
- Remove leading comment section
Approved by:	koobs (mentor, implicit)
MFH:		No (catch up with upstream new release)
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks')
| -rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/Makefile | 11 | ||||
| -rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/distinfo | 5 | 
2 files changed, 10 insertions, 6 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile index 5fa48e1d696d..90c254ed5f55 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -1,8 +1,5 @@ -# Created by: Fukang Chen <loader@FreeBSD.org> -  PORTNAME=	HTML-FormatText-WithLinks -PORTVERSION=	0.14 -PORTREVISION=	1 +PORTVERSION=	0.15  CATEGORIES=	textproc perl5  MASTER_SITES=	CPAN  PKGNAMEPREFIX=	p5- @@ -15,9 +12,15 @@ LICENSE_COMB=	dual  BUILD_DEPENDS=	${RUN_DEPENDS}  RUN_DEPENDS=	p5-HTML-Format>=0:textproc/p5-HTML-Format \ +		p5-HTML-Tree>=0:www/p5-HTML-Tree \  		p5-URI>=0:net/p5-URI +TEST_DEPENDS=	p5-Test-Pod>=1.00:devel/p5-Test-Pod \ +		p5-Test-Pod-Coverage>=0.08:devel/p5-Test-Pod-Coverage \ +		p5-Test-MockObject>=0:devel/p5-Test-MockObject  USES=		perl5  USE_PERL5=	configure +NO_ARCH=	yes +  .include <bsd.port.mk> diff --git a/textproc/p5-HTML-FormatText-WithLinks/distinfo b/textproc/p5-HTML-FormatText-WithLinks/distinfo index 546fc4ebd36f..a3f3194d3f8f 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/distinfo +++ b/textproc/p5-HTML-FormatText-WithLinks/distinfo @@ -1,2 +1,3 @@ -SHA256 (HTML-FormatText-WithLinks-0.14.tar.gz) = 35ececbc8a3ceda23e03c1e88b1e1ba02193deb455630d093ed30365e845e8ff -SIZE (HTML-FormatText-WithLinks-0.14.tar.gz) = 11339 +TIMESTAMP = 1620805906 +SHA256 (HTML-FormatText-WithLinks-0.15.tar.gz) = 7fcc1ab79eb58fb97d43e5bdd14e21791a250a204998918c62d6a171131833b1 +SIZE (HTML-FormatText-WithLinks-0.15.tar.gz) = 11915  | 
