Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 14:35:04 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458934 - head/astro/viking
Message-ID:  <201801131435.w0DEZ4rF084886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jan 13 14:35:03 2018
New Revision: 458934
URL: https://svnweb.freebsd.org/changeset/ports/458934

Log:
  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 <lantw44@gmail.com>
  Approved by:	koalative@gmail.com (maintainer timeout, 2 weeks)
  MFH:		2018Q1

Modified:
  head/astro/viking/Makefile

Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile	Sat Jan 13 14:29:03 2018	(r458933)
+++ head/astro/viking/Makefile	Sat Jan 13 14:35:03 2018	(r458934)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801131435.w0DEZ4rF084886>