Index: branches/2017Q1/games/frobtads/Makefile =================================================================== --- branches/2017Q1/games/frobtads/Makefile (revision 433124) +++ branches/2017Q1/games/frobtads/Makefile (revision 433125) @@ -1,22 +1,23 @@ # Created by: Kai Wang # $FreeBSD$ PORTNAME= frobtads PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= games lang MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ http://www.ifarchive.org/if-archive/programming/tads3/source/ MAINTAINER= kaiwang27@gmail.com COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 LIB_DEPENDS= libcurl.so:ftp/curl CONFLICTS= tads-2.* USES= autoreconf execinfo gmake localbase ncurses GNU_CONFIGURE= yes LIBS+= -lcompat .include Index: branches/2017Q1/games/frobtads/files/patch-tads3_vmtz.cpp =================================================================== --- branches/2017Q1/games/frobtads/files/patch-tads3_vmtz.cpp (nonexistent) +++ branches/2017Q1/games/frobtads/files/patch-tads3_vmtz.cpp (revision 433125) @@ -0,0 +1,11 @@ +--- tads3/vmtz.cpp.orig 2013-05-17 19:46:51 UTC ++++ tads3/vmtz.cpp +@@ -1984,7 +1984,7 @@ void CVmTimeZone::query(vmtzquery *resul + * the transition in terms of the local time that was in effect + * up until that moment + */ +- result->set(tcur > 0 ? tcur - 1 : tcur); ++ result->set(cur > 0 ? tcur - 1 : tcur); + return; + } + } Property changes on: branches/2017Q1/games/frobtads/files/patch-tads3_vmtz.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q1/games/qtads/Makefile =================================================================== --- branches/2017Q1/games/qtads/Makefile (revision 433124) +++ branches/2017Q1/games/qtads/Makefile (revision 433125) @@ -1,26 +1,26 @@ # Created by: Kai Wang # $FreeBSD$ PORTNAME= qtads PORTVERSION= 2.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION} MAINTAINER= kaiwang27@gmail.com COMMENT= Cross-platform multimedia interpreter for TADS games LICENSE= GPLv2 USES= gmake pkgconfig qmake tar:bzip2 USE_QT4= gui moc_build network rcc_build uic_build USE_SDL= sdl mixer sound QMAKE_ARGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" PLIST_FILES= bin/qtads do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: branches/2017Q1/games/qtads/files/patch-tads3_vmtz.cpp =================================================================== --- branches/2017Q1/games/qtads/files/patch-tads3_vmtz.cpp (nonexistent) +++ branches/2017Q1/games/qtads/files/patch-tads3_vmtz.cpp (revision 433125) @@ -0,0 +1,11 @@ +--- tads3/vmtz.cpp.orig 2012-08-31 05:09:31 UTC ++++ tads3/vmtz.cpp +@@ -1982,7 +1982,7 @@ void CVmTimeZone::query(vmtzquery *resul + * the transition in terms of the local time that was in effect + * up until that moment + */ +- result->set(tcur > 0 ? tcur - 1 : tcur); ++ result->set(cur > 0 ? tcur - 1 : tcur); + return; + } + } Property changes on: branches/2017Q1/games/qtads/files/patch-tads3_vmtz.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 433124) +++ branches/2017Q1 (revision 433125) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r432973-432974