From owner-svn-ports-head@FreeBSD.ORG Sat Apr 19 11:18:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 131A7EEA; Sat, 19 Apr 2014 11:18:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 F38251890; Sat, 19 Apr 2014 11:18:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3JBIVs5007119; Sat, 19 Apr 2014 11:18:31 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3JBIVJ9007115; Sat, 19 Apr 2014 11:18:31 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201404191118.s3JBIVJ9007115@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 19 Apr 2014 11:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351595 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 11:18:32 -0000 Author: danfe Date: Sat Apr 19 11:18:30 2014 New Revision: 351595 URL: http://svnweb.freebsd.org/changeset/ports/351595 QAT: https://qat.redports.org/buildarchive/r351595/ Log: - Update to version 0.4.5; define LICENSE; switch to .tar.bz2 distfile - Provide a better fix for staging (r345307): passing --prefix is redundant as configure script is actually autotools-generated one (HAS_CONFIGURE was wrongly used instead of GNU_CONFIGURE) - Make use of the new @sample keyword in pkg-plist; kill unneeded patches Deleted: head/comms/libirman/files/patch-irio.c head/comms/libirman/files/patch-irman.conf-location 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 Sat Apr 19 11:13:18 2014 (r351594) +++ head/comms/libirman/Makefile Sat Apr 19 11:18:30 2014 (r351595) @@ -2,15 +2,19 @@ # $FreeBSD$ PORTNAME= libirman -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= comms -MASTER_SITES= http://lirc.sourceforge.net/software/snapshots/ +MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION} MAINTAINER= rand@meridian-enviro.com COMMENT= Library for Evation's Irman infrared receiver -HAS_CONFIGURE= YES -USES= gmake -CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} +LICENSE= LGPL20 + +USES= gmake tar:bzip2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip .include Modified: head/comms/libirman/distinfo ============================================================================== --- head/comms/libirman/distinfo Sat Apr 19 11:13:18 2014 (r351594) +++ head/comms/libirman/distinfo Sat Apr 19 11:18:30 2014 (r351595) @@ -1,2 +1,2 @@ -SHA256 (libirman-0.4.4.tar.gz) = b29d0858450c56fca97c03cb1032e3b469166d431bfa7327fa3183d31a9f64b2 -SIZE (libirman-0.4.4.tar.gz) = 52782 +SHA256 (libirman-0.4.5.tar.bz2) = e0220645fedb511277720c03feb5fbf51ec2cef08f8e859c0ff4ecff4286064e +SIZE (libirman-0.4.5.tar.bz2) = 225330 Modified: head/comms/libirman/files/patch-Makefile.in ============================================================================== --- head/comms/libirman/files/patch-Makefile.in Sat Apr 19 11:13:18 2014 (r351594) +++ head/comms/libirman/files/patch-Makefile.in Sat Apr 19 11:18:30 2014 (r351595) @@ -1,19 +1,11 @@ ---- Makefile.in-orig Sat Mar 29 20:56:03 2003 -+++ Makefile.in Sat Mar 29 21:38:07 2003 -@@ -103,7 +103,6 @@ +--- Makefile.in.orig 2009-04-10 23:07:01 +0800 ++++ 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"; \ + done - - install: @NORMAL@ install-dirs install-normal @INSTALL_SWTEST@ -- @echo notice: the test programs are only installed in the current directory \(`pwd`\) - - install-dirs: - $(top_srcdir)/mkinstalldirs $(libdir) -@@ -114,7 +113,7 @@ - install-normal: - $(INSTALL) -m 755 workmanir $(bindir)/workmanir - $(INSTALL) -m 755 libirman.a $(libdir)/libirman.a -- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf -+ $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf.sample - $(INSTALL) -m 644 irman.h $(includedir)/irman.h - - install-swtest: + uninstall-dist_sysconfDATA: Modified: head/comms/libirman/pkg-plist ============================================================================== --- head/comms/libirman/pkg-plist Sat Apr 19 11:13:18 2014 (r351594) +++ head/comms/libirman/pkg-plist Sat Apr 19 11:18:30 2014 (r351595) @@ -1,4 +1,7 @@ bin/workmanir -etc/irman.conf.sample +@sample etc/irman.conf.sample include/irman.h lib/libirman.a +lib/libirman.la +lib/libirman.so +lib/libirman.so.0