diff options
-rw-r--r-- | net-mgmt/airport/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/airport/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/airport/files/airport | 4 | ||||
-rw-r--r-- | net/airport/Makefile | 2 | ||||
-rw-r--r-- | net/airport/distinfo | 3 | ||||
-rw-r--r-- | net/airport/files/airport | 4 |
6 files changed, 6 insertions, 12 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile index cae4c39b1513..a547f184fcfa 100644 --- a/net-mgmt/airport/Makefile +++ b/net-mgmt/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-mgmt/airport/distinfo b/net-mgmt/airport/distinfo index a71ba800a4cb..996913996fbd 100644 --- a/net-mgmt/airport/distinfo +++ b/net-mgmt/airport/distinfo @@ -1,2 +1 @@ -MD5 (configurator.zip) = b743eca03f70624fc987a9c9204547f4 -MD5 (swing.zip) = 0592b0d019baffd19af7408c3f26cfa1 +MD5 (configurator.zip) = 02f4057cc5419f661e1032f02bed28f9 diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport index e95361cfca46..b5797d416267 100644 --- a/net-mgmt/airport/files/airport +++ b/net-mgmt/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 diff --git a/net/airport/Makefile b/net/airport/Makefile index cae4c39b1513..a547f184fcfa 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 a71ba800a4cb..996913996fbd 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 e95361cfca46..b5797d416267 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 |