Date: Mon, 27 Aug 2018 23:45:26 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478261 - head/sysutils/e2fsprogs Message-ID: <201808272345.w7RNjQPU016080@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Aug 27 23:45:26 2018 New Revision: 478261 URL: https://svnweb.freebsd.org/changeset/ports/478261 Log: Update sysutils/e2fsprogs to new upstream release 1.44.4. This is a bug fixing release. Full release notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.4> MFH: 2018Q3 Modified: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/distinfo Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Mon Aug 27 23:45:15 2018 (r478260) +++ head/sysutils/e2fsprogs/Makefile Mon Aug 27 23:45:26 2018 (r478261) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= e2fsprogs -# XXX if bumping PORTVERSION, check/adjust pre-configure! -PORTVERSION= 1.44.3 +PORTVERSION= 1.44.4 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -124,6 +123,7 @@ post-patch:: -e "s/ == 0/ = 0/" -e "s/tar x$$/tar xf -/" -e "s/\<dd\>/gdd/" \ ${WRKSRC}/tests/[a-z]_*/script @${REINPLACE_CMD} -e 's/<malloc\.h>/<stdlib.h>/' ${WRKSRC}/*/*.c + @${REINPLACE_CMD} -E -e 's/__GNUC_PREREQ\>/__GNUC_PREREQ__/' ${WRKSRC}/*/*/*.[ch] ${WRKSRC}/*/*.c .if empty(PORT_OPTIONS:MALLTESTS) . for i in \ d_fallocate_blkmap \ @@ -171,9 +171,6 @@ post-patch:: @${MV} ${WRKSRC}/tests/${i} ${WRKSRC}/tests/disabled_test-${i} . endfor .endif - -pre-configure:: - ${REINPLACE_CMD} -e 's/July/Jul/' ${WRKSRC}/version.h ############################################################## # Master port stuff that is not to be seen by the slave ports. Modified: head/sysutils/e2fsprogs/distinfo ============================================================================== --- head/sysutils/e2fsprogs/distinfo Mon Aug 27 23:45:15 2018 (r478260) +++ head/sysutils/e2fsprogs/distinfo Mon Aug 27 23:45:26 2018 (r478261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531207325 -SHA256 (e2fsprogs-1.44.3.tar.xz) = 5d899f7d30f481cc0c6a049ebe26ebe145f1b524182ea1ecde4086162d4e4bb6 -SIZE (e2fsprogs-1.44.3.tar.xz) = 5364552 +TIMESTAMP = 1535408315 +SHA256 (e2fsprogs-1.44.4.tar.xz) = ee03b2f2180614c5ae5f6dd2666f8808de61c3d8b37d22ba86cc6daea25be55a +SIZE (e2fsprogs-1.44.4.tar.xz) = 5363496
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808272345.w7RNjQPU016080>