Date: Mon, 28 Dec 2015 15:09:03 +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: r404659 - head/graphics/cadubi Message-ID: <201512281509.tBSF93HV034979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Dec 28 15:09:03 2015 New Revision: 404659 URL: https://svnweb.freebsd.org/changeset/ports/404659 Log: Unbreak port. The code is now hosted on GitHub, so start fetching from there. diff -uprN between the old tarball from distcache.FreeBSD.org and the new one shows no differences. Modified: head/graphics/cadubi/Makefile head/graphics/cadubi/distinfo Modified: head/graphics/cadubi/Makefile ============================================================================== --- head/graphics/cadubi/Makefile Mon Dec 28 15:01:18 2015 (r404658) +++ head/graphics/cadubi/Makefile Mon Dec 28 15:09:03 2015 (r404659) @@ -5,17 +5,18 @@ PORTNAME= cadubi PORTVERSION= 1.3 PORTREVISION= 2 CATEGORIES= graphics editors -MASTER_SITES= http://langworth.com/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= ASCII drawing utility -BROKEN= unfetchable - LICENSE= ART10 RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey +GH_ACCOUNT= statico +GH_PROJECT= cadubi +GH_TAGNAME= v1.3 +USE_GITHUB= yes USES= perl5 shebangfix SHEBANG_FILES= cadubi NO_BUILD= yes Modified: head/graphics/cadubi/distinfo ============================================================================== --- head/graphics/cadubi/distinfo Mon Dec 28 15:01:18 2015 (r404658) +++ head/graphics/cadubi/distinfo Mon Dec 28 15:09:03 2015 (r404659) @@ -1,2 +1,2 @@ -SHA256 (cadubi-1.3.tar.gz) = ca8b6ea305e0eccb11add7fc165beeee7ef33f9f0106e84efa1b364f082df0ab -SIZE (cadubi-1.3.tar.gz) = 12559 +SHA256 (statico-cadubi-1.3-v1.3_GH0.tar.gz) = 4d497e5acda04f063c7e36d0559d1d5c8a725c41f3a7c0646c42730b8c1d6c6d +SIZE (statico-cadubi-1.3-v1.3_GH0.tar.gz) = 12556
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512281509.tBSF93HV034979>