svn commit: r417045 - head/deskutils/charmap

Thomas Zander riggs at FreeBSD.org
Sat Jun 18 04:52:28 UTC 2016


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


More information about the svn-ports-head mailing list