Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2018 19:23:05 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r459463 - branches/2018Q1/astro/viking
Message-ID:  <201801191923.w0JJN5Di066720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lantw44@gmail.com>
  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



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