ports/90019: [update] Update of port uticom
Dmitry Komissaroff
dxi at mail.ru
Tue Dec 6 12:10:19 UTC 2005
>Number: 90019
>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: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 06 12:10:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Komissaroff
>Release: FreeBSD 6.0-RELEASE
>Organization:
>Environment:
>Description:
Update for comm/uticom. Errors and some warnings from portlint fixed.
>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 14:52:31 2005
@@ -1,16 +1,16 @@
# Ports collection makefile for: uticom
-# Date created: 17-10-2005
+# Date created: 01-12-2005
# Whom: Dmitry Komissaroff <dxi at 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}
-DISTNAME= uticom-${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= dxi at mail.ru
COMMENT= A FreeBSD Driver for TUSB3410 uart-to-usb converter
@@ -20,9 +20,9 @@
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>
@@ -32,7 +32,7 @@
# 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:
More information about the freebsd-ports-bugs
mailing list