[126604] trunk/dports/multimedia/hdhomerun_gui
ctreleaven at macports.org
ctreleaven at macports.org
Sun Oct 12 10:31:13 PDT 2014
Revision: 126604
https://trac.macports.org/changeset/126604
Author: ctreleaven at macports.org
Date: 2014-10-12 10:31:13 -0700 (Sun, 12 Oct 2014)
Log Message:
-----------
hdhomerun: update to 20140604, claim maintainership, update patches
Modified Paths:
--------------
trunk/dports/multimedia/hdhomerun_gui/Portfile
trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff
Modified: trunk/dports/multimedia/hdhomerun_gui/Portfile
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/Portfile 2014-10-12 17:30:40 UTC (rev 126603)
+++ trunk/dports/multimedia/hdhomerun_gui/Portfile 2014-10-12 17:31:13 UTC (rev 126604)
@@ -5,11 +5,11 @@
PortGroup app 1.0
name hdhomerun_gui
-version 20140121
+version 20140604
categories multimedia
platforms darwin
license GPL-3
-maintainers nomaintainer
+maintainers ctreleaven openmaintainer
description HDHomeRun configuration utility, GTK GUI
long_description Provides a utility program to access, configure and test \
HDHomeRun network tuner devices from SiliconDust including viewing \
@@ -25,8 +25,8 @@
patch.args -p1
extract.suffix .tgz
worksrcdir hdhomerun_config_gui
-checksums rmd160 1647563fee263f150cc52018c26c33199818946c \
- sha256 56575484578ce5a116a20e342969e41d60ad7db1212eb8c21ed134f14b6efd99
+checksums rmd160 0a43472f32c471d9bb675797e305ad31c02246e0 \
+ sha256 aa0b330d99612fe25035074463ac40d1e2d7879040d6d8b3e2e9681032d82208
livecheck.type regex
livecheck.url http://www.silicondust.com/support/hdhomerun/downloads/
Modified: trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff 2014-10-12 17:30:40 UTC (rev 126603)
+++ trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff 2014-10-12 17:31:13 UTC (rev 126604)
@@ -1,19 +1,19 @@
-diff -ur -x .DS_Store -x '*.orig' hdhomerun_config_gui/Makefile.in hdhomerun_config_gui/Makefile.in
---- hdhomerun_config_gui/Makefile.in 2013-03-23 13:22:13.000000000 -0400
-+++ hdhomerun_config_gui/Makefile.in 2013-12-01 20:38:28.000000000 -0500
-@@ -182,7 +182,7 @@
+diff -ur hdhomerun_config_gui/Makefile.in.orig hdhomerun_config_gui/Makefile.in
+--- hdhomerun_config_gui/Makefile.in.orig 2014-05-19 18:41:10.000000000 -0400
++++ hdhomerun_config_gui/Makefile.in 2014-10-12 10:42:47.000000000 -0400
+@@ -238,7 +238,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
--SUBDIRS = ../libhdhomerun src po
-+SUBDIRS = src po
+-SUBDIRS = ../libhdhomerun src
++SUBDIRS = src
EXTRA_DIST = \
autogen.sh \
hdhomerun_config.glade \
-diff -ur -x .DS_Store -x '*.orig' hdhomerun_config_gui/src/Makefile.in hdhomerun_config_gui/src/Makefile.in
---- hdhomerun_config_gui/src/Makefile.in 2013-03-23 13:22:13.000000000 -0400
-+++ hdhomerun_config_gui/src/Makefile.in 2013-12-01 20:37:55.000000000 -0500
-@@ -181,7 +181,6 @@
+diff -ur hdhomerun_config_gui/src/Makefile.in.orig hdhomerun_config_gui/src/Makefile.in
+--- hdhomerun_config_gui/src/Makefile.in.orig 2014-05-19 18:41:10.000000000 -0400
++++ hdhomerun_config_gui/src/Makefile.in 2014-10-12 10:37:07.000000000 -0400
+@@ -205,7 +205,6 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
INCLUDES = \
@@ -21,7 +21,7 @@
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@
-@@ -197,7 +196,7 @@
+@@ -221,7 +220,7 @@
HDHRConfig.cpp HDHRConfig.h
hdhomerun_config_gui_LDADD = \
@@ -30,7 +30,7 @@
@PACKAGE_LIBS@ $(INTLLIBS)
all: all-am
-@@ -421,7 +420,7 @@
+@@ -478,7 +477,7 @@
install-dvi-am:
@@ -39,7 +39,7 @@
install-html: install-html-am
-@@ -469,7 +468,7 @@
+@@ -526,7 +525,7 @@
distclean-generic distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-binPROGRAMS \
install-data install-data-am install-dvi install-dvi-am \
@@ -48,18 +48,3 @@
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
-@@ -479,14 +478,6 @@
- uninstall-local
-
-
--install-exec-local:
-- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
-- $(INSTALL) ../../libhdhomerun/libhdhomerun.so $(DESTDIR)$(libdir)
-- $(INSTALL) ../../libhdhomerun/hdhomerun_config $(DESTDIR)$(bindir)
--
--uninstall-local:
-- -rm -f "$(DESTDIR)$(libdir)/libhdhomerun.so"
-- -rm -f "$(DESTDIR)$(bindir)/hdhomerun_config"
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141012/e1d463ca/attachment-0001.html>
More information about the macports-changes
mailing list