Date: Fri, 1 Jan 2016 15:49:44 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405003 - head/math/lambda Message-ID: <201601011549.u01FnieO088270@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Fri Jan 1 15:49:44 2016 New Revision: 405003 URL: https://svnweb.freebsd.org/changeset/ports/405003 Log: Switch to a working MASTER_SITE, regenerate distinfo and unmark BROKEN. Switch to fetching the source tarball from the website indicated in WWW. It is slightly different from the previous tarball: some build system files were generated by a more recent version of autotools, the documentation contains a typo fix and its ChangeLog mentions this fix. Modified: head/math/lambda/Makefile head/math/lambda/distinfo Modified: head/math/lambda/Makefile ============================================================================== --- head/math/lambda/Makefile Fri Jan 1 15:29:40 2016 (r405002) +++ head/math/lambda/Makefile Fri Jan 1 15:49:44 2016 (r405003) @@ -4,13 +4,11 @@ PORTNAME= lambda PORTVERSION= 0.1.4 CATEGORIES= math -MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ +MASTER_SITES= http://uniquesoftwaredesigns.com/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lambda calculus interpreter -BROKEN= unfetchable - LICENSE= GPLv2 USES= perl5 readline shebangfix Modified: head/math/lambda/distinfo ============================================================================== --- head/math/lambda/distinfo Fri Jan 1 15:29:40 2016 (r405002) +++ head/math/lambda/distinfo Fri Jan 1 15:49:44 2016 (r405003) @@ -1,2 +1,2 @@ -SHA256 (lambda-0.1.4.tar.gz) = b0128efe232134dcc4ebff9113b5389690796b36d8a200a7cd7db819f08b2f02 -SIZE (lambda-0.1.4.tar.gz) = 102295 +SHA256 (lambda-0.1.4.tar.gz) = 4ba570dea484f95a043ddb0e22bdb0f7b01b80a9a01aaaa685953416cf2d53b3 +SIZE (lambda-0.1.4.tar.gz) = 121052
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601011549.u01FnieO088270>