Norman Feske 179f742924 ports/libports: Handle failed integrity checks
This patch makes the handling of failed integrity checks of 3rd-party
packages more robust. Previously, a once failed 'make prepare PKG=curl'
would not leave any trace of the verification state. Hence, a successive
attempt to perform the 'make prepare' step again succeeded even if the
signature check failed.

To solve this problem, the outcome of a successful signature check is
represented by a tag file called 'download/<archive-name>.verified'.
Because the rule for extracting the archive depends on the .verify tag
file, the extraction step is not performed until the signature check
succeeds.

Issue #748
2013-06-10 10:44:10 +02:00
..
2013-02-25 22:14:21 +01:00
2012-06-20 19:44:02 +02:00
2013-04-15 13:14:04 +02:00
2013-04-05 12:49:55 +02:00
2013-01-12 15:20:09 +01:00
2011-12-22 16:19:25 +01:00
2011-12-22 16:19:25 +01:00
2013-02-25 22:14:21 +01:00
2011-12-22 16:19:25 +01:00
2013-02-25 22:14:21 +01:00
2013-05-10 11:16:12 +02:00
2011-12-22 16:19:25 +01:00
2012-08-17 11:51:57 +02:00
2012-11-14 16:55:33 +01:00