Index: devel/silentbob/Makefile =================================================================== --- devel/silentbob/Makefile (revision 432077) +++ devel/silentbob/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= silentbob PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTNAME}-${PORTVERSION:C@\.[0-9]+$@@}/ Index: devel/silentbob/files/patch-src_wit.cxx =================================================================== --- devel/silentbob/files/patch-src_wit.cxx (nonexistent) +++ devel/silentbob/files/patch-src_wit.cxx (working copy) @@ -0,0 +1,13 @@ +Fix bug of function being used instead of variable. + +--- src/wit.cxx.orig 2017-01-21 21:29:59 UTC ++++ src/wit.cxx +@@ -18,7 +18,7 @@ int what_is_this (char * d_op, char ch) + + d_words_count = words_count (d_op); + +- if (words_count <= 0) ++ if (d_words_count <= 0) + return OT::Other; + + if (d_words_count == 1) { Property changes on: devel/silentbob/files/patch-src_wit.cxx ___________________________________________________________________ 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