ports/100724: [PATCH] astro/sunclock: fix mirror, take maintainership

Stanislav Sedov ssedov at mbsd.msk.ru
Sat Jul 22 18:10:47 UTC 2006


>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 at FreeBSD.org
+MAINTAINER=	ssedov at 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
- at dirrm share/sunclock/i18n
- at dirrm share/sunclock/earthmaps/vmf
- at dirrm share/sunclock/earthmaps
- at dirrm share/sunclock
+ at dirrm %%DATADIR%%/i18n
+ at dirrm %%DATADIR%%/earthmaps/vmf
+ at dirrm %%DATADIR%%/earthmaps
+ at dirrm %%DATADIR%%
 @dirrm share/editkit
--- sunclock-3.54.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list