Update to 0.9.8

PR:		ports/168356
Submitted by:	Barbara
Approved by:	maintainer
This commit is contained in:
Rene Ladan 2012-06-04 18:05:59 +00:00
parent 5bcff0e6d2
commit 1acc89ce3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298378
2 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= desmume
PORTVERSION= 0.9.7
PORTREVISION= 2
PORTVERSION= 0.9.8
CATEGORIES= emulators
MASTER_SITES= SF
@ -46,10 +45,11 @@ BROKEN= Does not compile on ia64
.endif
post-patch:
@${REINPLACE_CMD} -e 's|mode_t|mode_t_|g' ${WRKSRC}/src/utils/libfat/libfat_pc.h
# FreeBSD 7.x is missing strnlen(), adjusting this enables a builtin version of strnlen()
.if ${OSVERSION} < 800000
@${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g' ${WRKSRC}/src/utils/libfat/directory.cpp
@${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g; \
/AvailabilityMacros\.h/d' \
${WRKSRC}/src/utils/libfat/directory.cpp
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (desmume-0.9.7.tar.gz) = 0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523
SIZE (desmume-0.9.7.tar.gz) = 1142550
SHA256 (desmume-0.9.8.tar.gz) = 78363468a2d5efba95de57739a9c81a3757ecd76c2a183ec68336e30d47a5e01
SIZE (desmume-0.9.8.tar.gz) = 3677290