Change WWW line of ports that point to my web site, which is now served over

HTTPS.

While here, regenerate patch for lang/bf2c to pet portlint.
This commit is contained in:
Rene Ladan 2016-02-14 15:27:58 +00:00
parent a8f21afa94
commit 89304c8187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408862
4 changed files with 5 additions and 13 deletions

View File

@ -1,13 +1,5 @@
commit 186730742519bfa9cb7f9668fb508a78e65d26cc
Author: René Ladan <r.c.ladan@gmail.com>
Date: Fri Feb 21 12:20:57 2014 +0100
Add DESTDIR support and add install-strip and uninstall targets.
diff --git a/Makefile b/Makefile
index d527b55..2ddbb8b 100644
--- a/Makefile
+++ b/Makefile
--- Makefile.orig 2013-06-12 22:11:38 UTC
+++ Makefile
@@ -1,4 +1,6 @@
-.PHONY: all clean install
+.PHONY: all clean install install-strip uninstall

View File

@ -5,4 +5,4 @@ optimizing as much as possible for speed, size and readability.
It is written for fun, self-educating purposes and to beat existing
BF compilers.
WWW: http://rene-ladan.nl/bf2c/
WWW: https://rene-ladan.nl/bf2c/

View File

@ -2,4 +2,4 @@ Two samples for the biosfont(4) kernel module:
* showchar shows a requested character on stdout
* showdati is a digital clock. Best viewed on 80x25 consoles.
WWW: http://rene-ladan.nl/biosfont/
WWW: https://rene-ladan.nl/biosfont/

View File

@ -1,4 +1,4 @@
This port provides a FreeBSD kernel module that can be used to
retrieve the font bitmaps stored in BIOS memory.
WWW: http://rene-ladan.nl/biosfont/
WWW: https://rene-ladan.nl/biosfont/