mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 2.35
- add new Build depend module (Filter::Simple)
This commit is contained in:
parent
9c29f9eabb
commit
2498dca090
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127071
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= txt2html
|
PORTNAME= txt2html
|
||||||
PORTVERSION= 2.31
|
PORTVERSION= 2.35
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= txt2html
|
MASTER_SITE_SUBDIR= txt2html
|
||||||
|
@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= txt2html
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Convert raw text to something with a little HTML formatting
|
COMMENT= Convert raw text to something with a little HTML formatting
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile
|
BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
|
||||||
|
${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
PERL_MODBUILD= yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (txt2html-2.31.tar.gz) = 20550f2872a09304a04f26d3335ed3bd
|
MD5 (txt2html-2.35.tar.gz) = 17eff4917cfcabd74478e20ffb6ac89d
|
||||||
SIZE (txt2html-2.31.tar.gz) = 95540
|
SIZE (txt2html-2.35.tar.gz) = 114352
|
||||||
|
|
Loading…
Add table
Reference in a new issue