svn commit: r317834 - head/astro/swe
Lars Engels
lme at FreeBSD.org
Fri May 10 18:28:36 UTC 2013
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
More information about the svn-ports-head
mailing list