Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Sep 2018 06:41:36 +0200
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        Steve Wills <swills@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Cc:        ndowens@yahoo.com
Subject:   Re: svn commit: r479009 - head/net/ss5
Message-ID:  <1536122496.4095331.1497109224.6DA97E49@webmail.messagingengine.com>
In-Reply-To: <201809050423.w854N9EE055951@repo.freebsd.org>
References:  <201809050423.w854N9EE055951@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 5, 2018, at 06:23, Steve Wills wrote:
> Author: swills
> Date: Wed Sep  5 04:23:09 2018
> New Revision: 479009
> URL: https://svnweb.freebsd.org/changeset/ports/479009
> 
> Log:
>   net/ss5: Update to 3.8.9
>   
>   PR:		230556
>   Submitted by:	Nathan <ndowens@yahoo.com>
>   Approved by:	maintainer timeout (raffaele.delorenzo@libero.it, >3 weeks)
> 
> Modified:
>   head/net/ss5/Makefile   (contents, props changed)
>   head/net/ss5/distinfo   (contents, props changed)
>   head/net/ss5/pkg-plist   (contents, props changed)
> 
> Modified: head/net/ss5/Makefile
> ==============================================================================
> --- head/net/ss5/Makefile	Wed Sep  5 03:45:53 2018	(r479008)
> +++ head/net/ss5/Makefile	Wed Sep  5 04:23:09 2018	(r479009)
> @@ -2,17 +2,20 @@
>  # $FreeBSD$
>  
>  PORTNAME=	ss5
> -PORTVERSION=	3.8.5
> -DISTVERSIONSUFFIX=	-1
> -PORTREVISION=	3
> +PORTVERSION=	3.8.9
> +DISTVERSIONSUFFIX=	-8

The suffix appears to actually be part of the version.  There is a
3.8.9-7, 3.8.9-6, etc. too if you look at:

https://sourceforge.net/projects/ss5/files/ss5/

> Modified: head/net/ss5/pkg-plist
> ==============================================================================
> --- head/net/ss5/pkg-plist	Wed Sep  5 03:45:53 2018	(r479008)
> +++ head/net/ss5/pkg-plist	Wed Sep  5 04:23:09 2018	(r479009)
> @@ -1,6 +1,9 @@
> -@sample etc/ss5/ss5.ha.sample
> -@sample etc/ss5/ss5.conf.sample
> -@sample etc/ss5/ss5.passwd.sample
> +%%ETCDIR%%/ss5.conf
> +%%ETCDIR%%/ss5.conf.sample
> +%%ETCDIR%%/ss5.ha
> +%%ETCDIR%%/ss5.ha.sample
> +%%ETCDIR%%/ss5.passwd
> +%%ETCDIR%%/ss5.passwd.sample

This looks wrong and will overwrite existing configuration files
when upgrading the port.  Why not keep using @sample?



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