diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 21:14:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 21:14:20 +0000 |
commit | 0237fd0cf02c1bc3e1697811c6852fa80941e261 (patch) | |
tree | 4970deee5c3f00e8d099e484f800c5aed2b12f58 | |
parent | d7447c0a6055ab218650824e62497a54b65cd066 (diff) | |
download | ports-0237fd0cf02c1bc3e1697811c6852fa80941e261.tar.gz ports-0237fd0cf02c1bc3e1697811c6852fa80941e261.zip |
Notes
-rw-r--r-- | UPDATING | 9 | ||||
-rw-r--r-- | astro/boinc-astropulse/Makefile | 5 | ||||
-rw-r--r-- | astro/boinc-astropulse/distinfo | 4 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/patch-client__configure.ac | 8 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/pkg-deinstall.in | 4 | ||||
-rw-r--r-- | astro/boinc-astropulse/files/pkg-install.in | 6 |
6 files changed, 22 insertions, 14 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20120423: + AFFECTS: users of astro/boinc-astropulse + AUTHOR: rene@FreeBSD.org + + Astropulse has been updated to 6.01, which is a different application + than version 5.06. You need to have Astropulse v6 enabled in your + account under SETI@home preferences. It is also advisable to finish + and report existing Astropulse units before updating. + 20120421: AFFECTS: users of x11/xorg AUTHOR: x11@FreeBSD.org diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 481743332e5e..b989b257eac7 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -5,11 +5,10 @@ # PORTNAME= boinc-astropulse -PORTVERSION= 5.06 -PORTREVISION= 3 +PORTVERSION= 6.01 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ -DISTNAME= astropulse-svn-868 +DISTNAME= astropulse-svn-1280 MAINTAINER= rene@FreeBSD.org COMMENT= Astropulse for BOINC diff --git a/astro/boinc-astropulse/distinfo b/astro/boinc-astropulse/distinfo index 1cc3b00731f0..d984633d6de5 100644 --- a/astro/boinc-astropulse/distinfo +++ b/astro/boinc-astropulse/distinfo @@ -1,2 +1,2 @@ -SHA256 (astropulse-svn-868.tar.xz) = ad484398a7e694773ffc108382706e2fc274f3c9ac9982fbdabb20f82d46bb5b -SIZE (astropulse-svn-868.tar.xz) = 1093224 +SHA256 (astropulse-svn-1280.tar.xz) = 05dd0b128fd183d63f28423fd36649b5062dd1788463092127600ede08991bbc +SIZE (astropulse-svn-1280.tar.xz) = 1113044 diff --git a/astro/boinc-astropulse/files/patch-client__configure.ac b/astro/boinc-astropulse/files/patch-client__configure.ac index ae754ea56cfa..f4ce17535940 100644 --- a/astro/boinc-astropulse/files/patch-client__configure.ac +++ b/astro/boinc-astropulse/files/patch-client__configure.ac @@ -11,10 +11,10 @@ - AC_DEFINE_UNQUOTED(SVN_REV,"${svnrev}", - [Define to be the subversion revision number]) -else -- AC_REVISION([$Revision: 163 $]) -- AC_DEFINE(SVN_REV,"$Revision: 163 $", -+ AC_REVISION([$Revision: 868 $]) -+ AC_DEFINE(SVN_REV,"$Revision: 868 $", +- AC_REVISION([$Revision: 1190 $]) +- AC_DEFINE(SVN_REV,"$Revision: 1190 $", ++ AC_REVISION([$Revision: 1280 $]) ++ AC_DEFINE(SVN_REV,"$Revision: 1280 $", [Define to be the subversion revision number]) -fi diff --git a/astro/boinc-astropulse/files/pkg-deinstall.in b/astro/boinc-astropulse/files/pkg-deinstall.in index 634ba944db47..eea6751836ca 100644 --- a/astro/boinc-astropulse/files/pkg-deinstall.in +++ b/astro/boinc-astropulse/files/pkg-deinstall.in @@ -7,9 +7,9 @@ if [ "$2" != "POST-DEINSTALL" ]; then fi F=%%BOINC_HOME%%/projects/%%SETI_SITE%%/app_info.xml -echo Removing astropulse_v505 lines from $F +echo Removing astropulse_v6 lines from $F -l=`grep -n "<name>astropulse_v505</name>" $F | cut -f 1 -d :` +l=`grep -n "<name>astropulse_v6</name>" $F | cut -f 1 -d :` if [ $? -ne 0 ]; then echo $F is corrupt exit 1 diff --git a/astro/boinc-astropulse/files/pkg-install.in b/astro/boinc-astropulse/files/pkg-install.in index acec366da3e7..58f14f9ee5d6 100644 --- a/astro/boinc-astropulse/files/pkg-install.in +++ b/astro/boinc-astropulse/files/pkg-install.in @@ -15,18 +15,18 @@ if [ ! -f $F ]; then chown %%BOINC_USER%%:%%BOINC_GROUP%% $F fi -echo Adding astropulse_v505 lines to $F +echo Adding astropulse_v6 lines to $F ed - $F <<EOF 1a <app> -<name>astropulse_v505</name> +<name>astropulse_v6</name> </app> <file_info> <name>%%AP_BINARY%%</name> <executable/> </file_info> <app_version> -<app_name>astropulse_v505</app_name> +<app_name>astropulse_v6</app_name> <version_num>%%AP_VERSION%%</version_num> <file_ref> <file_name>%%AP_BINARY%%</file_name> |