Index: head/devel/onscripter/Makefile =================================================================== --- head/devel/onscripter/Makefile (revision 412197) +++ head/devel/onscripter/Makefile (revision 412198) @@ -1,62 +1,60 @@ # $FreeBSD$ PORTNAME= onscripter -PORTVERSION= 20150820 +PORTVERSION= 20160327 CATEGORIES= devel games MASTER_SITES= http://onscripter.sourceforge.jp/ MAINTAINER= jbeich@FreeBSD.org COMMENT?= Visual novel engine compatible with NScripter LICENSE= GPLv2+ LIB_DEPENDS= libsmpeg.so:multimedia/smpeg \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= sdl_ttf>=2.0.11_6:graphics/sdl_ttf USES= gmake USE_SDL= image mixer ttf MAKEFILE= Makefile.Linux ALL_TARGET= ALL MAKE_ARGS= RM="${RM}" LDFLAGS+= -Wl,--as-needed PORTDOCS= * PLIST_FILES?= bin/nsaconv \ bin/nsadec \ bin/onscripter \ bin/sarconv \ bin/sardec OPTIONS_DEFINE= DOCS ENGLISH LUA PDA UTF8 OPTIONS_DEFAULT=LUA UTF8 OPTIONS_EXCLUDE?=ENGLISH ENGLISH_DESC= Single-byte character mode ENGLISH_CFLAGS?=-DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR LUA_USES= lua PDA_DESC= Fit window size to screen on small PDA devices PDA_CFLAGS?= -DPDA_AUTOSIZE UTF8_CFLAGS?= -DUTF8_CAPTION -DUTF8_FILESYSTEM post-patch: @${REINPLACE_CMD} -e 's/$$(LIBS)/$$(LDFLAGS) &/' \ ${WRKSRC}/Makefile.onscripter - @${REINPLACE_CMD} -e 's/luaL_checkint/(int)&eger/' \ - ${WRKSRC}/LUAHandler.cpp post-patch-LUA-off: @${REINPLACE_CMD} '/optional: lua/,/^$$/d' ${WRKSRC}/${MAKEFILE} .if !target(do-install) do-install: .for f in ${PLIST_FILES:T} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor post-install-DOCS-on: (cd ${WRKSRC}/www && ${COPYTREE_SHARE} \ . ${STAGEDIR}${DOCSDIR} \ "! -name *.orig ! -name *.bak") .endif # do-install .include Index: head/devel/onscripter/distinfo =================================================================== --- head/devel/onscripter/distinfo (revision 412197) +++ head/devel/onscripter/distinfo (revision 412198) @@ -1,2 +1,2 @@ -SHA256 (onscripter-20150820.tar.gz) = 5bbf4d393c9d0874670c22f897ade93c83b4b47d0d70ae0423bf0a8acdeaf56f -SIZE (onscripter-20150820.tar.gz) = 236933 +SHA256 (onscripter-20160327.tar.gz) = 1a852515feda20eee2447dd737478d86b90d99591d415bbffe9152f18acfd47e +SIZE (onscripter-20160327.tar.gz) = 236910 Index: head/devel/onscripter/pkg-descr =================================================================== --- head/devel/onscripter/pkg-descr (revision 412197) +++ head/devel/onscripter/pkg-descr (revision 412198) @@ -1,6 +1,6 @@ Open source clone of NScripter, a game engine used to create and perform visual novels. This package provides the version to run Japanese games. -WWW: http://onscripter.sourceforge.jp/onscripter.html +WWW: https://onscripter.osdn.jp/onscripter.html Index: head/devel/onscripter-1byte/pkg-descr =================================================================== --- head/devel/onscripter-1byte/pkg-descr (revision 412197) +++ head/devel/onscripter-1byte/pkg-descr (revision 412198) @@ -1,6 +1,6 @@ Open source clone of NScripter, a game engine used to create and perform visual novels. This package provides 1-byte version which is able to run English games. -WWW: http://onscripter.sourceforge.jp/onscripter.html +WWW: https://onscripter.osdn.jp/onscripter.html