From f73e1ba5a257bec04b9839d31bbae0701b403f08 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 19 Sep 2009 16:50:27 +0000 Subject: - Update to 5.03 PR: 138298 Submitted by: bf Approved by: maintainer timeout Feature safe: yes --- sysutils/file/Makefile | 5 ++++- sysutils/file/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sysutils/file') diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 2870aae46bc4..b169274bfa2f 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -6,7 +6,7 @@ # PORTNAME= file -PORTVERSION= 4.26 +PORTVERSION= 5.03 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/unix/file/ \ @@ -29,4 +29,7 @@ MAN5= magic.5 regression-test: build @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) +post-patch: + @${REINPLACE_CMD} -e 's|$(datadir)/misc|$(datadir)/${PORTNAME}|g' \ + ${WRKSRC}/configure .include diff --git a/sysutils/file/distinfo b/sysutils/file/distinfo index 76c4e7b465f1..443aaa73ddb5 100644 --- a/sysutils/file/distinfo +++ b/sysutils/file/distinfo @@ -1,3 +1,3 @@ -MD5 (file-4.26.tar.gz) = 74cd5466416136da30a4e69f74dbc7a0 -SHA256 (file-4.26.tar.gz) = 682f7de5c12d35ff2d9e2ec3c6a753bd5a01e0f7f3110501be0bafef1d5e9654 -SIZE (file-4.26.tar.gz) = 584803 +MD5 (file-5.03.tar.gz) = d05f08a53e5c2f51f8ee6a4758c0cc53 +SHA256 (file-5.03.tar.gz) = 1edab47f9ef2ec5c021204f07566b11e5c2b3ae207af98137a021ac6e9bd95bb +SIZE (file-5.03.tar.gz) = 616266 -- cgit