FreeBSD Bugzilla – Attachment 33263 Details for
Bug 54568
Update deskutils/mencal: 2.1 -> 2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.63 KB, created by
Kirill Ponomarew
on 2003-07-17 08:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kirill Ponomarew
Created:
2003-07-17 08:40:02 UTC
Size:
1.63 KB
patch
obsolete
>diff -urN mencal.orig/Makefile mencal/Makefile >--- mencal.orig/Makefile Wed Jun 4 22:10:23 2003 >+++ mencal/Makefile Thu Jul 17 09:25:43 2003 >@@ -6,10 +6,9 @@ > # > > PORTNAME= mencal >-PORTVERSION= 2.1 >+PORTVERSION= 2.3 > CATEGORIES= deskutils >-MASTER_SITES= http://mencal.kyberdigi.cz/ \ >- http://unixpages.org/distfiles/ >+MASTER_SITES= http://kyberdigi.cz/projects/${PORTNAME}/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= A variation of the unix command cal >diff -urN mencal.orig/distinfo mencal/distinfo >--- mencal.orig/distinfo Fri Jan 17 12:23:43 2003 >+++ mencal/distinfo Thu Jul 17 09:25:48 2003 >@@ -1 +1 @@ >-MD5 (mencal-2.1.tar.gz) = 6fc94b9174eb2ac71084b8848d4f5a3d >+MD5 (mencal-2.3.tar.gz) = e0fa5665b8f7772521bb95379bfdec20 >diff -urN mencal.orig/files/patch-mencal mencal/files/patch-mencal >--- mencal.orig/files/patch-mencal Wed Sep 18 12:21:36 2002 >+++ mencal/files/patch-mencal Thu Jul 17 09:27:56 2003 >@@ -1,19 +1,21 @@ >---- mencal.orig Fri Mar 29 08:14:03 2002 >-+++ mencal Wed Sep 18 18:19:07 2002 >+--- mencal.orig Thu Jul 17 09:26:57 2003 >++++ mencal Thu Jul 17 09:27:35 2003 > @@ -1,4 +1,4 @@ > -#!/usr/bin/perl -w > +#!/usr/bin/env perl -w > > ##< month object >## > >-@@ -271,13 +271,6 @@ >+@@ -276,15 +276,6 @@ > } > } > > - my @locales=split("\n", `locale -c LC_TIME`); > - if(($#locales>=1) && length($locales[1])) { > - $config{'topline'}=''; >-- foreach my $day (split(';', $locales[1])) { $day=~s/^(..).+$/$1/; $config{'topline'}.=$day.' '; } >+- foreach my $day (split(';', $locales[1])) { >+- $config{'topline'}.=sprintf("% 2s ", substr($day, 0, 2)); >+- } > - $config{'topline'}=~s/ +$//; > - } > - $config{'topline'}=~s/;/ /g;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54568
: 33263