svn commit: r459463 - branches/2018Q1/astro/viking

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 19 19:23:07 UTC 2018


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 at gmail.com>
  Approved by:	koalative at 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 at gmail.com
+MAINTAINER=	ports at 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


More information about the svn-ports-branches mailing list