From: Jerry on 15 Jul 2010 06:41 I just ran 'portsnap' to update my port tree, followed by "/usr/sbin/pkg_version -vIL=" which produced this output: These ports need updating: perl-5.10.1_1 > succeeds index (index has 5.10.1) startup-notification-0.10 < needs updating (index has 0.10_1) You will notice the discrepancy with perl. This never occurred before. Is there something wrong on my system or does the problem exist elsewhere? -- Jerry ✌ FreeBSD-Ports.user(a)seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ If you live to the age of a hundred you have it made because very few people die past the age of a hundred. George Burns _______________________________________________ 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: Naram Qashat on 15 Jul 2010 07:05 On 07/15/10 06:41, Jerry wrote: > I just ran 'portsnap' to update my port tree, followed > by "/usr/sbin/pkg_version -vIL=" which produced this output: > > These ports need updating: > perl-5.10.1_1> succeeds index (index has 5.10.1) > startup-notification-0.10< needs updating (index has 0.10_1) > > You will notice the discrepancy with perl. This never occurred before. > Is there something wrong on my system or does the problem exist > elsewhere? There is a typo in the Makefile for perl5.10, PORTREVISION is missing an I, it says PORTREVISON instead. Naram Qashat _______________________________________________ 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: Denny Lin on 15 Jul 2010 07:13 On Thu, Jul 15, 2010 at 06:41:03AM -0400, Jerry wrote: > I just ran 'portsnap' to update my port tree, followed > by "/usr/sbin/pkg_version -vIL=" which produced this output: > > These ports need updating: > perl-5.10.1_1 > succeeds index (index has 5.10.1) > startup-notification-0.10 < needs updating (index has 0.10_1) > > You will notice the discrepancy with perl. This never occurred before. > Is there something wrong on my system or does the problem exist > elsewhere? > > -- > Jerry ✌ Try updating index: # cd /usr/ports/ && make fetchindex -- Denny Lin _______________________________________________ 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: Denny Lin on 15 Jul 2010 07:36 On Thu, Jul 15, 2010 at 07:13:39PM +0800, Denny Lin wrote: > On Thu, Jul 15, 2010 at 06:41:03AM -0400, Jerry wrote: > > I just ran 'portsnap' to update my port tree, followed > > by "/usr/sbin/pkg_version -vIL=" which produced this output: > > > > These ports need updating: > > perl-5.10.1_1 > succeeds index (index has 5.10.1) > > startup-notification-0.10 < needs updating (index has 0.10_1) > > > > You will notice the discrepancy with perl. This never occurred before. > > Is there something wrong on my system or does the problem exist > > elsewhere? > > > > -- > > Jerry ✌ > > Try updating index: > # cd /usr/ports/ && make fetchindex > > -- > Denny Lin Sorry, I didn't see the previous reply. It is indeed a typo in the Makefile. -- Denny Lin _______________________________________________ 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: Jerry on 15 Jul 2010 08:14
On Thu, 15 Jul 2010 19:36:50 +0800 Denny Lin <dennylin93(a)hs.ntnu.edu.tw> articulated: > On Thu, Jul 15, 2010 at 07:13:39PM +0800, Denny Lin wrote: > > On Thu, Jul 15, 2010 at 06:41:03AM -0400, Jerry wrote: > > > I just ran 'portsnap' to update my port tree, followed > > > by "/usr/sbin/pkg_version -vIL=" which produced this output: > > > > > > These ports need updating: > > > perl-5.10.1_1 > succeeds index (index has 5.10.1) > > > startup-notification-0.10 < needs updating (index has 0.10_1) > > > > > > You will notice the discrepancy with perl. This never occurred before. > > > Is there something wrong on my system or does the problem exist > > > elsewhere? > > > > > > -- > > > Jerry ✌ > > > > Try updating index: > > # cd /usr/ports/ && make fetchindex > > > > -- > > Denny Lin > > Sorry, I didn't see the previous reply. It is indeed a typo in the > Makefile. > OK, who wants to submit a PR? -- Jerry ✌ FreeBSD-Ports.user(a)seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ It is hard to believe that a man is telling the truth when you know that you would lie if you were in his place. H. L. Mencken _______________________________________________ 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" |