cvs commit: ports/sysutils/syslog-ng-devel Makefile distinfo pkg-plist

Chris Rees utisoft at gmail.com
Wed Jul 4 20:38:34 UTC 2012


On Jul 4, 2012 8:57 PM, "Cy Schubert" <cy at freebsd.org> wrote:
>
> cy          2012-07-04 19:57:19 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     sysutils/syslog-ng-devel Makefile distinfo pkg-plist
>   Log:
>   Update from alpha2 to alpha3.
>
>   Fix Makefile error from r1.57.
>
>   Point to libnet116 instead of defunct libnet115.
>
>   Submitted by:   Update submitted by our upline
>                   (Peter Czanik <czanik at balabit.hu>)

The PORTVERSION is invalid for this port; having alphabetical characters is
not allowed in the same part as digits; instead of 3.4.0a3 you should have
3.4.0.a.3.

You don't need to do it manually, change PORTVERSION to DISTVERSION and
bsd.port.mk will sort it for you.

Don't forget to check that the new version is numerically greater
(pkg_version -t)

Chris


More information about the cvs-all mailing list