On 11/11/17 23:38, Klemens Nanni wrote:
This a bugfix release:

- fix a typo in the compilation instructions in the readme file
- fix an old bug (4+ years) which messed up colors in HTML export when a
   configuration file is used
- fix a bug which prevented some file systems to be displayed when the
   filtering option was used
- fix a bad implicit fallthrough

Continues to work fine on my amd64 machine.

Feedback?

We're not doing the gettext MODULE any more, so you'll need to fix that. It uses libintl and libiconv, so you'll have to remove devel/gettext from MODULES and put it in LDEPS and resync WANTLIB.

It looks like this port also uses msgfmt, so you'll have to add a BDEP on devel/gettext-tools as well.

When I ran 'make update-patches', the patches were regen'd.

~Brian

diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile
index d41b5169845..983750a1996 100644
--- a/sysutils/dfc/Makefile
+++ b/sysutils/dfc/Makefile
@@ -2,11 +2,10 @@
COMMENT = display file system space usage using graph and colors -DISTNAME = dfc-3.1.0
+DISTNAME =     dfc-3.1.1
  CATEGORIES =  sysutils
-REVISION =     0
-MASTER_SITES = https://projects.gw-computing.net/attachments/download/614/
+MASTER_SITES = https://projects.gw-computing.net/attachments/download/615/
  HOMEPAGE =    https://projects.gw-computing.net/projects/dfc
# BSD
diff --git a/sysutils/dfc/distinfo b/sysutils/dfc/distinfo
index 0bb706d1904..42f31e1bbc0 100644
--- a/sysutils/dfc/distinfo
+++ b/sysutils/dfc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dfc-3.1.0.tar.gz) = itmLoaloWhvzOi07jyc33t72AZVD0Z0bXr0Xg750D+s=
-SIZE (dfc-3.1.0.tar.gz) = 52459
+SHA256 (dfc-3.1.1.tar.gz) = liRm53QH3VvnFaQf/FClT851iniDFUbwOmuyguhpLlQ=
+SIZE (dfc-3.1.1.tar.gz) = 52709


Reply via email to