Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 14:41:49 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499850 - in head/comms/qrq: . files
Message-ID:  <201904241441.x3OEfndk086041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Wed Apr 24 14:41:48 2019
New Revision: 499850
URL: https://svnweb.freebsd.org/changeset/ports/499850

Log:
  Summary: comms/qrq: Failure to read configuration files and
           portlint(1) Compliance
  
  PR:		ports/234381
  Submitted by:	takefu

Modified:
  head/comms/qrq/Makefile
  head/comms/qrq/distinfo   (contents, props changed)
  head/comms/qrq/files/patch-Makefile   (contents, props changed)

Modified: head/comms/qrq/Makefile
==============================================================================
--- head/comms/qrq/Makefile	Wed Apr 24 14:21:46 2019	(r499849)
+++ head/comms/qrq/Makefile	Wed Apr 24 14:41:48 2019	(r499850)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 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 similar to the class
 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 <bsd.port.mk>

Modified: head/comms/qrq/distinfo
==============================================================================
--- head/comms/qrq/distinfo	Wed Apr 24 14:21:46 2019	(r499849)
+++ head/comms/qrq/distinfo	Wed Apr 24 14:41:48 2019	(r499850)
@@ -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

Modified: head/comms/qrq/files/patch-Makefile
==============================================================================
--- head/comms/qrq/files/patch-Makefile	Wed Apr 24 14:21:46 2019	(r499849)
+++ head/comms/qrq/files/patch-Makefile	Wed Apr 24 14:41:48 2019	(r499850)
@@ -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)
+@@ -27,8 +27,8 @@ endif
+ 
+ ifeq ($(USE_WIN32), YES)
+ 	CC=i686-w64-mingw32-gcc-posix
+-else
+-	CC=gcc
++#else
++#	CC=gcc
  endif
  
- CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\" -I.
--CC=gcc
- 
- 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241441.x3OEfndk086041>