Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 1997 00:58:10 -0800 (PST)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        ache@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/devel/libslang Makefile ports/devel/libslang/patches patch-ab ports/devel/libslang/pkg PLIST
Message-ID:  <199701280858.AAA24452@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199701280826.AAA00395@freefall.freebsd.org> (ache@freefall.freebsd.org)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Remove extra point in minor number

Thanks.  You should probably fix www/slang-lynx's LIB_DEPENDS line:

===
LIB_DEPENDS=    slang\\.0\\.99:${PORTSDIR}/devel/libslang
===

Since it is a grep string, this will match the older libs as well as
0.9938, but this should be either changed to "0.9938" if it it needs
this version of libslang or "0.99[0-9][0-9]" if it doesn't really
matter.

However, since I usually only build packages after I see commit
messages from you, I will be happier (and the packages will be safer)
if you test a specific version and reflect that it LIB_DEPENDS.

Satoshi



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