diff options
author | rene <rene@FreeBSD.org> | 2016-02-14 23:27:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-14 23:27:58 +0800 |
commit | 8b270fecbbdafd081a39b8225dec88e77b4f4dd4 (patch) | |
tree | 1aa954d393cf0f2f7baffa3040c757386c6d5d18 /lang | |
parent | c6bf35fce5dd414c9d3a5971fd50c236576b9bea (diff) | |
download | freebsd-ports-gnome-8b270fecbbdafd081a39b8225dec88e77b4f4dd4.tar.gz freebsd-ports-gnome-8b270fecbbdafd081a39b8225dec88e77b4f4dd4.tar.zst freebsd-ports-gnome-8b270fecbbdafd081a39b8225dec88e77b4f4dd4.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bf2c/files/patch-Makefile | 12 | ||||
-rw-r--r-- | lang/bf2c/pkg-descr | 2 |
2 files changed, 3 insertions, 11 deletions
diff --git a/lang/bf2c/files/patch-Makefile b/lang/bf2c/files/patch-Makefile index 27ef2a63041d..5e95c2562e33 100644 --- a/lang/bf2c/files/patch-Makefile +++ b/lang/bf2c/files/patch-Makefile @@ -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 diff --git a/lang/bf2c/pkg-descr b/lang/bf2c/pkg-descr index 299442da29b1..bc30fedae432 100644 --- a/lang/bf2c/pkg-descr +++ b/lang/bf2c/pkg-descr @@ -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/ |