Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 06:19:14 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r478286 - branches/2018Q3/sysutils/e2fsprogs
Message-ID:  <201808280619.w7S6JEi4018688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Aug 28 06:19:13 2018
New Revision: 478286
URL: https://svnweb.freebsd.org/changeset/ports/478286

Log:
  MFH: r478261
  
  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>;
  
  Approved by:	ports-secteam@ (miwi@)

Modified:
  branches/2018Q3/sysutils/e2fsprogs/Makefile
  branches/2018Q3/sysutils/e2fsprogs/distinfo
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/sysutils/e2fsprogs/Makefile
==============================================================================
--- branches/2018Q3/sysutils/e2fsprogs/Makefile	Tue Aug 28 06:00:55 2018	(r478285)
+++ branches/2018Q3/sysutils/e2fsprogs/Makefile	Tue Aug 28 06:19:13 2018	(r478286)
@@ -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}
@@ -125,6 +124,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 \
@@ -172,9 +172,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: branches/2018Q3/sysutils/e2fsprogs/distinfo
==============================================================================
--- branches/2018Q3/sysutils/e2fsprogs/distinfo	Tue Aug 28 06:00:55 2018	(r478285)
+++ branches/2018Q3/sysutils/e2fsprogs/distinfo	Tue Aug 28 06:19:13 2018	(r478286)
@@ -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?201808280619.w7S6JEi4018688>