Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 18:48:46 +0000
From:      "Sergey A. Osokin" <osa@freebsd.org>
To:        Bartek Rutkowski <robak@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r526519 - head/www/wt
Message-ID:  <20200219184846.GK1948@FreeBSD.org>
In-Reply-To: <202002191711.01JHBD0R086527@repo.freebsd.org>
References:  <202002191711.01JHBD0R086527@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bartek,

thank for reviewing the patch.

Is it good idea to define PLIST_SUB+= LIBVER=${PORTVERSION} and
then use %%LIBVER%% in the pkg-plist?
Hope that reduces the plist noise with every next update.

---
Sergey Osokin

On Wed, Feb 19, 2020 at 05:11:13PM +0000, Bartek Rutkowski wrote:
> Author: robak
> Date: Wed Feb 19 17:11:12 2020
> New Revision: 526519
> URL: https://svnweb.freebsd.org/changeset/ports/526519
> 
> Log:
>   www/wt: Update 4.2.0 -> 4.2.1
>   
>   PR:		244109
>   Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
>   Reviewed by:	robak
> 
> Modified:
>   head/www/wt/Makefile
>   head/www/wt/distinfo
>   head/www/wt/pkg-plist
> 
> Modified: head/www/wt/Makefile
> ==============================================================================
> --- head/www/wt/Makefile	Wed Feb 19 15:17:09 2020	(r526518)
> +++ head/www/wt/Makefile	Wed Feb 19 17:11:12 2020	(r526519)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	wt
> -DISTVERSION=	4.2.0
> -PORTREVISION=	0
> +DISTVERSION=	4.2.1
>  CATEGORIES=	www
>  
>  MAINTAINER=	info@babaei.net
> 
> Modified: head/www/wt/distinfo
> ==============================================================================
> --- head/www/wt/distinfo	Wed Feb 19 15:17:09 2020	(r526518)
> +++ head/www/wt/distinfo	Wed Feb 19 17:11:12 2020	(r526519)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1577355831
> -SHA256 (emweb-wt-4.2.0_GH0.tar.gz) = 2854c19803e0b5709c2e77e59b1a2da70c89625b4c5127fd3b0ad184a95f8d7d
> -SIZE (emweb-wt-4.2.0_GH0.tar.gz) = 8749813
> +TIMESTAMP = 1581631612
> +SHA256 (emweb-wt-4.2.1_GH0.tar.gz) = c66db8479b69ab2f3e0b679ae9e5f7356eacfff92f512d2af24575fb491854c7
> +SIZE (emweb-wt-4.2.1_GH0.tar.gz) = 8751010
> 
> Modified: head/www/wt/pkg-plist
> ==============================================================================
> --- head/www/wt/pkg-plist	Wed Feb 19 15:17:09 2020	(r526518)
> +++ head/www/wt/pkg-plist	Wed Feb 19 17:11:12 2020	(r526519)
> @@ -382,23 +382,23 @@ lib/cmake/wt/wt-config-version.cmake
>  lib/cmake/wt/wt-target-wt-release.cmake
>  lib/cmake/wt/wt-target-wt.cmake
>  lib/libwt.so
> -lib/libwt.so.4.2.0
> +lib/libwt.so.4.2.1
>  %%DBO%%lib/libwtdbo.so
> -%%DBO%%lib/libwtdbo.so.4.2.0
> +%%DBO%%lib/libwtdbo.so.4.2.1
>  %%FIREBIRD%%lib/libwtdbofirebird.so
> -%%FIREBIRD%%lib/libwtdbofirebird.so.4.2.0
> +%%FIREBIRD%%lib/libwtdbofirebird.so.4.2.1
>  %%MYSQL%%lib/libwtdbomysql.so
> -%%MYSQL%%lib/libwtdbomysql.so.4.2.0
> +%%MYSQL%%lib/libwtdbomysql.so.4.2.1
>  %%POSTGRES%%lib/libwtdbopostgres.so
> -%%POSTGRES%%lib/libwtdbopostgres.so.4.2.0
> +%%POSTGRES%%lib/libwtdbopostgres.so.4.2.1
>  %%SQLITE3%%lib/libwtdbosqlite3.so
> -%%SQLITE3%%lib/libwtdbosqlite3.so.4.2.0
> +%%SQLITE3%%lib/libwtdbosqlite3.so.4.2.1
>  %%FCGI%%lib/libwtfcgi.so
> -%%FCGI%%lib/libwtfcgi.so.4.2.0
> +%%FCGI%%lib/libwtfcgi.so.4.2.1
>  %%WTHTTP%%lib/libwthttp.so
> -%%WTHTTP%%lib/libwthttp.so.4.2.0
> +%%WTHTTP%%lib/libwthttp.so.4.2.1
>  %%LIBWTTEST%%lib/libwttest.so
> -%%LIBWTTEST%%lib/libwttest.so.4.2.0
> +%%LIBWTTEST%%lib/libwttest.so.4.2.1
>  %%RESOURCES%%share/Wt/resources/ajax-loading.gif
>  %%RESOURCES%%share/Wt/resources/collapse-rtl.gif
>  %%RESOURCES%%share/Wt/resources/collapse.gif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200219184846.GK1948>