svn commit: r458934 - head/astro/viking

Tobias Kortkamp tobik at FreeBSD.org
Sat Jan 13 14:35:05 UTC 2018


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 at gmail.com>
  Approved by:	koalative at 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 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-all mailing list