diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-22 10:35:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-22 10:35:02 +0000 |
commit | 969e3cbaa61b563b83db800b6326451e8cabd87c (patch) | |
tree | 934dc0729ab648020c03aac0cf381f06dde235f1 | |
parent | 973e5cd9cdf190999d77587f8cd9a45a081817bf (diff) | |
download | ports-969e3cbaa61b563b83db800b6326451e8cabd87c.tar.gz ports-969e3cbaa61b563b83db800b6326451e8cabd87c.zip |
Notes
-rw-r--r-- | comms/libirman/Makefile | 7 | ||||
-rw-r--r-- | comms/libirman/distinfo | 4 | ||||
-rw-r--r-- | comms/libirman/files/patch-Makefile.in | 23 | ||||
-rw-r--r-- | comms/libirman/pkg-plist | 1 |
4 files changed, 23 insertions, 12 deletions
diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile index b09b88ad2cf8..8304dc78a337 100644 --- a/comms/libirman/Makefile +++ b/comms/libirman/Makefile @@ -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 <bsd.port.mk> diff --git a/comms/libirman/distinfo b/comms/libirman/distinfo index f93df24924d2..9c108209a4a1 100644 --- a/comms/libirman/distinfo +++ b/comms/libirman/distinfo @@ -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 diff --git a/comms/libirman/files/patch-Makefile.in b/comms/libirman/files/patch-Makefile.in index 9128bcd79f96..5e57722e0f4a 100644 --- a/comms/libirman/files/patch-Makefile.in +++ b/comms/libirman/files/patch-Makefile.in @@ -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: diff --git a/comms/libirman/pkg-plist b/comms/libirman/pkg-plist index 668f4ecd06ac..c746b13b3646 100644 --- a/comms/libirman/pkg-plist +++ b/comms/libirman/pkg-plist @@ -5,3 +5,4 @@ lib/libirman.a lib/libirman.so lib/libirman.so.0 lib/libirman.so.0.0.0 +libdata/pkgconfig/libirman.pc |