aboutsummaryrefslogtreecommitdiff
path: root/emulators/stella
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-04-06 03:26:38 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-04-06 03:26:38 +0000
commit7ffe01af0522d2fccd0eb628979ba570d525fe68 (patch)
treeceaa9589b27c1569f7bf7a4fd2fd5cbad08322d1 /emulators/stella
parent913d6ffd627937777ea9c00e241b43e71fa4c7a6 (diff)
downloadports-7ffe01af0522d2fccd0eb628979ba570d525fe68.tar.gz
ports-7ffe01af0522d2fccd0eb628979ba570d525fe68.zip
- Update to 3.9.3
- STAGE support
Notes
Notes: svn path=/head/; revision=350286
Diffstat (limited to 'emulators/stella')
-rw-r--r--emulators/stella/Makefile13
-rw-r--r--emulators/stella/distinfo4
2 files changed, 8 insertions, 9 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index f2f5680853f7..f0a153294b83 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= stella
-PORTVERSION= 3.9.2
+PORTVERSION= 3.9.3
CATEGORIES= emulators
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -21,19 +21,18 @@ HAS_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|=sdl-config|="$$SDL_CONFIG"|g' ${WRKSRC}/configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/stella ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/src/emucore/stella.pro ${DATADIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/stella ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/src/emucore/stella.pro ${STAGEDIR}${DATADIR}
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs && ${FIND} . | \
- ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/emulators/stella/distinfo b/emulators/stella/distinfo
index 9fea038e908c..5aeb6d042337 100644
--- a/emulators/stella/distinfo
+++ b/emulators/stella/distinfo
@@ -1,2 +1,2 @@
-SHA256 (stella-3.9.2-src.tar.gz) = a44e0d281ed6fb0d85ed613d2e534fe89e19e9477ec82a977b8d3e8eb1875b19
-SIZE (stella-3.9.2-src.tar.gz) = 2282963
+SHA256 (stella-3.9.3-src.tar.gz) = 8b343084c7aadb41e5aeada996c1c979c6e42d99aa10131e7870308e509362eb
+SIZE (stella-3.9.3-src.tar.gz) = 2291912