Index: head/archivers/unmass/Makefile =================================================================== --- head/archivers/unmass/Makefile (revision 423989) +++ head/archivers/unmass/Makefile (revision 423990) @@ -1,31 +1,36 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= unmass -PORTVERSION= 0.9 +PORTVERSION= 0.92 CATEGORIES= archivers MASTER_SITES= http://mirex.mypage.sk/FILES/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Extract game archives such as wad, dar, mea exe's, and many more LICENSE= GPLv2 USES= gmake dos2unix GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev_cmd PLIST_FILES= bin/unmass + +CFLAGS+= -DUNIX + +post-extract: + @${MV} ${WRKSRC}/../src/* ${WRKSRC}/src/ post-patch: .for f in ma.cpp massfs.h utools.h @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/${f} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}_kdev \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/archivers/unmass/distinfo =================================================================== --- head/archivers/unmass/distinfo (revision 423989) +++ head/archivers/unmass/distinfo (revision 423990) @@ -1,2 +1,3 @@ -SHA256 (unmass-0.9.tar.gz) = ed3829e4a73592ed3b0628a8ded27b4aec052d39b2083dac5213fcd628054e51 -SIZE (unmass-0.9.tar.gz) = 393735 +TIMESTAMP = 1476476744 +SHA256 (unmass-0.92.tar.gz) = 810e59f74f4c033fec3da6d331c683870823f1fc808a2f52f67baaaae5e57d3f +SIZE (unmass-0.92.tar.gz) = 390954