From 758a968ca2ef1654615e5ec46aa67684b82027b3 Mon Sep 17 00:00:00 2001 From: rm Date: Sat, 5 Jan 2013 12:26:59 +0000 Subject: - update to 1.78.00 PR: 175003 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) --- astro/swe/Makefile | 18 +++++++++--------- astro/swe/distinfo | 4 ++-- astro/swe/pkg-descr | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'astro') diff --git a/astro/swe/Makefile b/astro/swe/Makefile index 16e998812b87..52e4f640ad55 100644 --- a/astro/swe/Makefile +++ b/astro/swe/Makefile @@ -1,24 +1,24 @@ -# New ports collection makefile for: swe -# Date created: 30 Oct 2008 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= swe -PORTVERSION= 1.77.00 +PORTVERSION= 1.78.00 CATEGORIES= astro devel MASTER_SITES= ftp://ftp.astro.com/pub/swisseph/ DISTNAME= ${PORTNAME}_unix_src_${PORTVERSION} MAINTAINER= 5u623l20@gmail.com -COMMENT= The High Precision Ephemeris Developed By Astrodienst +COMMENT= High Precision Ephemeris Developed By Astrodienst WRKSRC= ${WRKDIR}/src USE_GMAKE= yes -ALL_TARGET= +ALL_TARGET= # USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + +.include + post-patch: @${REINPLACE_CMD} -e 's|-pedantic||' ${WRKSRC}/Makefile @@ -28,7 +28,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.h ${LOCALBASE}/include/swe post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/doc/* ${DOCSDIR}/ .endif diff --git a/astro/swe/distinfo b/astro/swe/distinfo index 40a11138e012..b861732f1651 100644 --- a/astro/swe/distinfo +++ b/astro/swe/distinfo @@ -1,2 +1,2 @@ -SHA256 (swe_unix_src_1.77.00.tar.gz) = 5a5b43e6da3e3ee74ba2c0d397bf53e5bede311fce39ee76671a014356934a38 -SIZE (swe_unix_src_1.77.00.tar.gz) = 3542169 +SHA256 (swe_unix_src_1.78.00.tar.gz) = 69abd9a49d16693768d223a0acad484b8c5b9ca46d434c8942f5ea815ffd81ee +SIZE (swe_unix_src_1.78.00.tar.gz) = 4517350 diff --git a/astro/swe/pkg-descr b/astro/swe/pkg-descr index 73e77af100ed..0728c379024a 100644 --- a/astro/swe/pkg-descr +++ b/astro/swe/pkg-descr @@ -1,5 +1,5 @@ The SWISS EPHEMERIS is the high precision ephemeris -developed by Astrodienst, largely based upon the DE406 +developed by Astrodienst, largely based upon the DE406 ephemeris from NASA's JPL. Developers can license the Ephemeris library.Ephemeris @@ -9,4 +9,4 @@ ephemerides, containing 19'200 print pages in PDF quality. The Swiss Ephemeris is available under a dual licensing model: GPL2 or Swiss Ephemeris Professional License. -WWW: http://www.astro.com/swisseph/ +WWW: http://www.astro.com/swisseph/ -- cgit