aboutsummaryrefslogtreecommitdiff
path: root/comms/ib-kmod
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2008-04-28 12:09:34 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2008-04-28 12:09:34 +0000
commit584b555304c0febd10e64d662b63c6c2049faf83 (patch)
tree94a7afe90afba49c52f0df66fa1fbd78b3ae6755 /comms/ib-kmod
parenta121d027845c37e4954378e5cf56ffdb867e9afc (diff)
downloadports-584b555304c0febd10e64d662b63c6c2049faf83.tar.gz
ports-584b555304c0febd10e64d662b63c6c2049faf83.zip
Update to 1.0.2 (with FreeBSD 7 support).
Also update package description. Patch from: Tofig Suleymanov <tofig at freebsd dot az> (maintainer)
Notes
Notes: svn path=/head/; revision=212164
Diffstat (limited to 'comms/ib-kmod')
-rw-r--r--comms/ib-kmod/Makefile10
-rw-r--r--comms/ib-kmod/distinfo6
-rw-r--r--comms/ib-kmod/pkg-descr2
3 files changed, 6 insertions, 12 deletions
diff --git a/comms/ib-kmod/Makefile b/comms/ib-kmod/Makefile
index fe92f4779db6..512ad2b69cde 100644
--- a/comms/ib-kmod/Makefile
+++ b/comms/ib-kmod/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ib
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= comms kld
MASTER_SITES= http://www.freebsd.az/other/
PKGNAMESUFFIX= -kmod
@@ -24,12 +24,6 @@ KMODDIR?= /boot/modules
PLIST_FILES= "@cwd ${KMODDIR}" \
if_ib.ko
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700000
-IGNORE= fails to compile on versions of FreeBSD 7
-.endif
-
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)
@${ECHO} "*************************************************"; \
@@ -45,4 +39,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/comms/ib-kmod/distinfo b/comms/ib-kmod/distinfo
index f895fc5239ab..dc7c7e494c9e 100644
--- a/comms/ib-kmod/distinfo
+++ b/comms/ib-kmod/distinfo
@@ -1,3 +1,3 @@
-MD5 (ib-1.0.1.tar.gz) = 441a76cd3c4c41bb7757b11eab4c2862
-SHA256 (ib-1.0.1.tar.gz) = e325172bdaf701107d201807c4a162dcb087b8a7f08586ed4b18fade466b1b35
-SIZE (ib-1.0.1.tar.gz) = 7230
+MD5 (ib-1.0.2.tar.gz) = 4928610243019c2267137b785e579796
+SHA256 (ib-1.0.2.tar.gz) = 44d2bfd465794830cf2c61fe8e59877421a37be4703c415ee9268faa920236e0
+SIZE (ib-1.0.2.tar.gz) = 7147
diff --git a/comms/ib-kmod/pkg-descr b/comms/ib-kmod/pkg-descr
index ed09487c7b32..53127741ffe2 100644
--- a/comms/ib-kmod/pkg-descr
+++ b/comms/ib-kmod/pkg-descr
@@ -1,4 +1,4 @@
-ib is a FreeBSD driver for the Kyocera UTU Iburst modem.
+ib is a FreeBSD driver for the Kyocera UTU/UTD Iburst modem.
- Tofig Suleymanov
tofig@freebsd.az