Date: Thu, 19 Nov 2015 20:13:00 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401960 - in head/biology/platon: . files Message-ID: <201511192013.tAJKD0kN072952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Nov 19 20:13:00 2015 New Revision: 401960 URL: https://svnweb.freebsd.org/changeset/ports/401960 Log: biology/platon: fix fetching Add working mirror. Also update file size in distinfo - checksum is not changed and I dunno why. But with old file size it warns that expected size was different. PR: 204491 Submitted by: Walter Schwarzenfeld <w.litter@aon.at> Modified: head/biology/platon/Makefile head/biology/platon/distinfo head/biology/platon/files/patch-warnings Modified: head/biology/platon/Makefile ============================================================================== --- head/biology/platon/Makefile Thu Nov 19 20:01:37 2015 (r401959) +++ head/biology/platon/Makefile Thu Nov 19 20:13:00 2015 (r401960) @@ -4,15 +4,13 @@ PORTNAME= platon PORTVERSION= 2015.03.30 CATEGORIES= biology -MASTER_SITES= http://www.cryst.chem.uu.nl/xraysoft/unix/ +MASTER_SITES= http://www.platonsoft.nl/spek/xraysoft/unix/ DISTNAME= platon DIST_SUBDIR= platon/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for viewing molecular/crystallographic structures -BROKEN= unfetchable - # PLATON may be used free of charge by the academic community under # the condition that it is not redistributed for a current & fresh copy. # There is a charge of US$ 5000 for commercial users. Modified: head/biology/platon/distinfo ============================================================================== --- head/biology/platon/distinfo Thu Nov 19 20:01:37 2015 (r401959) +++ head/biology/platon/distinfo Thu Nov 19 20:13:00 2015 (r401960) @@ -1,2 +1,2 @@ SHA256 (platon/2015.03.30/platon.tar.gz) = e47a51bb21da573fcc665b9c91dba9cac521a474b8492fd6c3bb0209297725da -SIZE (platon/2015.03.30/platon.tar.gz) = 12092055 +SIZE (platon/2015.03.30/platon.tar.gz) = 12080181 Modified: head/biology/platon/files/patch-warnings ============================================================================== --- head/biology/platon/files/patch-warnings Thu Nov 19 20:01:37 2015 (r401959) +++ head/biology/platon/files/patch-warnings Thu Nov 19 20:13:00 2015 (r401960) @@ -1,5 +1,5 @@ ---- xdrvr.c 2015-03-05 06:26:17.000000000 -0500 -+++ xdrvr.c 2015-03-08 18:19:13.000000000 -0400 +--- xdrvr.c.orig 2015-03-30 09:01:18 UTC ++++ xdrvr.c @@ -86,4 +86,6 @@ (StructureNotifyMask | ButtonPressMask | ExposureMask | KeyPressMask )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511192013.tAJKD0kN072952>