From owner-svn-ports-head@freebsd.org Sun Dec 13 20:42:25 2015 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 E71A1A43896; Sun, 13 Dec 2015 20:42:24 +0000 (UTC) (envelope-from bapt@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 A94EB1C04; Sun, 13 Dec 2015 20:42:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDKgNYT074941; Sun, 13 Dec 2015 20:42:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDKgNx7074936; Sun, 13 Dec 2015 20:42:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512132042.tBDKgNx7074936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 13 Dec 2015 20:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403689 - in head: devel/pccts games/opensfx graphics/gmt java/jai sysutils/bkpupsd 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.20 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: Sun, 13 Dec 2015 20:42:25 -0000 Author: bapt Date: Sun Dec 13 20:42:23 2015 New Revision: 403689 URL: https://svnweb.freebsd.org/changeset/ports/403689 Log: Fix a bunch of false positive that are fetchable Reported by: ak Modified: head/devel/pccts/Makefile head/games/opensfx/Makefile head/graphics/gmt/Makefile head/java/jai/Makefile head/sysutils/bkpupsd/Makefile Modified: head/devel/pccts/Makefile ============================================================================== --- head/devel/pccts/Makefile Sun Dec 13 20:26:24 2015 (r403688) +++ head/devel/pccts/Makefile Sun Dec 13 20:42:23 2015 (r403689) @@ -10,7 +10,6 @@ DISTNAME= pccts${PORTVERSION:R:S/.//}mr$ MAINTAINER= ports@FreeBSD.org COMMENT= Purdue Compiler Construction Tool Set -BROKEN= unfetchable CONFLICTS= antlr* WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/games/opensfx/Makefile ============================================================================== --- head/games/opensfx/Makefile Sun Dec 13 20:26:24 2015 (r403688) +++ head/games/opensfx/Makefile Sun Dec 13 20:42:23 2015 (r403689) @@ -13,7 +13,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative sounds for OpenTTD game engine -BROKEN= unfetchable LICENSE= CCPL LICENSE_NAME= Creative Commons Public License LICENSE_FILE= ${WRKDIR}/opensfx-${PORTVERSION}/license.txt Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Sun Dec 13 20:26:24 2015 (r403688) +++ head/graphics/gmt/Makefile Sun Dec 13 20:42:23 2015 (r403689) @@ -20,8 +20,6 @@ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX MAINTAINER= ports@FreeBSD.org COMMENT= Generic Mapping Tools - data processing and display software package -BROKEN= unfetchable - LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} Modified: head/java/jai/Makefile ============================================================================== --- head/java/jai/Makefile Sun Dec 13 20:26:24 2015 (r403688) +++ head/java/jai/Makefile Sun Dec 13 20:42:23 2015 (r403689) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-lib MAINTAINER= java@FreeBSD.org COMMENT= High performance image processing libraries for Java -BROKEN= unfetchable - USES= cpe zip CPE_VENDOR= oracle USE_JAVA= yes Modified: head/sysutils/bkpupsd/Makefile ============================================================================== --- head/sysutils/bkpupsd/Makefile Sun Dec 13 20:26:24 2015 (r403688) +++ head/sysutils/bkpupsd/Makefile Sun Dec 13 20:42:23 2015 (r403689) @@ -9,6 +9,4 @@ MASTER_SITES= http://ftp.knit.kagoshima- MAINTAINER= ports@FreeBSD.org COMMENT= Simple UPS daemon for APC BK Pro(TM) -BROKEN= unfetchable - .include