summaryrefslogtreecommitdiffstats
path: root/astro/SETIsupport
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-07 18:17:38 +0000
committerijliao <ijliao@FreeBSD.org>2002-11-07 18:17:38 +0000
commit1e47531fac9d66d5fe7b1041e2721c3e192a7495 (patch)
treee08202b59e5b2fa6551981956a9179499580b0f0 /astro/SETIsupport
parent22bf98b3cdccaaddcefc5ca9011ff032e7776f44 (diff)
downloadFreeBSD-ports-1e47531fac9d66d5fe7b1041e2721c3e192a7495.zip
FreeBSD-ports-1e47531fac9d66d5fe7b1041e2721c3e192a7495.tar.gz
upgrade to 0.75
PR: 31222 Submitted by: maintainer
Diffstat (limited to 'astro/SETIsupport')
-rw-r--r--astro/SETIsupport/Makefile10
-rw-r--r--astro/SETIsupport/distinfo2
-rw-r--r--astro/SETIsupport/pkg-message9
-rw-r--r--astro/SETIsupport/pkg-plist2
4 files changed, 14 insertions, 9 deletions
diff --git a/astro/SETIsupport/Makefile b/astro/SETIsupport/Makefile
index 0dcca60..72e9fdc 100644
--- a/astro/SETIsupport/Makefile
+++ b/astro/SETIsupport/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= SETISupport
-PORTVERSION= 0.74
+PORTVERSION= 0.75
CATEGORIES= astro java
-MASTER_SITES= http://members5.cool.ne.jp/%7Egrgr56/SETITest/
-DISTNAME= ${PORTNAME}
+MASTER_SITES= http://www.vt.sakura.ne.jp/~grgr56/SETITest/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
-MAINTAINER= hym@cocoa.freemail.ne.jp
+MAINTAINER= gibbon@cocoa.freemail.ne.jp
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \
@@ -24,7 +24,7 @@ NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/share/java/SETISupport
- @${INSTALL_DATA} ${DISTDIR}/SETISupport.jar ${PREFIX}/share/java/SETISupport
+ @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/java/SETISupport
@${INSTALL_SCRIPT} ${FILESDIR}/SETISupport.sh ${PREFIX}/bin/SETISupport
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/astro/SETIsupport/distinfo b/astro/SETIsupport/distinfo
index 38fbda0..da062b0 100644
--- a/astro/SETIsupport/distinfo
+++ b/astro/SETIsupport/distinfo
@@ -1 +1 @@
-MD5 (SETISupport.jar) = cdab7d21a0f597fa34deb3da2d3ebb88
+MD5 (SETISupport-075.jar) = cdab7d21a0f597fa34deb3da2d3ebb88
diff --git a/astro/SETIsupport/pkg-message b/astro/SETIsupport/pkg-message
index 806baf7..a1ce45a 100644
--- a/astro/SETIsupport/pkg-message
+++ b/astro/SETIsupport/pkg-message
@@ -3,12 +3,17 @@ If you don't like this working directory,
please set environment variable "SETISUPPORT_WRKDIR" to the directory you like.
For Example, if you want working directory to be /var/db/setiathome ,
- setenv SETISUPPORT_WRKDIR /var/db/setiathome
+ # setenv SETISUPPORT_WRKDIR /var/db/setiathome
for csh or tcsh
- export SETISUPPORT_WRKDIR=/var/db/setiathome
+ $ export SETISUPPORT_WRKDIR=/var/db/setiathome
for sh or bash
Maybe you want set this to the working directory setiathome,
but don't forget that you need write permission for working directory.
If you installed setiathome from ports or package,
setiathome's working directory is owned by nobody.
+
+First time you run SETISupport, it askes you the place of state.sah.
+This file is generated by setiathome in the directory from which it's run.
+If you installed setiathome from ports or package,
+it's /var/db/setiathome
diff --git a/astro/SETIsupport/pkg-plist b/astro/SETIsupport/pkg-plist
index 63c1b0e..b0c5667 100644
--- a/astro/SETIsupport/pkg-plist
+++ b/astro/SETIsupport/pkg-plist
@@ -1,3 +1,3 @@
bin/SETISupport
-share/java/SETISupport/SETISupport.jar
+share/java/SETISupport/SETISupport-075.jar
@dirrm share/java/SETISupport
OpenPOWER on IntegriCloud