cvs commit: ports/sysutils/syslog-ng-devel Makefile

Chris Rees crees at freebsd.org
Tue Mar 27 19:47:54 UTC 2012


On 27 March 2012 19:19, Cy Schubert <cy at 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


More information about the cvs-ports mailing list