Date: Wed, 24 Jul 2013 10:19:24 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323587 - in head/astro/boinc-astropulse: . files Message-ID: <201307241019.r6OAJOCt012245@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Wed Jul 24 10:19:24 2013 New Revision: 323587 URL: http://svnweb.freebsd.org/changeset/ports/323587 Log: - Update to SVN revision 1702, remove patches merged upstream - Change the build dependency from astro/boinc-setiathome-enhanced to astro/boinc-setiathome-v7 - Bump PORTREVISION Deleted: head/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp head/astro/boinc-astropulse/files/patch-client__ap_gfx_main.cpp Modified: head/astro/boinc-astropulse/Makefile head/astro/boinc-astropulse/distinfo (contents, props changed) head/astro/boinc-astropulse/files/patch-client__configure.ac (contents, props changed) Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Wed Jul 24 09:47:33 2013 (r323586) +++ head/astro/boinc-astropulse/Makefile Wed Jul 24 10:19:24 2013 (r323587) @@ -3,10 +3,10 @@ PORTNAME= boinc-astropulse PORTVERSION= 6.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ -DISTNAME= astropulse-svn-1280 +DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory MAINTAINER= rene@FreeBSD.org COMMENT= Astropulse for BOINC @@ -15,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ - ${NONEXISTENT}:${PORTSDIR}/astro/boinc-setiathome-enhanced:patch + ${NONEXISTENT}:${PORTSDIR}/astro/boinc-setiathome-v7:patch RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float @@ -58,7 +58,7 @@ PLIST_SUB+= X11="@comment " CFLAGS+= -mtune=native .endif -SETI_WORK!= cd ${.CURDIR}/../boinc-setiathome-enhanced && ${MAKE} -V WRKSRC +SETI_WORK!= cd ${.CURDIR}/../boinc-setiathome-v7 && ${MAKE} -V WRKSRC CONFIGURE_ENV+= BOINCDIR="${NONEXISTENT}" \ BOINC_DIR="${NONEXISTENT}" \ SETI_BOINC_DIR="${SETI_WORK}" Modified: head/astro/boinc-astropulse/distinfo ============================================================================== --- head/astro/boinc-astropulse/distinfo Wed Jul 24 09:47:33 2013 (r323586) +++ head/astro/boinc-astropulse/distinfo Wed Jul 24 10:19:24 2013 (r323587) @@ -1,2 +1,2 @@ -SHA256 (astropulse-svn-1280.tar.xz) = 05dd0b128fd183d63f28423fd36649b5062dd1788463092127600ede08991bbc -SIZE (astropulse-svn-1280.tar.xz) = 1113044 +SHA256 (astropulse-svn-1702.tar.xz) = cfb307628dc02f0407f7571fed7e91b7824fd385278ecfa2b30ed5fb8c38cd46 +SIZE (astropulse-svn-1702.tar.xz) = 7397348 Modified: head/astro/boinc-astropulse/files/patch-client__configure.ac ============================================================================== --- head/astro/boinc-astropulse/files/patch-client__configure.ac Wed Jul 24 09:47:33 2013 (r323586) +++ head/astro/boinc-astropulse/files/patch-client__configure.ac Wed Jul 24 10:19:24 2013 (r323587) @@ -13,8 +13,8 @@ -else - AC_REVISION([$Revision: 1190 $]) - AC_DEFINE(SVN_REV,"$Revision: 1190 $", -+ AC_REVISION([$Revision: 1280 $]) -+ AC_DEFINE(SVN_REV,"$Revision: 1280 $", ++ AC_REVISION([$Revision: 1702 $]) ++ AC_DEFINE(SVN_REV,"$Revision: 1702 $", [Define to be the subversion revision number]) -fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307241019.r6OAJOCt012245>