aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2012-04-24 05:14:20 +0800
committerrene <rene@FreeBSD.org>2012-04-24 05:14:20 +0800
commit8fc20f601d8cf1a3cc2edbaaba3939f4c39a8d99 (patch)
treeced1bcb7f066cbe3f476753dadd343c81515d8d2 /astro
parenteb8eb4247d04b0b76b4389aaf032a4845821f8c3 (diff)
downloadfreebsd-ports-gnome-8fc20f601d8cf1a3cc2edbaaba3939f4c39a8d99.tar.gz
freebsd-ports-gnome-8fc20f601d8cf1a3cc2edbaaba3939f4c39a8d99.tar.zst
freebsd-ports-gnome-8fc20f601d8cf1a3cc2edbaaba3939f4c39a8d99.zip
Update to 6.01.
See the UPDATING entry for additional instructions.
Diffstat (limited to 'astro')
-rw-r--r--astro/boinc-astropulse/Makefile5
-rw-r--r--astro/boinc-astropulse/distinfo4
-rw-r--r--astro/boinc-astropulse/files/patch-client__configure.ac8
-rw-r--r--astro/boinc-astropulse/files/pkg-deinstall.in4
-rw-r--r--astro/boinc-astropulse/files/pkg-install.in6
5 files changed, 13 insertions, 14 deletions
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>