Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2012 19:47:22 +0000
From:      Chris Rees <crees@freebsd.org>
To:        Cy Schubert <cy@freebsd.org>
Cc:        cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/sysutils/syslog-ng-devel Makefile
Message-ID:  <CADLo839jaPAbVucgF-ZP0qPfL1RLSZ7zXMrAHBp6Yd3AVSYcFg@mail.gmail.com>
In-Reply-To: <201203271919.q2RJJbWj068070@repoman.freebsd.org>
References:  <201203271919.q2RJJbWj068070@repoman.freebsd.org>

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

On 27 March 2012 19:19, Cy Schubert <cy@freebsd.org> wrote:
> cy          2012-03-27 19:19:37 UTC
>
>  FreeBSD ports repository
>
>  Modified files:
>    sysutils/syslog-ng-devel Makefile
>  Log:
>  Reinsert missing PKGNAME_SUFFIX.
>
>  Feature safe:   yes
>
>  Revision  Changes    Path
>  1.51      +1 -0      ports/sysutils/syslog-ng-devel/Makefile
>
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/syslog-ng-devel/Makefile.diff?&r1=1.50&r2=1.51&f=h

There's no need for the

DISTVERSION=	$(PORTVERSION:S/a/alpha/)

line; you could always instead use:

DISTVERSION=3.4.0alpha1

then bsd.port.mk translates PORTVERSION into 3.4.0.a1.

The only reason I haven't attached a patch is because 3.4.0.a1 <
3.4.0a1 (which by the way is invalid (as per the Porter's Handbook,
examples for mailman and rdist))

Please consider this when updating the port to 3.4.1.a1 or similar :)

Chris



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