Bug 175003 - [MAINTAINER] astro/swe: update to 1.78.00
Summary: [MAINTAINER] astro/swe: update to 1.78.00
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 11:50 UTC by Muhammad Moinur Rahman
Modified: 2013-01-05 12:30 UTC (History)
0 users

See Also:


Attachments
swe-1.78.00.patch (1.47 KB, patch)
2013-01-05 11:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-05 12:26:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-05 12:27:12 UTC
Author: rm
Date: Sat Jan  5 12:26:59 2013
New Revision: 309956
URL: http://svnweb.freebsd.org/changeset/ports/309956

Log:
  - update to 1.78.00
  
  PR:		175003
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/astro/swe/Makefile
  head/astro/swe/distinfo
  head/astro/swe/pkg-descr

Modified: head/astro/swe/Makefile
==============================================================================
--- head/astro/swe/Makefile	Sat Jan  5 11:30:51 2013	(r309955)
+++ head/astro/swe/Makefile	Sat Jan  5 12:26:59 2013	(r309956)
@@ -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

Modified: head/astro/swe/distinfo
==============================================================================
--- head/astro/swe/distinfo	Sat Jan  5 11:30:51 2013	(r309955)
+++ head/astro/swe/distinfo	Sat Jan  5 12:26:59 2013	(r309956)
@@ -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

Modified: head/astro/swe/pkg-descr
==============================================================================
--- head/astro/swe/pkg-descr	Sat Jan  5 11:30:51 2013	(r309955)
+++ head/astro/swe/pkg-descr	Sat Jan  5 12:26:59 2013	(r309956)
@@ -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 pag
 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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-05 12:27:18 UTC
State Changed
From-To: open->closed

Committed, thank you!