From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 17 00:40:06 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4DA37B401 for ; Thu, 17 Jul 2003 00:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1229243F85 for ; Thu, 17 Jul 2003 00:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6H7e3Up049665 for ; Thu, 17 Jul 2003 00:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6H7e3sP049664; Thu, 17 Jul 2003 00:40:03 -0700 (PDT) Resent-Date: Thu, 17 Jul 2003 00:40:03 -0700 (PDT) Resent-Message-Id: <200307170740.h6H7e3sP049664@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E9737B401 for ; Thu, 17 Jul 2003 00:31:23 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2925643F75 for ; Thu, 17 Jul 2003 00:31:23 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.20) id 19d3EX-000DTe-LB for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Jul 2003 09:31:21 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.20) id 19d3EX-000BQS-23 for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Jul 2003 09:31:21 +0200 Message-Id: Date: Thu, 17 Jul 2003 09:31:21 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54568: Update deskutils/mencal: 2.1 -> 2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 07:40:07 -0000 >Number: 54568 >Category: ports >Synopsis: Update deskutils/mencal: 2.1 -> 2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 17 00:40:02 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update deskutils/mencal: 2.1 -> 2.3 * fixed error message typo * fixed incorrect displaying of some day names >How-To-Repeat: >Fix: 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; >Release-Note: >Audit-Trail: >Unformatted: