diff -udprN /usr/ports/comms/qrq/distinfo ./distinfo --- /usr/ports/comms/qrq/distinfo 2014-01-22 15:30:13.000000000 +0000 +++ ./distinfo 2019-04-23 08:25:02.056948000 +0000 @@ -1,2 +1,3 @@ -SHA256 (qrq-0.3.1.tar.gz) = 92988a33b7eddb3941cf91a285a57f4f0872722adf003350a8afe2caf83159a1 -SIZE (qrq-0.3.1.tar.gz) = 131508 +TIMESTAMP = 1556007902 +SHA256 (qrq-0.3.2.tar.gz) = f340aa1e99a1c7752fe3600828a6596354485fffdb66a39eaf79227ac24ac43c +SIZE (qrq-0.3.2.tar.gz) = 132546 diff -udprN /usr/ports/comms/qrq/files/patch-Makefile ./files/patch-Makefile --- /usr/ports/comms/qrq/files/patch-Makefile 2015-03-24 23:45:41.000000000 +0000 +++ ./files/patch-Makefile 2019-04-24 06:27:05.390511000 +0000 @@ -1,4 +1,4 @@ ---- Makefile.orig 2013-01-06 14:14:09 UTC +--- Makefile.orig 2019-03-09 20:14:52 UTC +++ Makefile @@ -8,7 +8,7 @@ DESTDIR?=/usr USE_CA=NO @@ -9,15 +9,18 @@ # set to YES if you compile with MINGW32 USE_WIN32=NO -@@ -26,7 +26,6 @@ ifneq ($(OSX_PLATFORM), YES) - endif +@@ -27,8 +27,8 @@ endif - CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\" -I. --CC=gcc + ifeq ($(USE_WIN32), YES) + CC=i686-w64-mingw32-gcc-posix +-else +- CC=gcc ++#else ++# CC=gcc + endif - ifeq ($(USE_CA), YES) - OBJECTS=qrq.o coreaudio.o -@@ -95,16 +94,14 @@ uninstall: + # build information may be added by CI scripts and will be +@@ -104,16 +104,14 @@ uninstall: else install: qrq diff -udprN /usr/ports/comms/qrq/Makefile ./Makefile --- /usr/ports/comms/qrq/Makefile 2017-10-13 14:19:26.000000000 +0000 +++ ./Makefile 2019-04-23 08:24:57.275975000 +0000 @@ -1,8 +1,7 @@ # $FreeBSD: head/comms/qrq/Makefile 452001 2017-10-13 14:19:26Z bapt $ PORTNAME= qrq -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/qrq/ @@ -12,9 +11,12 @@ COMMENT= Morse telegraphy trainer simila LICENSE= GPLv2 USES= gmake ncurses shebangfix + SHEBANG_FILES= qrqscore post-install: ${INSTALL_DATA} ${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png +MAKE_ENV= DESTDIR=${LOCALBASE} + .include