On Tue, 13 Aug 2019 at 10:25, Gerben Wierda <gerben.wie...@rna.nl> wrote: > > I have my own cloud git directory tree > I cd to $thattree/net/unbound > I edit the Portfile (startupitem), set revision to 1 (there was no revision) > I run sudo port install unbound > It is not built and installed as nothing has changed (but there has) > > What am I forgetting? > > > Did you add your local git checkout to configuration as your local > repository with higher preference? > https://guide.macports.org/chunked/development.local-repositories.html > Check this with > port dir unbound > > > I did edit sources.conf. It contains: > > file:///Users/sysbh/MacPortsDev > rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default] > > But whatever is in there, port dir unbound gets met the standard repository. > > Albus:nsd sysbh$ port dir unbound > /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/net/unbound > > So, als with > > file:///Users/sysbh/MacPortsDev/macports-port > rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default]
Later in the mail you reference "macports-port" with "macports-ports" instead. Which one is it? Also, you need to run "portindex" inside of macports-ports. Just in case that you didn't do it already. Mojca