if [[ $pkgname == "SUNWipkg" ]]; then
- pkgsend add depend fmri=sunwpython-pyopen...@$pyopenssl_ver-0.$buildid
type=require
- pkgsend add depend fmri=sunwpython-cherr...@$cherrypy_ver type=require
+ pkgsend add depend [email protected].$buildid type=require
+ pkgsend add depend [email protected].$buildid type=require
+ pkgsend add depend [email protected].$buildid type=require
+ pkgsend add depend [email protected].$buildid type=require
+ pkgsend add depend [email protected].$buildid \
+ type=require
Why didn't you use $CHERRYPY_VER, $MAKO_VER, etc here? Also, the CherryPy
package now no longer needs to have the branch version omitted?
Because we actually want to back-publish with the oldest known version
of things like SUNWpython-pyopenssl (0.7) rather than the latest
(0.8). That's what I meant that the script currently hardwires the
values for 2009.11. We'll need to update this going forward, but that
seems likely in any case as other dependencies come in. So I thought
it was more clear to be precise here.
Same things for CherryPy - it was originally published at 3.1.0 and so
3.1 covers both that case and the current, 3.1.1.
Presumably the makefile needs to be updated to backpublish all the new
packages. And is python-extras available for the old builds, or will it
need to be backpublished, too?
Yes, SUNWgnome-python-extras is available in the earlier releases and
to me knowledge, does not need to be republished.
I'll update the Makefile too and send out a revision.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss