Joshua Root wrote:
Ryan Schmidt wrote:
You should have used "svn mv" to rename pgpFullLicense.c-patch to patch-pgpFullLicense.c.diff. It looks like you just added it anew. Look the revision history now in the repository:
http://trac.macosforge.org/projects/macports/log/trunk/dports/security/pgp/f...
See, it looks like the file just came into existence in r34326. But it didn't. It had a previous history that should have been preserved:
http://trac.macosforge.org/projects/macports/log/trunk/dports/mail/pgp5/file...
Sorry about that. The command I used was 'svn mv mail/pgp5 security/pgp', which seems to have worked as expected for the portfile but not the patch.
And I just realised that the above explanation is incomplete... I did 'svn mv mail/pgp5 security/pgp' followed by 'svn mv security/pgp/files/pgpFullLicense.c-patch security/pgp/files/patch-pgpFullLicense.c.diff'. The latter is what doesn't seem to have done the expected thing. - Josh