svn commit: r544102 - head/sysutils/openshift-install45

Mathieu Arnold mat at freebsd.org
Wed Aug 5 09:19:24 UTC 2020


On Tue, Aug 04, 2020 at 09:34:36AM -0700, John Hixson wrote:
> On Tue, Aug 04, 2020 at 11:58:23AM +0200, Mathieu Arnold wrote:
> > On Mon, Aug 03, 2020 at 07:05:09PM +0000, John Hixson wrote:
> > > Author: jhixson
> > > Date: Mon Aug  3 19:05:09 2020
> > > New Revision: 544102
> > > URL: https://svnweb.freebsd.org/changeset/ports/544102
> > > 
> > > Log:
> > >   sysutils/openshift-install45: remove unused variable that snuck back in
> > > 
> > > Modified:
> > >   head/sysutils/openshift-install45/Makefile
> > > 
> > > Modified: head/sysutils/openshift-install45/Makefile
> > > ==============================================================================
> > > --- head/sysutils/openshift-install45/Makefile	Mon Aug  3 18:48:14 2020	(r544101)
> > > +++ head/sysutils/openshift-install45/Makefile	Mon Aug  3 19:05:09 2020	(r544102)
> > > @@ -4,10 +4,9 @@
> > >  PORTNAME=	openshift-install
> > >  PORTVERSION=	4.5
> > >  DISTVERSIONPREFIX=	release-
> > > -PORTREVISION=	2
> > > +PORTREVISION=	3
> > 
> > Why bump PORTREVISION?
> 
> I assumed it was necessary when making changes to the Makefile. This
> apparently was an incorrect assumption. I apologize for that.

Please do read https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html#makefile-portrevision

Basically, you bump PORTREVISION when the resulting package will change,
so that when running `pkg upgrade`, users get the updated package.  (The
documentation has examples.)

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200805/6c640a01/attachment.sig>


More information about the svn-ports-head mailing list