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

Alonso Cárdenas Márquez acm at freebsd.org
Tue Feb 4 22:09:08 UTC 2020


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

Greetings
ACM


More information about the svn-ports-all mailing list