- Update to 1.79.00 For Committer's reference: http://tb.s.ubze.ro//logs/10-CURRENT-i386-gcc/swe-1.79.00.log http://tb.s.ubze.ro//logs/10-CURRENT-i386-clang/swe-1.79.00.log http://tb.s.ubze.ro//logs/10-CURRENT-amd64-gcc/swe-1.79.00.log http://tb.s.ubze.ro//logs/10-CURRENT-amd64-clang/swe-1.79.00.log http://tb.s.ubze.ro//logs/9-STABLE-i386-clang/swe-1.79.00.log http://tb.s.ubze.ro//logs/9-STABLE-i386-gcc/swe-1.79.00.log http://tb.s.ubze.ro//logs/9-STABLE-amd64-clang/swe-1.79.00.log http://tb.s.ubze.ro//logs/9-STABLE-amd64-gcc/swe-1.79.00.log http://tb.s.ubze.ro//logs/8-STABLE-i386/swe-1.79.00.log http://tb.s.ubze.ro//logs/8-STABLE-amd64/swe-1.79.00.log Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->lme I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!