Date: Tue, 30 May 2017 16:24:44 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442100 - head/astro/xephem Message-ID: <201705301624.v4UGOiuJ014830@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301624.v4UGOiuJ014830>