From owner-svn-ports-all@freebsd.org Thu Oct 22 10:35:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7E7DA1A80E; Thu, 22 Oct 2015 10:35:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2F21E05; Thu, 22 Oct 2015 10:35:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9MAZ2Yl046600; Thu, 22 Oct 2015 10:35:02 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9MAZ2KS046596; Thu, 22 Oct 2015 10:35:02 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201510221035.t9MAZ2KS046596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 22 Oct 2015 10:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399960 - in head/comms/libirman: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 10:35:03 -0000 Author: danfe Date: Thu Oct 22 10:35:02 2015 New Revision: 399960 URL: https://svnweb.freebsd.org/changeset/ports/399960 Log: - Update `comms/libirman' port to version 0.4.6 - Update MAINTAINER to their new email address PR: 202488 (modified) Modified: head/comms/libirman/Makefile head/comms/libirman/distinfo head/comms/libirman/files/patch-Makefile.in head/comms/libirman/pkg-plist Modified: head/comms/libirman/Makefile ============================================================================== --- head/comms/libirman/Makefile Thu Oct 22 10:31:00 2015 (r399959) +++ head/comms/libirman/Makefile Thu Oct 22 10:35:02 2015 (r399960) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= libirman -PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTVERSION= 0.4.6 CATEGORIES= comms MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION} -MAINTAINER= rand@meridian-enviro.com +MAINTAINER= rand@iteris.com COMMENT= Library for Evation's Irman infrared receiver LICENSE= LGPL20 @@ -18,4 +17,6 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip +PORTDOCS= README TECHNICAL + .include Modified: head/comms/libirman/distinfo ============================================================================== --- head/comms/libirman/distinfo Thu Oct 22 10:31:00 2015 (r399959) +++ head/comms/libirman/distinfo Thu Oct 22 10:35:02 2015 (r399960) @@ -1,2 +1,2 @@ -SHA256 (libirman-0.4.5.tar.bz2) = e0220645fedb511277720c03feb5fbf51ec2cef08f8e859c0ff4ecff4286064e -SIZE (libirman-0.4.5.tar.bz2) = 225330 +SHA256 (libirman-0.4.6.tar.bz2) = 7865d276ec896939f0e15eca79a1228c4fba7f1eb3ecbf94364e2f0c2d71bfc0 +SIZE (libirman-0.4.6.tar.bz2) = 279148 Modified: head/comms/libirman/files/patch-Makefile.in ============================================================================== --- head/comms/libirman/files/patch-Makefile.in Thu Oct 22 10:31:00 2015 (r399959) +++ head/comms/libirman/files/patch-Makefile.in Thu Oct 22 10:35:02 2015 (r399960) @@ -1,11 +1,20 @@ ---- Makefile.in.orig 2009-04-10 23:07:01 +0800 +--- Makefile.in.orig 2015-08-18 19:51:04 UTC +++ Makefile.in -@@ -534,7 +534,7 @@ install-dist_sysconfDATA: $(dist_sysconf - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ -- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ -+ $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f.sample"; \ +@@ -399,7 +399,7 @@ top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign dist-bzip2 + ACLOCAL_AMFLAGS = -I m4 + dist_doc_DATA = README TECHNICAL +-pkgconfigdir = @libdir@/pkgconfig ++pkgconfigdir = @prefix@/libdata/pkgconfig + dist_pkgconfig_DATA = libirman.pc + EXTRA_DIST = COPYING.lib TECHNICAL libirman.pc.in + EXTRA_LTLIBRARIES = libirman_sw.la +@@ -778,7 +778,7 @@ install-dist_sysconfDATA: $(dist_sysconf + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \ +- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \ ++ $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)/$$files.sample" || exit $$?; \ done uninstall-dist_sysconfDATA: Modified: head/comms/libirman/pkg-plist ============================================================================== --- head/comms/libirman/pkg-plist Thu Oct 22 10:31:00 2015 (r399959) +++ head/comms/libirman/pkg-plist Thu Oct 22 10:35:02 2015 (r399960) @@ -5,3 +5,4 @@ lib/libirman.a lib/libirman.so lib/libirman.so.0 lib/libirman.so.0.0.0 +libdata/pkgconfig/libirman.pc