svn commit: r442100 - head/astro/xephem

Josh Paetzel jpaetzel at FreeBSD.org
Tue May 30 16:24:45 UTC 2017


Author: jpaetzel
Date: Tue May 30 16:24:43 2017
New Revision: 442100
URL: https://svnweb.freebsd.org/changeset/ports/442100

Log:
  Chase a few more changes that were fallout of an upstream  distfile reroll.
  The problems were caught by poudriere testport.

Modified:
  head/astro/xephem/Makefile
  head/astro/xephem/pkg-plist

Modified: head/astro/xephem/Makefile
==============================================================================
--- head/astro/xephem/Makefile	Tue May 30 16:22:54 2017	(r442099)
+++ head/astro/xephem/Makefile	Tue May 30 16:24:43 2017	(r442100)
@@ -3,13 +3,15 @@
 
 PORTNAME=	xephem
 PORTVERSION=	3.7.7
+PORTREVISION=	1
 CATEGORIES=	astro
 MASTER_SITES=	http://www.clearskyinstitute.com/xephem/
 
 MAINTAINER=	jpaetzel at FreeBSD.org
 COMMENT=	Interactive astronomical ephemeris program
 
-LIB_DEPENDS=	libpng.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png \
+		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		gmake jpeg motif tar:tgz
 LDFLAGS+=	-lfontconfig

Modified: head/astro/xephem/pkg-plist
==============================================================================
--- head/astro/xephem/pkg-plist	Tue May 30 16:22:54 2017	(r442099)
+++ head/astro/xephem/pkg-plist	Tue May 30 16:24:43 2017	(r442100)
@@ -35,6 +35,7 @@ lib/X11/xephem/auxil/uranus.9910
 lib/X11/xephem/auxil/wmm.cof
 lib/X11/xephem/auxil/xephem_sites
 lib/X11/xephem/auxil/xephem_skyhist
+lib/X11/xephem/auxil/._wmm.cof
 lib/X11/xephem/catalogs/Messier.edb
 lib/X11/xephem/catalogs/SKY2k65.edb
 lib/X11/xephem/fifos/Makefile
@@ -166,4 +167,5 @@ lib/X11/xephem/help/png/valid-html401.png
 lib/X11/xephem/help/png/wcssolver.png
 lib/X11/xephem/help/xephem.html
 lib/X11/xephem/lo/lodb.xml
+lib/X11/xephem/lo/._lodb.xml
 man/man1/xephem.1.gz


More information about the svn-ports-all mailing list