svn commit: r351595 - in head/comms/libirman: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Apr 19 11:18:32 UTC 2014
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 at 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 <bsd.port.mk>
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
+ at sample etc/irman.conf.sample
include/irman.h
lib/libirman.a
+lib/libirman.la
+lib/libirman.so
+lib/libirman.so.0
More information about the svn-ports-head
mailing list