Index: head/games/frobtads/Makefile =================================================================== --- head/games/frobtads/Makefile (revision 432972) +++ head/games/frobtads/Makefile (revision 432973) @@ -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: head/games/frobtads/files/patch-tads3_vmtz.cpp =================================================================== --- head/games/frobtads/files/patch-tads3_vmtz.cpp (nonexistent) +++ head/games/frobtads/files/patch-tads3_vmtz.cpp (revision 432973) @@ -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: head/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