From d19907826889cc1ea9b002d349d08f3f16d98ec4 Mon Sep 17 00:00:00 2001 From: nsayer Date: Fri, 6 Oct 2000 00:06:29 +0000 Subject: 1. Update to 1.2.2 2. Don't cd in the script, use the full path to the jar instead. 3. Remove obsolete swing library md5 entry --- net/airport/Makefile | 2 +- net/airport/distinfo | 3 +-- net/airport/files/airport | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/airport/Makefile b/net/airport/Makefile index cae4c39b151..a547f184fcf 100644 --- a/net/airport/Makefile +++ b/net/airport/Makefile @@ -6,7 +6,7 @@ # PORTNAME= airport -PORTVERSION= 1.2 +PORTVERSION= 1.2.2 CATEGORIES= net java MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ DISTFILES= configurator${EXTRACT_SUFX} diff --git a/net/airport/distinfo b/net/airport/distinfo index a71ba800a4c..996913996fb 100644 --- a/net/airport/distinfo +++ b/net/airport/distinfo @@ -1,2 +1 @@ -MD5 (configurator.zip) = b743eca03f70624fc987a9c9204547f4 -MD5 (swing.zip) = 0592b0d019baffd19af7408c3f26cfa1 +MD5 (configurator.zip) = 02f4057cc5419f661e1032f02bed28f9 diff --git a/net/airport/files/airport b/net/airport/files/airport index e95361cfca4..b5797d41626 100644 --- a/net/airport/files/airport +++ b/net/airport/files/airport @@ -1,7 +1,5 @@ #! /bin/sh -cd %%PREFIX%%/share/airport - -exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:AirportBaseStationConfig.jar" AirportBaseStationConfigurator +exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREEFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator exit 1 -- cgit