svn commit: r489431 - in head/comms/libirman: . files

Steve Wills swills at FreeBSD.org
Sun Jan 6 01:50:00 UTC 2019


Author: swills
Date: Sun Jan  6 01:49:58 2019
New Revision: 489431
URL: https://svnweb.freebsd.org/changeset/ports/489431

Log:
  comms/libirman: Update to 0.5.2, clean up
  
  While here, assign maintainership to submitter
  
  PR:		230558
  Submitted by:	Nathan <ndowens at yahoo.com>
  Approved by:	rand at iteris.com (maintainer)

Added:
  head/comms/libirman/files/patch-irio.c   (contents, props changed)
     - copied, changed from r489430, head/comms/libirman/files/patch-no-flock-of-serial-ports
Deleted:
  head/comms/libirman/files/patch-no-flock-of-serial-ports
Modified:
  head/comms/libirman/Makefile   (contents, props changed)
  head/comms/libirman/distinfo   (contents, props changed)
  head/comms/libirman/pkg-descr   (contents, props changed)
  head/comms/libirman/pkg-plist   (contents, props changed)

Modified: head/comms/libirman/Makefile
==============================================================================
--- head/comms/libirman/Makefile	Sun Jan  6 01:34:51 2019	(r489430)
+++ head/comms/libirman/Makefile	Sun Jan  6 01:49:58 2019	(r489431)
@@ -2,22 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	libirman
-PORTVERSION=	0.4.6
+PORTVERSION=	0.5.2
 CATEGORIES=	comms
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	rand at iteris.com
+MAINTAINER=	ndowens at yahoo.com
 COMMENT=	Library for Evation's Irman infrared receiver
 
 LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake libtool pathfix
+USES=		gmake libtool pkgconfig pathfix
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip
 
-PORTDOCS=	README TECHNICAL
+DOCS=	AUTHORS ChangeLog README TECHNICAL TODO
+
+OPTIONS_DEFINE=	DOCS
+
+do-install-DOCS-on:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR})
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/comms/libirman/distinfo
==============================================================================
--- head/comms/libirman/distinfo	Sun Jan  6 01:34:51 2019	(r489430)
+++ head/comms/libirman/distinfo	Sun Jan  6 01:49:58 2019	(r489431)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507932389
-SHA256 (libirman-0.4.6.tar.gz) = 7f9ec21de98a76dceca145fdd0f1524637ee38e93369995c5c4d6819cdc4d97f
-SIZE (libirman-0.4.6.tar.gz) = 342416
+TIMESTAMP = 1534050562
+SHA256 (libirman-0.5.2.tar.gz) = 43e58d7cd22b3a4c4dc8dcf8542a269ebcb4d8f6ceea0577b9fc882898f09a47
+SIZE (libirman-0.5.2.tar.gz) = 374770

Copied and modified: head/comms/libirman/files/patch-irio.c (from r489430, head/comms/libirman/files/patch-no-flock-of-serial-ports)
==============================================================================
--- head/comms/libirman/files/patch-no-flock-of-serial-ports	Sun Jan  6 01:34:51 2019	(r489430, copy source)
+++ head/comms/libirman/files/patch-irio.c	Sun Jan  6 01:49:58 2019	(r489431)
@@ -1,6 +1,6 @@
---- irio.c-orig	Sat Mar 29 20:26:57 2003
-+++ irio.c	Sat Mar 29 20:27:12 2003
-@@ -91,14 +91,6 @@
+--- irio.c.orig	2018-08-12 05:33:43 UTC
++++ irio.c
+@@ -97,14 +97,6 @@ int ir_open_port(char *filename)
      return -1;
    }
  

Modified: head/comms/libirman/pkg-descr
==============================================================================
--- head/comms/libirman/pkg-descr	Sun Jan  6 01:34:51 2019	(r489430)
+++ head/comms/libirman/pkg-descr	Sun Jan  6 01:49:58 2019	(r489431)
@@ -6,4 +6,4 @@ does not mean that less experienced users will not be 
 that there are not a lot of applications for libirman at the moment, and
 that if you run into problems you may have difficulty fixing things.
 
-WWW: http://www.evation.com/libirman/
+WWW: https://libirman.sourceforge.io/

Modified: head/comms/libirman/pkg-plist
==============================================================================
--- head/comms/libirman/pkg-plist	Sun Jan  6 01:34:51 2019	(r489430)
+++ head/comms/libirman/pkg-plist	Sun Jan  6 01:49:58 2019	(r489431)
@@ -1,3 +1,6 @@
+bin/test_func
+bin/test_io
+bin/test_name
 bin/workmanir
 @sample etc/irman.conf.sample
 include/irman.h
@@ -6,3 +9,8 @@ lib/libirman.so
 lib/libirman.so.0
 lib/libirman.so.0.0.0
 libdata/pkgconfig/libirman.pc
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TECHNICAL
+%%PORTDOCS%%%%DOCSDIR%%/TODO


More information about the svn-ports-head mailing list