diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-23 15:09:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-23 15:09:18 +0000 |
commit | a4664d9ab3d732dca9657706ebc8f196884b1b1c (patch) | |
tree | 574a17277fa198934f291eef5b8686a4cbbfe451 /net-mgmt | |
parent | beeac9dacf65d02b78d6273606a6258a8afe15d5 (diff) | |
download | ports-a4664d9ab3d732dca9657706ebc8f196884b1b1c.tar.gz ports-a4664d9ab3d732dca9657706ebc8f196884b1b1c.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/airport/Makefile | 16 | ||||
-rw-r--r-- | net-mgmt/airport/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/airport/pkg-descr | 7 | ||||
-rw-r--r-- | net-mgmt/airport/pkg-plist | 1 |
4 files changed, 13 insertions, 13 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile index e4f2a6e98447..7ce893b475d2 100644 --- a/net-mgmt/airport/Makefile +++ b/net-mgmt/airport/Makefile @@ -6,16 +6,16 @@ # PORTNAME= airport -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= net java MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ -DISTFILES= configurator_${PORTVERSION:S/.//g}${EXTRACT_SUFX} \ +DISTFILES= configurator_${PORTVERSION:S/.0.1/01/g}${EXTRACT_SUFX} \ configurator_${OLDAPCVERSION:S/.//g}${EXTRACT_SUFX} \ link_monitor_${LINKMONVERSION:S/.//}${EXTRACT_SUFX} \ host_monitor_${HOSTMONVERSION:S/.//}${EXTRACT_SUFX} \ airportmodemutility_${MODEMVERSION:S/.//}${EXTRACT_SUFX} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper @@ -32,19 +32,17 @@ LINKMONVERSION= 1.1 HOSTMONVERSION= 1.0 MODEMVERSION= 2.0 -.include <bsd.port.pre.mk> - do-install: @cd ${WRKSRC}; \ ${MKDIR} ${PREFIX}/share/doc/airport/helpdocs; \ ${MKDIR} ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/*jar ${PREFIX}/share/java; \ - ${INSTALL_DATA} ${WRKSRC}/configurator_${PORTVERSION:S/.//g}/*jar ${PREFIX}/share/java; \ + ${INSTALL_DATA} ${WRKSRC}/configurator_${PORTVERSION:S/.0.1/0/g}/*jar ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/configurator_${OLDAPCVERSION:S/.//g}/*jar ${PREFIX}/share/java; \ - ${INSTALL_DATA} ${WRKSRC}/airportmodemutility_${PORTVERSION:S/.//g}/*jar ${PREFIX}/share/java; \ + ${INSTALL_DATA} ${WRKSRC}/airportmodemutility_${PORTVERSION:S/.0.1/0/g}/*jar ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/airport; \ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/airport; \ - ${INSTALL_DATA} ${WRKSRC}/configurator_${PORTVERSION:S/.//g}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ + ${INSTALL_DATA} ${WRKSRC}/configurator_${PORTVERSION:S/.0.1/0/g}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ ${SED} \ -e s,%%PREFIX%%,${PREFIX},g \ < ${FILESDIR}/airport > ${PREFIX}/bin/airport; \ @@ -54,4 +52,4 @@ do-install: ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/linkmon ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/airmodem -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-mgmt/airport/distinfo b/net-mgmt/airport/distinfo index 4c46d23d6379..17f999f53c02 100644 --- a/net-mgmt/airport/distinfo +++ b/net-mgmt/airport/distinfo @@ -1,4 +1,4 @@ -MD5 (configurator_20.zip) = 656bf8a262ae6efe9ddfc9297537d24d +MD5 (configurator_201.zip) = 766b687e041001ced655a11fd368d7e9 MD5 (configurator_152.zip) = 1abe6dc50d85dfbca51101dd689e6fea MD5 (link_monitor_11.zip) = e6837268e0edcdfd1566dec35b09deb7 MD5 (host_monitor_10.zip) = 8f413a9a283c28d3e7ba461b79da1b45 diff --git a/net-mgmt/airport/pkg-descr b/net-mgmt/airport/pkg-descr index d2ae916d0ff5..ba91bee62d9d 100644 --- a/net-mgmt/airport/pkg-descr +++ b/net-mgmt/airport/pkg-descr @@ -5,8 +5,9 @@ The Airport and Lucent RG-1000 are the same, except for one detail: On the RG-1000 the net name cannot be changed and is overridden by the hex number on the label on the bottom. -This port also installs the Link Monitor and Host Monitor utilities. -It doesn't install the modem utility because there's no version numbered -distfile available. +This port also installs the Link Monitor and Host Monitor utilities +and the Modem utility. +The Configurator for the new "Snow" Basestation is started with "airport2". +Author: Jon Sevy <jsevy@mcs.drexel.edu> WWW: http://edge.mcs.drexel.edu/GICL/people/sevy/airport/index.html diff --git a/net-mgmt/airport/pkg-plist b/net-mgmt/airport/pkg-plist index 6498b9ab0e67..a12f95c4e5c5 100644 --- a/net-mgmt/airport/pkg-plist +++ b/net-mgmt/airport/pkg-plist @@ -1,4 +1,5 @@ bin/airport +bin/airport2 bin/hostmon bin/linkmon bin/airmodem |