Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 09:40:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560375 - in head/finance/wmstock: . files
Message-ID:  <202101050940.1059ewxa007852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan  5 09:40:58 2021
New Revision: 560375
URL: https://svnweb.freebsd.org/changeset/ports/560375

Log:
  - Add LICENSE
  - Pet portlint
  - Regenerate patches
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/finance/wmstock/Makefile
  head/finance/wmstock/files/patch-Makefile
  head/finance/wmstock/files/patch-getquote
  head/finance/wmstock/pkg-descr

Modified: head/finance/wmstock/Makefile
==============================================================================
--- head/finance/wmstock/Makefile	Tue Jan  5 08:55:52 2021	(r560374)
+++ head/finance/wmstock/Makefile	Tue Jan  5 09:40:58 2021	(r560375)
@@ -10,14 +10,17 @@ MASTER_SITES=	http://www.mattfischer.com/wmstock/src/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Cool WindowMaker Dockapp that shows stock ticker(s)
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/../COPYING
+
+DEPRECATED=	Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
+
 USES=		gmake shebangfix xorg
 USE_XORG=	xpm
 SHEBANG_FILES=	getquote
 
-CFLAGS+=		-fcommon
-
-DEPRECATED=	Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
-EXPIRATION_DATE=2021-04-01
+CFLAGS+=	-fcommon
 
 WRKSRC=		${WRKDIR}/wmstock/src
 

Modified: head/finance/wmstock/files/patch-Makefile
==============================================================================
--- head/finance/wmstock/files/patch-Makefile	Tue Jan  5 08:55:52 2021	(r560374)
+++ head/finance/wmstock/files/patch-Makefile	Tue Jan  5 09:40:58 2021	(r560375)
@@ -1,5 +1,5 @@
---- Makefile	Wed Apr 19 11:17:30 2000
-+++ Makefile.new	Sat May 20 01:34:48 2000
+--- Makefile.orig	2000-04-19 15:17:30 UTC
++++ Makefile
 @@ -2,14 +2,15 @@
  # <mfischer@umr.edu>
  # based on wmWeather - see ../Credits for more information

Modified: head/finance/wmstock/files/patch-getquote
==============================================================================
--- head/finance/wmstock/files/patch-getquote	Tue Jan  5 08:55:52 2021	(r560374)
+++ head/finance/wmstock/files/patch-getquote	Tue Jan  5 09:40:58 2021	(r560375)
@@ -1,5 +1,5 @@
---- getquote	Sun May 14 13:28:49 2000
-+++ getquote.new	Sat May 20 01:37:30 2000
+--- getquote.orig	2000-05-14 17:28:49 UTC
++++ getquote
 @@ -1,6 +1,6 @@
  #!/usr/bin/perl
  	
@@ -8,7 +8,7 @@
  
  	# used to have some "which" here, replaced it..
  
-@@ -77,7 +77,7 @@
+@@ -77,7 +77,7 @@ sub get_quote_data
  	#
  
  	$tempfile = "stock.tmp.$$";
@@ -17,7 +17,7 @@
  	$command = $wget_loc.$wget_args;
  	$result = system ("$wget_loc$wget_args");
  	if ($result != 0) {
-@@ -118,7 +118,7 @@
+@@ -118,7 +118,7 @@ sub look_for_new_version
          $version = $_[0];
  	$vtempfile = "newest";
          $vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile";

Modified: head/finance/wmstock/pkg-descr
==============================================================================
--- head/finance/wmstock/pkg-descr	Tue Jan  5 08:55:52 2021	(r560374)
+++ head/finance/wmstock/pkg-descr	Tue Jan  5 09:40:58 2021	(r560375)
@@ -1,4 +1,4 @@
 wmstock is a cool WindowMaker dockapp that shows stock
 ticker(s) that are retrieved from Yahoo.
 
-WWW: http://mattfischer.com/wmstock/
+WWW: https://mattfischer.com/wmstock/



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