svn commit: r417046 - branches/2016Q2/deskutils/charmap

Thomas Zander riggs at FreeBSD.org
Sat Jun 18 05:00:50 UTC 2016


Author: riggs
Date: Sat Jun 18 05:00:49 2016
New Revision: 417046
URL: https://svnweb.freebsd.org/changeset/ports/417046

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

Modified:
  branches/2016Q2/deskutils/charmap/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/deskutils/charmap/Makefile
==============================================================================
--- branches/2016Q2/deskutils/charmap/Makefile	Sat Jun 18 04:52:26 2016	(r417045)
+++ branches/2016Q2/deskutils/charmap/Makefile	Sat Jun 18 05:00:49 2016	(r417046)
@@ -5,18 +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
-
 LICENSE=	GPLv2
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 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-all mailing list