Hi, This diff updates dfc to the latest release 3.0.2. Bugfix release.
Comments ? OK ? Cheers, benoit
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/dfc/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 11 Mar 2013 11:41:29 -0000 1.3 +++ Makefile 12 Apr 2013 09:52:18 -0000 @@ -2,10 +2,10 @@ COMMENT = display file system space usage using graph and colors -DISTNAME = dfc-3.0.1 +DISTNAME = dfc-3.0.2 CATEGORIES = sysutils -MASTER_SITES = http://projects.gw-computing.net/attachments/download/67/ +MASTER_SITES = http://projects.gw-computing.net/attachments/download/68/ HOMEPAGE = http://projects.gw-computing.net/projects/dfc # BSD Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/dfc/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 14 Jan 2013 15:52:19 -0000 1.2 +++ distinfo 12 Apr 2013 09:52:18 -0000 @@ -1,2 +1,2 @@ -SHA256 (dfc-3.0.1.tar.gz) = ErAdbwSyk/mdTiCqvEhfsuMl+4B1DRCf4c0LT6V5D/I= -SIZE (dfc-3.0.1.tar.gz) = 43337 +SHA256 (dfc-3.0.2.tar.gz) = gMLmc/a84D+C/Cs86zzyHef73VEkIN0TTOMViF3/yXc= +SIZE (dfc-3.0.2.tar.gz) = 43373 Index: patches/patch-CMakeLists_txt =================================================================== RCS file: /cvs/ports/sysutils/dfc/patches/patch-CMakeLists_txt,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-CMakeLists_txt --- patches/patch-CMakeLists_txt 1 Jun 2012 13:01:45 -0000 1.1.1.1 +++ patches/patch-CMakeLists_txt 12 Apr 2013 09:52:18 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2012/06/01 13:01:45 landry Exp $ ---- CMakeLists.txt.orig Thu May 31 00:25:46 2012 -+++ CMakeLists.txt Fri Jun 1 09:58:51 2012 +--- CMakeLists.txt.orig Mon Apr 8 15:14:28 2013 ++++ CMakeLists.txt Fri Apr 12 11:39:15 2013 @@ -70,6 +70,7 @@ endif() # Check for libintl @@ -9,7 +9,7 @@ if (LIBINTL_FOUND) option(NLS_ENABLED "Translation support with gettext" on) else() -@@ -129,7 +130,7 @@ if(NLS_ENABLED) +@@ -134,7 +135,7 @@ if(NLS_ENABLED) add_subdirectory(po) include_directories(${LIBINTL_INCLUDE_DIR})