From c8c2fdcc1a9d960e41e3fbe9bcd57e460814076a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 14 Apr 2021 01:04:31 -0700 Subject: comms/xdemorse: Update 3.6.2 -> 3.6.3 Reported by: portscout --- comms/xdemorse/Makefile | 8 +++---- comms/xdemorse/distinfo | 6 +++--- comms/xdemorse/files/patch-Makefile.in | 38 ---------------------------------- 3 files changed, 7 insertions(+), 45 deletions(-) delete mode 100644 comms/xdemorse/files/patch-Makefile.in (limited to 'comms/xdemorse') diff --git a/comms/xdemorse/Makefile b/comms/xdemorse/Makefile index bd9bec4da210..5b5533656984 100644 --- a/comms/xdemorse/Makefile +++ b/comms/xdemorse/Makefile @@ -1,6 +1,5 @@ PORTNAME= xdemorse -DISTVERSION= 3.6.2 -PORTREVISION= 1 +DISTVERSION= 3.6.3 CATEGORIES= comms MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/ @@ -14,15 +13,16 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib USES= compiler:c++11-lang gettext-tools gmake gnome \ localbase:ldflags pkgconfig tar:bz2 -GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 +GNU_CONFIGURE= yes + LDFLAGS+= -lgmodule-2.0 PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ share/applications/${PORTNAME}.desktop \ - share/pixmaps/${PORTNAME}.png + share/pixmaps/${PORTNAME}.svg OPTIONS_DEFINE= DOCS diff --git a/comms/xdemorse/distinfo b/comms/xdemorse/distinfo index 35f2b4388693..f98486e92e5a 100644 --- a/comms/xdemorse/distinfo +++ b/comms/xdemorse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557108773 -SHA256 (xdemorse-3.6.2.tar.bz2) = 8abecc219fd8293963766457e0fa952f7be715f7c8837bdcaa45a890829aebd4 -SIZE (xdemorse-3.6.2.tar.bz2) = 257003 +TIMESTAMP = 1618386506 +SHA256 (xdemorse-3.6.3.tar.bz2) = e96e14620a18642a8d77c97e8e35c3613dc7107bc33cc243855e3db406fad53a +SIZE (xdemorse-3.6.3.tar.bz2) = 267684 diff --git a/comms/xdemorse/files/patch-Makefile.in b/comms/xdemorse/files/patch-Makefile.in deleted file mode 100644 index 157bf43caf7d..000000000000 --- a/comms/xdemorse/files/patch-Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.in.orig 2019-05-06 02:59:19 UTC -+++ Makefile.in -@@ -900,22 +900,22 @@ uninstall-am: - install-data-local: - @$(NORMAL_INSTALL) - if test -d files/; then \ -- cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \ -- cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \ -+ cp files/$(PACKAGE).desktop $(DESTDIR)$(prefix)/share/applications/; \ -+ cp files/$(PACKAGE).png $(DESTDIR)$(prefix)/share/pixmaps/; \ - fi; \ -- if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \ -- mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \ -+ if !(test -d $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)); then \ -+ mkdir $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \ - fi; \ - if test -d doc/; then \ -- cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \ -- cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \ -- fi; \ -- if !(test -d /home/`logname`/.$(PACKAGE)); then \ -- cp -r .$(PACKAGE) /home/`logname`/; \ -- else \ -- cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \ -- fi; \ -- chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE); -+ cp -r doc/* $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \ -+ cp -r doc/$(PACKAGE).1.gz $(DESTDIR)$(prefix)/man/man1/; \ -+ fi; -+ #if !(test -d /home/`logname`/.$(PACKAGE)); then \ -+ # cp -r .$(PACKAGE) /home/`logname`/; \ -+ #else \ -+ # cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \ -+ #fi; \ -+ #chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE); - - # 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. -- cgit v1.2.3