From owner-svn-ports-head@freebsd.org Sat Jun 18 04:52:28 2016 Return-Path: Delivered-To: svn-ports-head@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 0CC3AA79573; Sat, 18 Jun 2016 04:52:28 +0000 (UTC) (envelope-from riggs@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 CD54B2F12; Sat, 18 Jun 2016 04:52:27 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5I4qQXn069070; Sat, 18 Jun 2016 04:52:26 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5I4qQNx069069; Sat, 18 Jun 2016 04:52:26 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201606180452.u5I4qQNx069069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Jun 2016 04:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417045 - head/deskutils/charmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 04:52:28 -0000 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