On 2023/09/02 10:10, Lucas Raab wrote: > Hello, > > Here's a new port for a forthcoming update to devilutionX > > libsmackerdec is a library for decoding smacker encoded audio files. > > Thanks to bcallah for the review and updates. > > Thanks, > Lucas
: DISTNAME = ${GH_PROJECT}-20220625 not essential, but i'd use e.g. 0.0.20220625 to reduce the chance of needing EPOCH in the future : post-extract: : @cp ${FILESDIR}/CMakeLists.txt ${WRKSRC}/ I would prefer to skip the @ so it's obvious from running 'make' what is going on. (also, maybe do this in post-patch so that "make extract" doesn't add a ports-only file?) otherwise OK.