diff options
author | mandree <mandree@FreeBSD.org> | 2012-06-14 03:24:53 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-06-14 03:24:53 +0800 |
commit | df1bca1c81810146c41d1381af493c40d5a08232 (patch) | |
tree | 0342faae30b15fb2f8f667fb9ee1b1f342d6a134 /sysutils | |
parent | b572d45cef5084f3eba39a4087e5038d5d6a861e (diff) | |
download | freebsd-ports-gnome-df1bca1c81810146c41d1381af493c40d5a08232.tar.gz freebsd-ports-gnome-df1bca1c81810146c41d1381af493c40d5a08232.tar.zst freebsd-ports-gnome-df1bca1c81810146c41d1381af493c40d5a08232.zip |
Update to new upstream release 1.42.4.
ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.4
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/e2fsprogs/distinfo | 4 | ||||
-rw-r--r-- | sysutils/e2fsprogs/files/patch-8f00911a | 24 | ||||
-rw-r--r-- | sysutils/e2fsprogs/files/patch-tests__test_script.in | 11 |
4 files changed, 27 insertions, 14 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index e3ce85909d19..fd52951f419d 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e2fsprogs -PORTVERSION= 1.42.3 +PORTVERSION= 1.42.4 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} diff --git a/sysutils/e2fsprogs/distinfo b/sysutils/e2fsprogs/distinfo index 18a0cb5d15f5..ee3aaf5a7406 100644 --- a/sysutils/e2fsprogs/distinfo +++ b/sysutils/e2fsprogs/distinfo @@ -1,2 +1,2 @@ -SHA256 (e2fsprogs-1.42.3.tar.gz) = ad6a41be876fab94c2bd5d10f7a0871a5601bbaf9cd25c551c2af11c1c8d5436 -SIZE (e2fsprogs-1.42.3.tar.gz) = 5817248 +SHA256 (e2fsprogs-1.42.4.tar.gz) = 3946f347842a7b892b23476e231da21e572f9db828cb02a38bc57beb25db905e +SIZE (e2fsprogs-1.42.4.tar.gz) = 5873284 diff --git a/sysutils/e2fsprogs/files/patch-8f00911a b/sysutils/e2fsprogs/files/patch-8f00911a new file mode 100644 index 000000000000..a765e30636e2 --- /dev/null +++ b/sysutils/e2fsprogs/files/patch-8f00911a @@ -0,0 +1,24 @@ +commit 8f00911a21f4e95de84c60e09cc4df173e5b6701 +Author: Theodore Ts'o <tytso@mit.edu> +Date: Tue Jun 12 18:25:34 2012 -0400 + + libquota: remove unneeded #include of <sys/quota.h> + + The attempted inclusion of sys/quota.h is causing failures in when + building on the hurd and freebsd platforms for Debian. It's not + necessary any more, so just remove the #include. + + Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> + +diff --git a/lib/quota/quotaio.c b/lib/quota/quotaio.c +index 67e74fc..c0ebaa1 100644 +--- a/lib/quota/quotaio.c ++++ b/lib/quota/quotaio.c +@@ -15,7 +15,6 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/file.h> +-#include <sys/quota.h> + + #include "common.h" + #include "quotaio.h" diff --git a/sysutils/e2fsprogs/files/patch-tests__test_script.in b/sysutils/e2fsprogs/files/patch-tests__test_script.in deleted file mode 100644 index 55f6e014fcdf..000000000000 --- a/sysutils/e2fsprogs/files/patch-tests__test_script.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./tests/test_script.in.orig 2012-03-18 19:18:33.000000000 +0100 -+++ ./tests/test_script.in 2012-04-01 17:15:49.000000000 +0200 -@@ -39,7 +39,7 @@ - - . $TEST_CONFIG - --TMPFILE=$(mktemp) -+TMPFILE=$(mktemp /tmp/tmp.XXXXXXXXXX) - - for test_dir in $TESTS - do |