- 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
This commit is contained in:
parent
9a82b672d2
commit
36d0349da5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194561
2 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue