Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2017 03:04:11 +0100
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   "Confused" PORTREVISION
Message-ID:  <42ac3597-f82a-ef8d-0d8d-f6a7c5a84d46@utanet.at>

next in thread | raw e-mail | index | archive | help
maybe a minor "problem" (I saw it cause portrac find it to update, but 
it is updated).

lang/ruby

Name           : ruby
Version        : 2.3.6,1

make -V RUBY_PORTREVISION
0
make -V PORTREVISION
0

may be a problem for this condition in the Makefile

      84 .if ${PORTREVISION} != 0
      85 _SUF1=  _${PORTREVISION}
      86 .endif
      87
      88 .if ${PORTEPOCH} != 0
      89 _SUF2=  ,${PORTEPOCH}
      90 .endif




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42ac3597-f82a-ef8d-0d8d-f6a7c5a84d46>