[Midnightbsd-cvs] mports [22596] trunk/comms/p5-Device-SerialPort: modernize a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 27 19:11:51 EDT 2017


Revision: 22596
          http://svnweb.midnightbsd.org/mports/?rev=22596
Author:   laffer1
Date:     2017-09-27 19:11:50 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
modernize a bit

Modified Paths:
--------------
    trunk/comms/p5-Device-SerialPort/Makefile
    trunk/comms/p5-Device-SerialPort/pkg-plist

Modified: trunk/comms/p5-Device-SerialPort/Makefile
===================================================================
--- trunk/comms/p5-Device-SerialPort/Makefile	2017-09-27 23:10:02 UTC (rev 22595)
+++ trunk/comms/p5-Device-SerialPort/Makefile	2017-09-27 23:11:50 UTC (rev 22596)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:    p5-Device-SerialPort
-# Date created:				July 6th 2003
-# Whom:	      				Nick Sayer <nsayer at FreeBSD.org>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/comms/p5-Device-SerialPort/Makefile,v 1.9 2008/04/17 14:24:14 araujo Exp $
-#
 
 PORTNAME=	Device-SerialPort
 PORTVERSION=	1.040000
@@ -14,12 +9,10 @@
 DISTNAME=	${PORTNAME}-${PORTVERSION:C/0+$//}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A perl5 module for simple serial port control
+COMMENT=	Perl5 module for simple serial port control
+
 LICENSE=	perl
 
 PERL_CONFIGURE=	yes
 
-MAN1=		modemtest.1
-MAN3=		Device::SerialPort.3
-
 .include <bsd.port.mk>

Modified: trunk/comms/p5-Device-SerialPort/pkg-plist
===================================================================
--- trunk/comms/p5-Device-SerialPort/pkg-plist	2017-09-27 23:10:02 UTC (rev 22595)
+++ trunk/comms/p5-Device-SerialPort/pkg-plist	2017-09-27 23:11:50 UTC (rev 22596)
@@ -1,8 +1,5 @@
 bin/modemtest
-%%SITE_PERL%%/%%PERL_ARCH%%/Device/SerialPort.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.so
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Device
+%%SITE_ARCH%%/Device/SerialPort.pm
+%%SITE_ARCH%%/auto/Device/SerialPort/SerialPort.so
+%%PERL5_MAN3%%/Device::SerialPort.3.gz
+%%PERL5_MAN1%%/modemtest.1.gz



More information about the Midnightbsd-cvs mailing list