From owner-svn-ports-branches@freebsd.org Fri Jan 19 19:23:06 2018 Return-Path: Delivered-To: svn-ports-branches@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 F03A8EC333F; Fri, 19 Jan 2018 19:23:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA292708E8; Fri, 19 Jan 2018 19:23:06 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07C2A11B7A; Fri, 19 Jan 2018 19:23:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0JJN5nx066721; Fri, 19 Jan 2018 19:23:05 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0JJN5Di066720; Fri, 19 Jan 2018 19:23:05 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201801191923.w0JJN5Di066720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 19 Jan 2018 19:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r459463 - branches/2018Q1/astro/viking X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q1/astro/viking X-SVN-Commit-Revision: 459463 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2018 19:23:07 -0000 Author: tobik Date: Fri Jan 19 19:23:05 2018 New Revision: 459463 URL: https://svnweb.freebsd.org/changeset/ports/459463 Log: MFH: r458934 astro/viking: Fix LIB_DEPENDS and unbreak port - While here reset MAINTAINER: The port has been marked as broken since 2017-05-10 and the maintainer has a history of timeouts. PR: 224668 Submitted by: Ting-Wei Lan Approved by: koalative@gmail.com (maintainer timeout, 2 weeks) Approved by: ports-secteam (swills) Modified: branches/2018Q1/astro/viking/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/astro/viking/Makefile ============================================================================== --- branches/2018Q1/astro/viking/Makefile Fri Jan 19 19:22:32 2018 (r459462) +++ branches/2018Q1/astro/viking/Makefile Fri Jan 19 19:23:05 2018 (r459463) @@ -7,16 +7,12 @@ PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= koalative@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= wrong LIB_DEPENDS -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-01-27 - BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ @@ -65,7 +61,7 @@ NLS_USES= gettext GEOTAG_LIB_DEPENDS= libexif.so:graphics/libexif GEOTAG_CONFIGURE_ENABLE=geotag -GPSD_LIB_DEPENDS= libgpsd.so:astro/gpsd +GPSD_LIB_DEPENDS= libgps.so:astro/gpsd GPSD_CONFIGURE_ENABLE= realtime-gps-tracking MAPNIK_LIB_DEPENDS= libmapnik.so:graphics/mapnik