diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-01 16:05:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-01 16:05:12 +0800 |
commit | 4c977ced70326225d46e03a659c6aa478e2b2cfa (patch) | |
tree | 6442e399ecf240bbf6de3526b0627ecdcca28fe4 /comms | |
parent | f57f953c0299035d9aea85699c2ec71319939d2d (diff) | |
download | freebsd-ports-gnome-4c977ced70326225d46e03a659c6aa478e2b2cfa.tar.gz freebsd-ports-gnome-4c977ced70326225d46e03a659c6aa478e2b2cfa.tar.zst freebsd-ports-gnome-4c977ced70326225d46e03a659c6aa478e2b2cfa.zip |
- Update to 0.3
- While I'm here, remove support for 4.x system
PR: ports/113200
Submitted by: Petr Wolf <w-p at inmail.cz>
Approved by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uticom/Makefile | 8 | ||||
-rw-r--r-- | comms/uticom/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile index 707afd13db40..b069fc6a6b51 100644 --- a/comms/uticom/Makefile +++ b/comms/uticom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uticom -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= comms kld MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= dxi@mail.ru COMMENT= A FreeBSD Driver for TUSB3410 uart-to-usb converter -NO_PACKAGE= "Should be in sync with the kernel to work correctly" +NO_PACKAGE= Should be in sync with the kernel to work correctly ONLY_FOR_ARCHS= i386 SRCPREFIX?= /usr/src @@ -27,10 +27,6 @@ PLIST_FILES= uticom.ko .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= FreeBSD < 5.0 are not supported -.endif - # Make sure kernel sources are present before going any further .if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) IGNORE= you need to extract kernel source tree before building this package diff --git a/comms/uticom/distinfo b/comms/uticom/distinfo index c03ef32c437f..11346f8836ae 100644 --- a/comms/uticom/distinfo +++ b/comms/uticom/distinfo @@ -1,3 +1,3 @@ -MD5 (uticom-0.2.tar.gz) = 35ed9d7d7f7310c9dc53ff97cba5ed0f -SHA256 (uticom-0.2.tar.gz) = 530d0e9b1c5c655c11d783ff368193fb16f8c4878417da6a33bffdb6b255d66f -SIZE (uticom-0.2.tar.gz) = 14386 +MD5 (uticom-0.3.tar.gz) = 023057384f82bab6c511f9b7219d932f +SHA256 (uticom-0.3.tar.gz) = 50105309e37a741180c73216e5112ed76df4cc1becaf1d232ccd3608b8450e75 +SIZE (uticom-0.3.tar.gz) = 14298 |