Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 18:28:35 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317834 - head/astro/swe
Message-ID:  <201305101828.r4AISZWi094449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305101828.r4AISZWi094449>