Date: Mon, 14 Dec 2015 22:24:07 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403742 - head/graphics/libboard Message-ID: <201512142224.tBEMO7uv059901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Dec 14 22:24:07 2015 New Revision: 403742 URL: https://svnweb.freebsd.org/changeset/ports/403742 Log: Make fetchable again. The new offcial site is now on GitHub, but there is no new release available ATM. Modified: head/graphics/libboard/Makefile head/graphics/libboard/pkg-descr Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Mon Dec 14 21:42:08 2015 (r403741) +++ head/graphics/libboard/Makefile Mon Dec 14 22:24:07 2015 (r403742) @@ -5,12 +5,11 @@ PORTNAME= libboard DISTVERSION= 0.9.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= LOCAL/thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Vector graphics C++ library -BROKEN= unfetchable LICENSE= LGPL3 BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen Modified: head/graphics/libboard/pkg-descr ============================================================================== --- head/graphics/libboard/pkg-descr Mon Dec 14 21:42:08 2015 (r403741) +++ head/graphics/libboard/pkg-descr Mon Dec 14 22:24:07 2015 (r403742) @@ -4,4 +4,4 @@ The board library allows simple drawings * XFig files (FIG); * Scalable Vector Graphics files (SVG). -WWW: http://libboard.sourceforge.net/ +WWW: https://github.com/c-koi/libboard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512142224.tBEMO7uv059901>