diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-20 00:50:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-20 00:50:27 +0800 |
commit | f73e1ba5a257bec04b9839d31bbae0701b403f08 (patch) | |
tree | c4f367d4ae857e4ccd611661cd611b225978bec3 /sysutils/file | |
parent | aecc7ff7c95cdc110be357382d20c7c7fd6d205b (diff) | |
download | freebsd-ports-gnome-f73e1ba5a257bec04b9839d31bbae0701b403f08.tar.gz freebsd-ports-gnome-f73e1ba5a257bec04b9839d31bbae0701b403f08.tar.zst freebsd-ports-gnome-f73e1ba5a257bec04b9839d31bbae0701b403f08.zip |
- Update to 5.03
PR: 138298
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer timeout
Feature safe: yes
Diffstat (limited to 'sysutils/file')
-rw-r--r-- | sysutils/file/Makefile | 5 | ||||
-rw-r--r-- | sysutils/file/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
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 <bsd.port.mk> 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 |