On 2021/07/07 00:09, Kinichiro Inoguchi wrote:
> This is update for sunclock 3.57.
>
> - remove REVISION for the first revision of 3.57.
> - change MASTER_SITES to github.
> - remove Xext, Xau and Xdmcp from WANTLIB-main
> - remove Sunclock.se from PLIST-main since 3.57 drops it
>
> HOMEPAGE appears to be unreachable, but I left it as is
> since I couldn't find better alternative.
Perhaps removing the old HOMEPAGE might be better? It doesn't have
to be set.
> I saw this worked on my amd64 environment.
> ok?
>
> Index: astro/sunclock//Makefile
> ===================================================================
> RCS file: /cvs/ports/astro/sunclock/Makefile,v
> retrieving revision 1.30
> diff -u -p -u -p -r1.30 Makefile
> --- astro/sunclock//Makefile 4 Jul 2021 15:14:07 -0000 1.30
> +++ astro/sunclock//Makefile 6 Jul 2021 14:57:56 -0000
> @@ -3,18 +3,16 @@
> COMMENT-main= display the phase of the Sun on a map of the
> Earth
> COMMENT-maps= additional maps of the Earth for sunclock
>
> -VERSION= 3.56
> +VERSION= 3.57
> DISTNAME= sunclock-${VERSION}
> PKGNAME-main= ${DISTNAME}
> PKGNAME-maps= sunclock-maps-${VERSION}
> -REVISION-main= 5
> -REVISION-maps= 0
> CATEGORIES= astro
>
> HOMEPAGE= http://www.arvernes.com/wiki/index.php/Sunclock
>
> -MASTER_SITES=
> ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/
> -MASTER_SITES0=
> ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/data_packages/
> +MASTER_SITES=
> https://raw.githubusercontent.com/nongiach/Sunclock/master/
> +MASTER_SITES0=
> https://raw.githubusercontent.com/nongiach/Sunclock/master/
Please remove the MASTER_SITES0 line, and remove the :0 from the end of
the SUPDISTFILES entries.
OK