[153552] trunk/dports/sysutils/e2fsprogs

ryandesign at macports.org ryandesign at macports.org
Tue Oct 4 12:51:17 CEST 2016


Revision: 153552
          https://trac.macports.org/changeset/153552
Author:   ryandesign at macports.org
Date:     2016-10-04 03:51:17 -0700 (Tue, 04 Oct 2016)
Log Message:
-----------
e2fsprogs: Update to 1.43.3

Modified Paths:
--------------
    trunk/dports/sysutils/e2fsprogs/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-ext2_err.et.in.diff
    trunk/dports/sysutils/e2fsprogs/files/patch-lib__et__compile_et.sh.in.diff

Modified: trunk/dports/sysutils/e2fsprogs/Portfile
===================================================================
--- trunk/dports/sysutils/e2fsprogs/Portfile	2016-10-04 09:52:44 UTC (rev 153551)
+++ trunk/dports/sysutils/e2fsprogs/Portfile	2016-10-04 10:51:17 UTC (rev 153552)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        e2fsprogs
-version                     1.43.2
+version                     1.43.3
 categories                  sysutils
 platforms                   darwin
 maintainers                 ryandesign openmaintainer
@@ -20,8 +20,8 @@
 homepage                    http://e2fsprogs.sourceforge.net/
 master_sites                sourceforge:project/e2fsprogs/e2fsprogs/v${version}
 
-checksums                   rmd160  4a4ae5c095d3609b07b4e1bf7fe44f40795d6ae9 \
-                            sha256  20085fd43d52b8f81bda259a7df5c2b1a7a745b6fd3d082a2915965dd77f5365
+checksums                   rmd160  7f40f0a5553d49f5c9be79377838df6c7d6e599d \
+                            sha256  ce8ef1bbb0d4730f170167284fda156ac9d6bf18db2750eb94af619a81b19927
 
 depends_build               port:pkgconfig
 depends_lib                 port:gettext
@@ -45,8 +45,7 @@
     depends_lib-append          port:ossp-uuid \
                                 port:libcomerr
 
-    patchfiles-append           patch-Makefile.in-remove-included-libcomerr.diff \
-                                patch-lib-ext2fs-ext2_err.et.in.diff
+    patchfiles-append           patch-Makefile.in-remove-included-libcomerr.diff
 
     pre-build {
         ln -fs ${prefix}/bin/compile_et ${worksrcpath}/lib/et/compile_et
@@ -73,8 +72,6 @@
     # gawk.
     configure.env-append        AWK=/usr/bin/awk
 
-    patchfiles-append           patch-lib__et__compile_et.sh.in.diff
-
     build.args-append           -C lib/et
     destroot.args-append        -C lib/et
     post-destroot {

Deleted: trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-ext2_err.et.in.diff
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-ext2_err.et.in.diff	2016-10-04 09:52:44 UTC (rev 153551)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib-ext2fs-ext2_err.et.in.diff	2016-10-04 10:51:17 UTC (rev 153552)
@@ -1,14 +0,0 @@
-http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?id=b41a4ffa509df9f16f614dd1483cec77c3260a6c
---- lib/ext2fs/ext2_err.et.in.orig
-+++ lib/ext2fs/ext2_err.et.in
-@@ -530,4 +530,10 @@ ec	EXT2_ET_UNDO_FILE_CORRUPT,
- ec	EXT2_ET_UNDO_FILE_WRONG,
- 	"Wrong undo file for this filesystem"
- 
-+ec	EXT2_ET_FILESYSTEM_CORRUPTED,
-+	"File system is corrupted"
-+
-+ec	EXT2_ET_BAD_CRC,
-+	"Bad CRC detected in file system"
-+
- 	end

Deleted: trunk/dports/sysutils/e2fsprogs/files/patch-lib__et__compile_et.sh.in.diff
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-lib__et__compile_et.sh.in.diff	2016-10-04 09:52:44 UTC (rev 153551)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib__et__compile_et.sh.in.diff	2016-10-04 10:51:17 UTC (rev 153552)
@@ -1,27 +0,0 @@
---- lib/et/compile_et.sh.in.orig	2014-06-25 14:19:15.000000000 -0500
-+++ lib/et/compile_et.sh.in	2015-05-23 01:37:15.000000000 -0500
-@@ -5,11 +5,9 @@
- datarootdir=@datarootdir@
- AWK=@AWK@
- DIR="${DIR- at datadir@/et}"
--ET_DIR="${ET_DIR- at ET_DIR@}"
- 
- if test "$1" = "--build-tree" ; then
-     shift;
--    DIR="$ET_DIR"
- fi
- 
- if test "x$1" = x ; then
-@@ -30,12 +28,8 @@
- done
- 
- if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
--    DIR="$ET_DIR"
--#    echo "Falling back to $DIR..."
--    if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
- 	echo "compile_et: Couldn't find compile_et's template files."
- 	exit 1
--    fi
- fi
- 
- ROOT=`echo $1 | sed -e s/.et$//`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161004/2a94e382/attachment-0002.html>


More information about the macports-changes mailing list