Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 04:52:26 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417045 - head/deskutils/charmap
Message-ID:  <201606180452.u5I4qQNx069069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jun 18 04:52:26 2016
New Revision: 417045
URL: https://svnweb.freebsd.org/changeset/ports/417045

Log:
  Unbreak build, distfile is available at different location
  
  PR:		210034
  Submitted by:	lightside@gmx.com
  MFH:		2016Q2 (ports-secteam build fix blanket)

Modified:
  head/deskutils/charmap/Makefile

Modified: head/deskutils/charmap/Makefile
==============================================================================
--- head/deskutils/charmap/Makefile	Sat Jun 18 03:45:40 2016	(r417044)
+++ head/deskutils/charmap/Makefile	Sat Jun 18 04:52:26 2016	(r417045)
@@ -5,19 +5,15 @@ PORTNAME=	charmap
 PORTVERSION=	0.2
 PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
-MASTER_SITES=	SAVANNAH
+MASTER_SITES=	http://www.sourcefiles.org/Utilities/GUI/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Character map for GNUstep
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2016-07-04
-
 LICENSE=	GPLv2
 
 USES=		gnustep
-USE_GNUSTEP=	back build
+USE_GNUSTEP=	back base build gui
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Charmap.app/Charmap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606180452.u5I4qQNx069069>