On Dec 6, 2007, at 13:27, saispo@macports.org wrote:
Modified: trunk/dports/audio/libao/Portfile =================================================================== --- trunk/dports/audio/libao/Portfile 2007-12-06 18:47:51 UTC (rev 31765) +++ trunk/dports/audio/libao/Portfile 2007-12-06 19:27:22 UTC (rev 31766) @@ -2,8 +2,8 @@
PortSystem 1.0 name libao -version 0.8.6 -revision 2 +version 0.8.8 +revision 1
Don't change this now, but remember for next time that the first revision of a given port version is 0, not 1. In the future, just remove the revision line when upgrading a port's version to get the default revision of 0.
-patchfiles patch-AU-configure patch-AU- src__plugins__macosx__ao_macosx.c +patchfiles patch-configure
Patchfiles should be named "patch-whatever.diff". See "port lint". Also, you removed references to some patchfiles, but didn't remove the patchfiles themselves....?