Bug 178442 - [MAINTAINER] astro/swe: update to 1.79.00
Summary: [MAINTAINER] astro/swe: update to 1.79.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: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 09:50 UTC by Muhammad Moinur Rahman
Modified: 2013-05-10 19:30 UTC (History)
0 users

See Also:


Attachments
swe-1.79.00.patch (1.29 KB, patch)
2013-05-09 09: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 Lars Engels freebsd_committer freebsd_triage 2013-05-10 19:18:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-10 19:28:43 UTC
Author: lme
Date: Fri May 10 18:28:35 2013
New Revision: 317834
URL: http://svnweb.freebsd.org/changeset/ports/317834

Log:
  Update to 1.79.00
  
  PR:		ports/178442
  Submitted by:	maintainer

Modified:
  head/astro/swe/Makefile   (contents, props changed)
  head/astro/swe/distinfo   (contents, props changed)

Modified: head/astro/swe/Makefile
==============================================================================
--- head/astro/swe/Makefile	Fri May 10 17:38:02 2013	(r317833)
+++ head/astro/swe/Makefile	Fri May 10 18:28:35 2013	(r317834)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swe
-PORTVERSION=	1.78.00
+PORTVERSION=	1.79.00
 CATEGORIES=	astro devel
 MASTER_SITES=	ftp://ftp.astro.com/pub/swisseph/
 DISTNAME=	${PORTNAME}_unix_src_${PORTVERSION}
@@ -24,6 +24,10 @@ post-patch:
 		-e 's|CFLAGS =|CFLAGS ?=|' \
 		${WRKSRC}/Makefile
 
+.if ${OSVERSION} >= 100000
+	@${REINPLACE_CMD} -e 's|-O9|-O3|' ${WRKSRC}/Makefile
+.endif
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libswe.a ${LOCALBASE}/lib
 	${MKDIR} ${LOCALBASE}/include/swe

Modified: head/astro/swe/distinfo
==============================================================================
--- head/astro/swe/distinfo	Fri May 10 17:38:02 2013	(r317833)
+++ head/astro/swe/distinfo	Fri May 10 18:28:35 2013	(r317834)
@@ -1,2 +1,2 @@
-SHA256 (swe_unix_src_1.78.00.tar.gz) = 69abd9a49d16693768d223a0acad484b8c5b9ca46d434c8942f5ea815ffd81ee
-SIZE (swe_unix_src_1.78.00.tar.gz) = 4517350
+SHA256 (swe_unix_src_1.79.00.tar.gz) = 175739225300b14f903cbf7749ccc78e708cb485e79db7707cf02f591bc4a898
+SIZE (swe_unix_src_1.79.00.tar.gz) = 4696318
_______________________________________________
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 Lars Engels freebsd_committer freebsd_triage 2013-05-10 19:28:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!