From: Paul Macdonald on

Hi,

I'd like to keep track of which ports were updated, when they were
updated and versions affected.

I can't see anything in the ports tree, but before i rolled my own
thought i'd check to see how other people did this?

thanks
Paul.

--
-------------------------
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-------------------------



_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Sergey Nikolenko on
On 19.07.2010 15:09, Paul Macdonald wrote:

> I'd like to keep track of which ports were updated, when they were
> updated and versions affected.
>
> I can't see anything in the ports tree, but before i rolled my own
> thought i'd check to see how other people did this?

Subscribe to RSS feed on http://www.freshports.org/
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Paul Macdonald on
On 19/07/2010 10:13, Sergey Nikolenko wrote:
> On 19.07.2010 15:09, Paul Macdonald wrote:
>
>> I'd like to keep track of which ports were updated, when they were
>> updated and versions affected.
>>
>> I can't see anything in the ports tree, but before i rolled my own
>> thought i'd check to see how other people did this?
>
> Subscribe to RSS feed on http://www.freshports.org/

it's the status of ports upgrades i have installed on my systems i want
to track, i.e when and what I upgraded.

e.g 2010-07-19 , Upgrade of bsnmp-ucd-0.3.1 to bsnmp-ucd-0.3.2 succeeded.


Paul.


_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Doug Barton on
On 07/19/10 02:09, Paul Macdonald wrote:
>
> Hi,
>
> I'd like to keep track of which ports were updated, when they were
> updated and versions affected.
>
> I can't see anything in the ports tree, but before i rolled my own
> thought i'd check to see how other people did this?

<plug type="shameless">Portmaster outputs a little summary of what it
did at the end of each run, for a simple log of what changed when you
could copy and paste that into a text file.</plug>

It would be theoretically possible to add support for something more
robust than that, but I don't anticipate having time for it any time
soon, I currently have a bunch of stuff that I'm trying to wrap up,
including some portmaster tweaks in other areas.


Doug

--

Improve the effectiveness of your Internet presence with
a domain name makeover! http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Ruslan Mahmatkhanov on
20.07.2010 00:12, Doug Barton пишет:
> It would be theoretically possible to add support for something more
> robust than that, but I don't anticipate having time for it any time
> soon, I currently have a bunch of stuff that I'm trying to wrap up,
> including some portmaster tweaks in other areas.

I believe Paul means something like yum do in redhat distros. There is
yum log in /var/log with entries like:

Jun 17 12:34:32 Erased: ImageMagick
Jun 23 23:33:28 Updated: 1:cups-libs-1.3.7-18.el5_5.4.i386
Jun 23 23:33:42 Updated: 1:cups-1.3.7-18.el5_5.4.i386
Jul 07 19:45:33 Installed: kernel-2.6.18-194.8.1.el5.i686
Jul 07 19:45:38 Updated: kernel-headers-2.6.18-194.8.1.el5.i386
Jul 07 19:45:43 Updated: kernel-doc-2.6.18-194.8.1.el5.noarch
Jul 07 19:46:49 Installed: kernel-devel-2.6.18-194.8.1.el5.i686

This feature would be useful in portmaster for later review what was
done. And it is simple to implement as far i understand.
Yes, it's a feature request ;)

--
Regards,
Ruslan
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"