In the receipt: TARBALL="$SOURCE-$VERSION-$BRANCH.tar.bz2"
Will couse always cloning git when rebuild and save compression to "xf86-video-intel-2.99.917.tar.bz2" without add $BRANCH.
Suggestion: Edit "/usr/bin/cook" and use line functions in "bzr*)" for "git*)" and add before "create_tarball ;;"
mv $pkgsrc $pkgsrc-$BRANCH
pkgsrc="$pkgsrc-$BRANCH"
and will be save to xf86-video-intel-2.99.917-a511f22c.tar.bz2