From owner-svn-ports-all@freebsd.org Mon Dec 14 22:24:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8F1BA43ED9; Mon, 14 Dec 2015 22:24:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79B2D1A2B; Mon, 14 Dec 2015 22:24:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBEMO7mH059904; Mon, 14 Dec 2015 22:24:07 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBEMO7uv059901; Mon, 14 Dec 2015 22:24:07 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201512142224.tBEMO7uv059901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 14 Dec 2015 22:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403742 - head/graphics/libboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 22:24:08 -0000 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