summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-08-01 14:32:28 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-08-01 14:32:28 +0000
commitccd957620fdb337c60ef7f7fb09b2493b5cd9613 (patch)
tree678ac796af53747fd7d465257a009eb3a78d36ec /devel
parentAdd openacs-dotlrn 2.1.1, modular web application platform for high (diff)
Update to 1.6.1.
PR: ports/84432 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Discussed by: maintainer with celler phone:-)
Notes
Notes: svn path=/head/; revision=140664
Diffstat (limited to 'devel')
-rw-r--r--devel/astah-community/Makefile4
-rw-r--r--devel/astah-community/distinfo4
-rw-r--r--devel/astah-community/files/mozilla (renamed from devel/astah-community/files/netscape)3
-rw-r--r--devel/astah-community/pkg-plist2
-rw-r--r--devel/jude-community/Makefile4
-rw-r--r--devel/jude-community/distinfo4
-rw-r--r--devel/jude-community/files/mozilla (renamed from devel/jude-community/files/netscape)3
-rw-r--r--devel/jude-community/pkg-plist2
8 files changed, 16 insertions, 10 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile
index 9a5b85e53194..8bce789966b9 100644
--- a/devel/astah-community/Makefile
+++ b/devel/astah-community/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jude-community
-PORTVERSION= 1.5.2
+PORTVERSION= 1.6.1
CATEGORIES= devel java
MASTER_SITES= # you have to register yourself as a member to download
DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g}
@@ -50,7 +50,7 @@ post-patch:
do-install:
${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/jude ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${FILESDIR}/netscape ${DATADIR}
+ ${INSTALL_SCRIPT} ${FILESDIR}/mozilla ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/JudeDefaultModel.jude ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/jude.ico ${DATADIR}
diff --git a/devel/astah-community/distinfo b/devel/astah-community/distinfo
index d2febc2ae241..2b5a3ae83b8f 100644
--- a/devel/astah-community/distinfo
+++ b/devel/astah-community/distinfo
@@ -1,2 +1,2 @@
-MD5 (jude-community-1_5_2.zip) = 184b58f7f5e4cf42908400c2913a640b
-SIZE (jude-community-1_5_2.zip) = 3155223
+MD5 (jude-community-1_6_1.zip) = fd50198796427cb36a6e9ffa1a86c6f6
+SIZE (jude-community-1_6_1.zip) = 3406827
diff --git a/devel/astah-community/files/netscape b/devel/astah-community/files/mozilla
index 5e2e3d737cc1..5ece63ef79c9 100644
--- a/devel/astah-community/files/netscape
+++ b/devel/astah-community/files/mozilla
@@ -1,5 +1,8 @@
#!/bin/sh
+# eliminate own path from PATH (without this, cause a inifinite loop)
+PATH=${PATH#$(dirname $0)}
+
# add your favorite browser in the top of the list
for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera
do
diff --git a/devel/astah-community/pkg-plist b/devel/astah-community/pkg-plist
index ca1518bdd3a6..d51f1be13ba1 100644
--- a/devel/astah-community/pkg-plist
+++ b/devel/astah-community/pkg-plist
@@ -1,5 +1,5 @@
bin/jude
-%%DATADIR%%/netscape
+%%DATADIR%%/mozilla
%%DATADIR%%/%%PORTNAME%%.jar
%%DATADIR%%/JudeDefaultModel.jude
%%DATADIR%%/jude.ico
diff --git a/devel/jude-community/Makefile b/devel/jude-community/Makefile
index 9a5b85e53194..8bce789966b9 100644
--- a/devel/jude-community/Makefile
+++ b/devel/jude-community/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jude-community
-PORTVERSION= 1.5.2
+PORTVERSION= 1.6.1
CATEGORIES= devel java
MASTER_SITES= # you have to register yourself as a member to download
DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g}
@@ -50,7 +50,7 @@ post-patch:
do-install:
${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/jude ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${FILESDIR}/netscape ${DATADIR}
+ ${INSTALL_SCRIPT} ${FILESDIR}/mozilla ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/JudeDefaultModel.jude ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/jude.ico ${DATADIR}
diff --git a/devel/jude-community/distinfo b/devel/jude-community/distinfo
index d2febc2ae241..2b5a3ae83b8f 100644
--- a/devel/jude-community/distinfo
+++ b/devel/jude-community/distinfo
@@ -1,2 +1,2 @@
-MD5 (jude-community-1_5_2.zip) = 184b58f7f5e4cf42908400c2913a640b
-SIZE (jude-community-1_5_2.zip) = 3155223
+MD5 (jude-community-1_6_1.zip) = fd50198796427cb36a6e9ffa1a86c6f6
+SIZE (jude-community-1_6_1.zip) = 3406827
diff --git a/devel/jude-community/files/netscape b/devel/jude-community/files/mozilla
index 5e2e3d737cc1..5ece63ef79c9 100644
--- a/devel/jude-community/files/netscape
+++ b/devel/jude-community/files/mozilla
@@ -1,5 +1,8 @@
#!/bin/sh
+# eliminate own path from PATH (without this, cause a inifinite loop)
+PATH=${PATH#$(dirname $0)}
+
# add your favorite browser in the top of the list
for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera
do
diff --git a/devel/jude-community/pkg-plist b/devel/jude-community/pkg-plist
index ca1518bdd3a6..d51f1be13ba1 100644
--- a/devel/jude-community/pkg-plist
+++ b/devel/jude-community/pkg-plist
@@ -1,5 +1,5 @@
bin/jude
-%%DATADIR%%/netscape
+%%DATADIR%%/mozilla
%%DATADIR%%/%%PORTNAME%%.jar
%%DATADIR%%/JudeDefaultModel.jude
%%DATADIR%%/jude.ico