Opened 13 years ago

Closed 13 years ago

#29349 closed update (fixed)

Polygraph update to v4.3.2

Reported by: fclaire@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: haspatch maintainer Cc:
Port: polygraph

Description

Please find attached the Portfile patche for Polygraph version 4.3.2

Thanks for committing !

Attachments (1)

Portfile-polygraph.diff (1.2 KB) - added by fclaire@… 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by fclaire@…

Attachment: Portfile-polygraph.diff 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 r78332. I removed the md5 checksum as we're gradually removing it from MacPorts. I also added ncurses and openssl dependencies, since it does link with them:

$ otool -L /opt/local/bin/polygraph-polymon
/opt/local/bin/polygraph-polymon:
	/opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
	/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
	/opt/local/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
Note: See TracTickets for help on using tickets.