Date: Sat, 22 Jul 2006 21:55:02 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100724: [PATCH] astro/sunclock: fix mirror, take maintainership Message-ID: <20060722175502.E910912754@fonon.realnet> Resent-Message-ID: <200607221810.k6MIAFMB088426@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100724 >Category: ports >Synopsis: [PATCH] astro/sunclock: fix mirror, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 22 18:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: - Fix mirror - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sunclock-3.54.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/astro/sunclock/Makefile /var/tmp/sunclock/Makefile --- /usr/ports/astro/sunclock/Makefile Sat Apr 15 02:53:00 2006 +++ /var/tmp/sunclock/Makefile Sat Jul 22 21:52:35 2006 @@ -9,9 +9,9 @@ PORTNAME= sunclock PORTVERSION= 3.54.1 CATEGORIES= astro x11-clocks -MASTER_SITES= http://frmas.free.fr/files/ +MASTER_SITES= http://mbsd.msk.ru/dist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff -ruN --exclude=CVS /usr/ports/astro/sunclock/pkg-plist /var/tmp/sunclock/pkg-plist --- /usr/ports/astro/sunclock/pkg-plist Thu Jan 5 03:38:16 2006 +++ /var/tmp/sunclock/pkg-plist Sat Jul 22 21:52:03 2006 @@ -1,22 +1,22 @@ bin/sunclock bin/emx -share/sunclock/Sunclockrc -share/sunclock/earthmaps/vmf/landwater.vmf -share/sunclock/earthmaps/vmf/timezones.vmf -share/sunclock/i18n/Sunclock.de -share/sunclock/i18n/Sunclock.en -share/sunclock/i18n/Sunclock.es -share/sunclock/i18n/Sunclock.fr -share/sunclock/i18n/Sunclock.it -share/sunclock/i18n/Sunclock.nl -share/sunclock/i18n/Sunclock.no -share/sunclock/i18n/Sunclock.pl -share/sunclock/i18n/Sunclock.se +%%DATADIR%%/Sunclockrc +%%DATADIR%%/earthmaps/vmf/landwater.vmf +%%DATADIR%%/earthmaps/vmf/timezones.vmf +%%DATADIR%%/i18n/Sunclock.de +%%DATADIR%%/i18n/Sunclock.en +%%DATADIR%%/i18n/Sunclock.es +%%DATADIR%%/i18n/Sunclock.fr +%%DATADIR%%/i18n/Sunclock.it +%%DATADIR%%/i18n/Sunclock.nl +%%DATADIR%%/i18n/Sunclock.no +%%DATADIR%%/i18n/Sunclock.pl +%%DATADIR%%/i18n/Sunclock.se share/editkit/rc.common share/editkit/emxrc share/editkit/README -@dirrm share/sunclock/i18n -@dirrm share/sunclock/earthmaps/vmf -@dirrm share/sunclock/earthmaps -@dirrm share/sunclock +@dirrm %%DATADIR%%/i18n +@dirrm %%DATADIR%%/earthmaps/vmf +@dirrm %%DATADIR%%/earthmaps +@dirrm %%DATADIR%% @dirrm share/editkit --- sunclock-3.54.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060722175502.E910912754>