Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 18:46:12 +0200
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        cjm@ava.com.au
Subject:   keep ports up to date.
Message-ID:  <20030507164612.GG683@martin.kleinerdrache.org>
In-Reply-To: <1052323111.321.6.camel@gyros>; from marcus@marcuscom.com on Mi, Mai 07, 2003 at 17:58:31 %2B0200
References:  <200305072127.51085.cjm@ava.com.au> <1052323111.321.6.camel@gyros>

next in thread | previous in thread | raw e-mail | index | archive | help

--IrhDeMKUP4DT/M7F
Content-Type: text/plain; format=flowed; charset=ISO-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable


> You should
> install
> sysutils/portupgrade, and get used to using it to keep your installed
> ports up-to-date.

I'm using this script by hand daily:

--------- ports_uptodate.sh ----------
#!/bin/sh
  if [ "$1" !=3D "-s" ]; then
         cd /usr/ports
         cp INDEX.ports INDEX
         make update
         cp INDEX INDEX.ports
         marcusmerge -u
         portsdb -uU
fi
  pkgdb -F
portversion -l "<" | awk '{ print($1); }' > /root/work/update
vi /root/work/update
  portupgrade `cat /root/work/update`
pkgdb -F
-------------------------------------

Martin
--IrhDeMKUP4DT/M7F
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQA+uThUg7npZmr9aTQRAj+cAJ9+khMmh6KibpoqVXo2wA5YGY5iRACaA1L9
CcMIKb9hsuh8FOTQLsJkO4A=
=pSFO
-----END PGP SIGNATURE-----

--IrhDeMKUP4DT/M7F--



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