1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/ports-mgmt/portupgrade/pkg-message
Jason Helfman 88d8712308 - use Sourceforge
- avoids issue with not having SSL support
- Adds LICENSE
- Uses proper RUBY_VER
- on request from myself, pkg-message was generalized by maintainer

PR:	ports/167096
Submitted by:	maintainer, bryan@shatow.net
2012-04-20 16:43:12 +00:00

15 lines
733 B
Plaintext

------------------------------------------------------------------------------
Fill ALT_PKGDEP section in pkgtools.conf file for portupgrade to be
aware of alternative dependencies you use.
E.g.
ALT_PKGDEP = {
# Use the -nox11 port when another port depends on category/portexample
'category/portexample' => 'category/portexample-nox11',
}
Note also, portupgrade knows nothing about how to handle ports with
different suffixes (E.g. -nox11). So you should explicitly define
variables (E.g. WITHOUT_X11=yes) for the ports in /etc/make.conf or
pkgtools.conf (MAKE_ARGS section) files.
------------------------------------------------------------------------------