aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-01-05 09:40:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-01-05 09:40:58 +0000
commit74120e55786cee6e0e0f0692be4d751239835ada (patch)
tree14151a4badfeba4a9f7ab6cfefb47c9130839b1e /finance
parent135949b7f8f5ec3da08570c2311708f98f3bfa14 (diff)
downloadports-74120e55786cee6e0e0f0692be4d751239835ada.tar.gz
ports-74120e55786cee6e0e0f0692be4d751239835ada.zip
- Add LICENSE
- Pet portlint - Regenerate patches - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=560375
Diffstat (limited to 'finance')
-rw-r--r--finance/wmstock/Makefile11
-rw-r--r--finance/wmstock/files/patch-Makefile4
-rw-r--r--finance/wmstock/files/patch-getquote8
-rw-r--r--finance/wmstock/pkg-descr2
4 files changed, 14 insertions, 11 deletions
diff --git a/finance/wmstock/Makefile b/finance/wmstock/Makefile
index bd30f329e57d..050e90488d01 100644
--- a/finance/wmstock/Makefile
+++ b/finance/wmstock/Makefile
@@ -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
diff --git a/finance/wmstock/files/patch-Makefile b/finance/wmstock/files/patch-Makefile
index 8f2a0287eb4a..edbc21726149 100644
--- a/finance/wmstock/files/patch-Makefile
+++ b/finance/wmstock/files/patch-Makefile
@@ -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
diff --git a/finance/wmstock/files/patch-getquote b/finance/wmstock/files/patch-getquote
index 2cd644f1a901..1fd17392c77e 100644
--- a/finance/wmstock/files/patch-getquote
+++ b/finance/wmstock/files/patch-getquote
@@ -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";
diff --git a/finance/wmstock/pkg-descr b/finance/wmstock/pkg-descr
index 70c7da13445b..a199ab720131 100644
--- a/finance/wmstock/pkg-descr
+++ b/finance/wmstock/pkg-descr
@@ -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/