mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
upgrade to 0.75
PR: 31222 Submitted by: maintainer
This commit is contained in:
parent
66e0439162
commit
7212580343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69685
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (SETISupport.jar) = cdab7d21a0f597fa34deb3da2d3ebb88
|
||||
MD5 (SETISupport-075.jar) = cdab7d21a0f597fa34deb3da2d3ebb88
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/SETISupport
|
||||
share/java/SETISupport/SETISupport.jar
|
||||
share/java/SETISupport/SETISupport-075.jar
|
||||
@dirrm share/java/SETISupport
|
||||
|
Loading…
Reference in New Issue
Block a user