diff options
author | rm <rm@FreeBSD.org> | 2013-01-05 20:26:59 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-05 20:26:59 +0800 |
commit | 758a968ca2ef1654615e5ec46aa67684b82027b3 (patch) | |
tree | 1d4eeaa52ab807d326a9eb2dfaebcd2b8c2c7748 /astro | |
parent | a4d9c7b52f2c800bfd8bbba4e78bdcdf8a873f92 (diff) | |
download | freebsd-ports-gnome-758a968ca2ef1654615e5ec46aa67684b82027b3.tar.gz freebsd-ports-gnome-758a968ca2ef1654615e5ec46aa67684b82027b3.tar.zst freebsd-ports-gnome-758a968ca2ef1654615e5ec46aa67684b82027b3.zip |
- update to 1.78.00
PR: 175003
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/swe/Makefile | 18 | ||||
-rw-r--r-- | astro/swe/distinfo | 4 | ||||
-rw-r--r-- | astro/swe/pkg-descr | 4 |
3 files changed, 13 insertions, 13 deletions
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 <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $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 <bsd.port.options.mk> + 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/ |