Date: Tue, 16 Jun 2009 20:01:30 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin distinfo Message-ID: <200906162001.n5GK1Vtd026845@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
olgeni 2009-06-16 20:01:30 UTC
FreeBSD ports repository
Modified files:
sysutils/webmin distinfo
Log:
Fix distinfo.
Apparently the whole tarball was re-rolled to add a check for Solaris 11 and above.
webmin-1.480/web-lib-funcs.pl:
< $gconfig{'os_type'} eq 'solaris' ||
---
> $gconfig{'os_type'} eq 'solaris' &&
> $gconfig{'os_version'} >= 11 ||
PR: ports/135635
Submitted by: Jim <jwagner at graffadmin.com>
Revision Changes Path
1.258 +3 -3 ports/sysutils/webmin/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906162001.n5GK1Vtd026845>
