Date: Sun, 14 Feb 2016 15:27:59 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408862 - in head: lang/bf2c lang/bf2c/files misc/biosfont-demos sysutils/biosfont Message-ID: <201602141527.u1EFRxpv082779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Feb 14 15:27:58 2016 New Revision: 408862 URL: https://svnweb.freebsd.org/changeset/ports/408862 Log: 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. Modified: head/lang/bf2c/files/patch-Makefile head/lang/bf2c/pkg-descr head/misc/biosfont-demos/pkg-descr head/sysutils/biosfont/pkg-descr Modified: head/lang/bf2c/files/patch-Makefile ============================================================================== --- head/lang/bf2c/files/patch-Makefile Sun Feb 14 14:58:17 2016 (r408861) +++ head/lang/bf2c/files/patch-Makefile Sun Feb 14 15:27:58 2016 (r408862) @@ -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 Modified: head/lang/bf2c/pkg-descr ============================================================================== --- head/lang/bf2c/pkg-descr Sun Feb 14 14:58:17 2016 (r408861) +++ head/lang/bf2c/pkg-descr Sun Feb 14 15:27:58 2016 (r408862) @@ -5,4 +5,4 @@ optimizing as much as possible for speed 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/ Modified: head/misc/biosfont-demos/pkg-descr ============================================================================== --- head/misc/biosfont-demos/pkg-descr Sun Feb 14 14:58:17 2016 (r408861) +++ head/misc/biosfont-demos/pkg-descr Sun Feb 14 15:27:58 2016 (r408862) @@ -2,4 +2,4 @@ Two samples for the biosfont(4) kernel m * 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/ Modified: head/sysutils/biosfont/pkg-descr ============================================================================== --- head/sysutils/biosfont/pkg-descr Sun Feb 14 14:58:17 2016 (r408861) +++ head/sysutils/biosfont/pkg-descr Sun Feb 14 15:27:58 2016 (r408862) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602141527.u1EFRxpv082779>