svn commit: r403742 - head/graphics/libboard

Thierry Thomas thierry at FreeBSD.org
Mon Dec 14 22:24:08 UTC 2015


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 at 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


More information about the svn-ports-all mailing list