On 2013/01/08 21:47, Stefan Sperling wrote: > This is a small python program that supports operations on Subversion > repository dump files which the stock Subversion tools do not support. > > ok?
| # $OpenBSD$ | COMMENT = processing subversion dump files | V = 0.6.1 | DISTNAME = svndumptool-${V} .. | MASTER_SITES = http://svn.borg.ch/svndumptool/${V}/ please use MODPY_EGG_VERSION instead of V, and use this in PLIST, i.e. lib/python${MODPY_VERSION}/site-packages/svndumptool-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info instead of lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME}-py${MODPY_VERSION}.egg-info (the latter will break when someone bumps REVISION). rest looks good (though I would add a linefeed between the rcs id and COMMENT lines).