Opened 18 years ago

Closed 18 years ago

Last modified 11 years ago

#10729 closed enhancement (fixed)

NEW: p5-html-scrubber

Reported by: mj000219@… Owned by: yeled@…
Priority: Not set Milestone:
Component: ports Version:
Keywords: Cc: mj000219@…
Port:

Description

PortSystem           1.0
PortGroup            perl5 1.0
perl5.setup          HTML-Scrubber 0.08
platforms            darwin
checksums            md5 abadf246e528f3e2d31717ef8a1d90f2
depends_lib-append   port:p5-html-parser port:p5-test port:p5-test-more

Change History (4)

comment:1 Changed 18 years ago by mj000219@…

Correction -- Test::More is provided by p5-test-simple

PortSystem           1.0
PortGroup            perl5 1.0
perl5.setup          HTML-Scrubber 0.08
platforms            darwin
checksums            md5 abadf246e528f3e2d31717ef8a1d90f2
depends_lib-append   port:p5-html-parser port:p5-test port:p5-test-simple

comment:2 Changed 18 years ago by markd@…

Cc: mj000219@… added

The p5-test port dependency doesn't exist.

comment:3 Changed 18 years ago by mj000219@…

Sorry about that; the Test module is provided by the base perl install, so the p5-test dependency is just bogus. The corrected Portfile is:

PortSystem           1.0
PortGroup            perl5 1.0
perl5.setup          HTML-Scrubber 0.08
platforms            darwin
checksums            md5 abadf246e528f3e2d31717ef8a1d90f2
depends_lib-append   port:p5-html-parser port:p5-test-simple

comment:4 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed.

Note: See TracTickets for help on using tickets.