svn commit: r525236 - in head/www: . bareos18-webui

Mathieu Arnold mat at FreeBSD.org
Tue Feb 4 22:20:27 UTC 2020


On Tue, Feb 04, 2020 at 05:08:54PM -0500, Alonso Cárdenas Márquez wrote:
> El mar., 4 feb. 2020 a las 16:57, Mathieu Arnold (<mat at freebsd.org>)
> escribió:
> 
> > On Tue, Feb 04, 2020 at 09:40:54PM +0000, Jose Alonso Cardenas Marquez
> > wrote:
> > > Author: acm
> > > Date: Tue Feb  4 21:40:54 2020
> > > New Revision: 525236
> > > URL: https://svnweb.freebsd.org/changeset/ports/525236
> > >
> > > Log:
> > >   - Copy bareos-* ports to bareos18-*. bareos-* will be update to 19.2.5
> > >
> > > Added:
> > >   head/www/bareos18-webui/
> > >      - copied from r525234, head/www/bareos-webui/
> > > Modified:
> > >   head/www/Makefile
> > >   head/www/bareos18-webui/Makefile
> > >
> > > Modified: head/www/Makefile
> > >
> > ==============================================================================
> > > --- head/www/Makefile Tue Feb  4 21:39:41 2020        (r525235)
> > > +++ head/www/Makefile Tue Feb  4 21:40:54 2020        (r525236)
> > > @@ -42,6 +42,7 @@
> > >      SUBDIR += bareos-webui
> > >      SUBDIR += bareos16-webui
> > >      SUBDIR += bareos17-webui
> > > +    SUBDIR += bareos18-webui
> > >      SUBDIR += bkmrkconv
> > >      SUBDIR += blastbeat
> > >      SUBDIR += bluefish
> > >
> > > Modified: head/www/bareos18-webui/Makefile
> > >
> > ==============================================================================
> > > --- head/www/bareos-webui/Makefile    Tue Feb  4 20:47:28 2020
> > (r525234)
> > > +++ head/www/bareos18-webui/Makefile  Tue Feb  4 21:40:54 2020
> > (r525236)
> > > @@ -1,6 +1,6 @@
> > >  # $FreeBSD$
> > >
> > > -PORTNAME=       bareos
> > > +PORTNAME=       bareos18
> > >  DISTVERSIONPREFIX=      Release/
> > >  DISTVERSION=    18.2.7
> > >  CATEGORIES?=    www sysutils
> > > @@ -13,6 +13,8 @@ LICENSE=    AGPLv3+
> > >  LICENSE_FILE=        ${WRKSRC}/webui/LICENSE
> > >
> > >  USE_GITHUB=  yes
> > > +GH_ACCOUNT=  bareos
> > > +GH_PROJECT=  bareos
> > >
> >
> > This is wrong, it should be using `PKGNAMESUFFIX=  18`.
> >
> > --
> > Mathieu Arnold
> >
> 
> Hi Mathieu
> 
> This port has defined PKGNAMESUFFIX to -webui. Should it be 18-webui? The
> same you can look at all sysutils/bareos1X-* ports

Yes, it should be 18-webui.  PORTNAME is used to express the name of the
software, which is bareos here.  To avoid duplication in package names
when more than one version of some software is here, we use of
PKGNAMESUFFIX (and/or PKGNAMEPREFIX)

-- 
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-all/attachments/20200204/6a0c6493/attachment.sig>


More information about the svn-ports-all mailing list