From ad0adb1478e1a34a0ae97280f6a23a7c9544309f Mon Sep 17 00:00:00 2001
From: Emanuel Haupt <ehaupt@FreeBSD.org>
Date: Wed, 7 Dec 2005 18:41:46 +0000
Subject: - Update to 0.2 - Nuke pkg-plist

PR:		90019
Submitted by:	Dmitry Komissaroff <dxi@mail.ru> (maintainer)
---
 comms/uticom/Makefile  | 13 +++++++------
 comms/uticom/distinfo  |  5 +++--
 comms/uticom/pkg-plist |  1 -
 3 files changed, 10 insertions(+), 9 deletions(-)
 delete mode 100644 comms/uticom/pkg-plist

(limited to 'comms/uticom')

diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile
index 76e61d7554d1..1ed979e58233 100644
--- a/comms/uticom/Makefile
+++ b/comms/uticom/Makefile
@@ -1,16 +1,16 @@
 # Ports collection makefile for:	uticom
-# Date created:				17-10-2005
+# Date created:				01-12-2005
 # Whom:					Dmitry Komissaroff <dxi@mail.ru>
 #
 # $FreeBSD$
 #
 
 PORTNAME=	uticom
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	uticom-${PORTVERSION}
+DISTNAME=	 ${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	dxi@mail.ru
 COMMENT=	A FreeBSD Driver for TUSB3410 uart-to-usb converter
@@ -20,10 +20,11 @@ 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
 
+PLIST_FILES=	uticom.ko
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
@@ -32,7 +33,7 @@ IGNORE=		FreeBSD < 5.0 are not supported
 
 # 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 --git a/comms/uticom/distinfo b/comms/uticom/distinfo
index bd09634ceca4..c03ef32c437f 100644
--- a/comms/uticom/distinfo
+++ b/comms/uticom/distinfo
@@ -1,2 +1,3 @@
-MD5 (uticom-0.1.tar.gz) = c59c6bca627a5aa546d476ee25f510c1
-SIZE (uticom-0.1.tar.gz) = 14552
+MD5 (uticom-0.2.tar.gz) = 35ed9d7d7f7310c9dc53ff97cba5ed0f
+SHA256 (uticom-0.2.tar.gz) = 530d0e9b1c5c655c11d783ff368193fb16f8c4878417da6a33bffdb6b255d66f
+SIZE (uticom-0.2.tar.gz) = 14386
diff --git a/comms/uticom/pkg-plist b/comms/uticom/pkg-plist
deleted file mode 100644
index d2d381ac8ead..000000000000
--- a/comms/uticom/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-uticom.ko
-- 
cgit v1.2.3