Date: Tue, 6 Dec 2005 07:55:45 GMT From: Dmitry Komissaroff <dxi@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/90015: [update] Update of port uticom Message-ID: <200512060755.jB67tjRU078510@www.freebsd.org> Resent-Message-ID: <200512060800.jB680Eex016928@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90015 >Category: ports >Synopsis: [update] Update of port uticom >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 06 08:00:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Komissaroff >Release: FreeBSD 6.0-RELEASE >Organization: >Environment: >Description: Update of port uticom. Added support for FreeBSD 6.0. >How-To-Repeat: >Fix: diff -ruN uticom-old/Makefile uticom/Makefile --- uticom-old/Makefile Thu Nov 24 14:49:37 2005 +++ uticom/Makefile Tue Dec 6 10:28:55 2005 @@ -1,38 +1,38 @@ # Ports collection makefile for: uticom -# Date created: 17-10-2005 +# Date created: 01-12-2005 # Whom: Dmitry Komissaroff <dxi@mail.ru> # # $FreeBSD: ports/comms/uticom/Makefile,v 1.1 2005/11/24 11:49:37 edwin Exp $ # PORTNAME= uticom -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR = uticom DISTNAME= uticom-${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 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -LOCALBASE= /boot/kernel +LOCALBASE= /boot/kernel .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= FreeBSD < 5.0 are not supported +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 +IGNORE= "You need to extract kernel source tree before building this package" .endif .include <bsd.port.post.mk> diff -ruN uticom-old/distinfo uticom/distinfo --- uticom-old/distinfo Thu Nov 24 14:49:37 2005 +++ uticom/distinfo Thu Dec 1 17:47:50 2005 @@ -1,2 +1,2 @@ -MD5 (uticom-0.1.tar.gz) = c59c6bca627a5aa546d476ee25f510c1 -SIZE (uticom-0.1.tar.gz) = 14552 +MD5 (uticom-0.2.tar.gz) = 35ed9d7d7f7310c9dc53ff97cba5ed0f +SIZE (uticom-0.2.tar.gz) = 14386 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512060755.jB67tjRU078510>