mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update `comms/libirman' port to version 0.4.6
- Update MAINTAINER to their new email address PR: 202488 (modified)
This commit is contained in:
parent
973e5cd9cd
commit
969e3cbaa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399960
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -5,3 +5,4 @@ lib/libirman.a
|
||||
lib/libirman.so
|
||||
lib/libirman.so.0
|
||||
lib/libirman.so.0.0.0
|
||||
libdata/pkgconfig/libirman.pc
|
||||
|
Loading…
Reference in New Issue
Block a user