Opened 13 years ago

Closed 13 years ago

#29383 closed submission (fixed)

p5-net-cups

Reported by: clot@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: p5-net-cups

Description

Common Unix Printing System Interface for Perl5

Attachments (1)

Portfile (577 bytes) - added by clot@… 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by clot@…

Attachment: Portfile added

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r78969. I added a dependency on the zlib port because it does link with libz:

$ port -q contents p5-net-cups | xargs otool -L | grep -v "not an object"
/opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/auto/Net/CUPS/CUPS.bundle:
	/usr/lib/libcups.2.dylib (compatibility version 2.0.0, current version 2.8.0)
	/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
	/usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current version 41.0.0)
Note: See TracTickets for help on using tickets.