Date: Wed, 27 Nov 2019 19:37:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518526 - head/graphics/glosm Message-ID: <201911271937.xARJbAUW077942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 27 19:37:10 2019 New Revision: 518526 URL: https://svnweb.freebsd.org/changeset/ports/518526 Log: - Fix fetch by using GitHub properly (no change in distfile contents) Reported by: dvl Modified: head/graphics/glosm/Makefile head/graphics/glosm/distinfo Modified: head/graphics/glosm/Makefile ============================================================================== --- head/graphics/glosm/Makefile Wed Nov 27 19:34:35 2019 (r518525) +++ head/graphics/glosm/Makefile Wed Nov 27 19:37:10 2019 (r518526) @@ -3,9 +3,9 @@ PORTNAME= glosm PORTVERSION= 0.0.2 +DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 6 CATEGORIES= graphics geography -MASTER_SITES= GHC http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D OpenGL renderer for OpenStreetMap Modified: head/graphics/glosm/distinfo ============================================================================== --- head/graphics/glosm/distinfo Wed Nov 27 19:34:35 2019 (r518525) +++ head/graphics/glosm/distinfo Wed Nov 27 19:37:10 2019 (r518526) @@ -1,2 +1,3 @@ -SHA256 (glosm-0.0.2.tar.bz2) = 8e03c49d7cf5d6a4c22251cae0aef8fb717d14f4d1c55163075bfa3c6e78e85a -SIZE (glosm-0.0.2.tar.bz2) = 90486 +TIMESTAMP = 1574882374 +SHA256 (AMDmi3-glosm-glosm-0.0.2_GH0.tar.gz) = 7ab774b1870d4c2ba92737c1ee632e482f43ec352d5976214191f3e0ae0f65fa +SIZE (AMDmi3-glosm-glosm-0.0.2_GH0.tar.gz) = 107632
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911271937.xARJbAUW077942>