diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-08 15:38:16 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-08 15:38:16 +0800 |
commit | 481b19f85b0915715290a4d3d7307afc6ae54419 (patch) | |
tree | b5f5afd661e64ff953e461facc77791afa061f5c | |
parent | 4939de9a145ad3558aef451941ce073cb99a73d4 (diff) | |
download | freebsd-ports-gnome-481b19f85b0915715290a4d3d7307afc6ae54419.tar.gz freebsd-ports-gnome-481b19f85b0915715290a4d3d7307afc6ae54419.tar.zst freebsd-ports-gnome-481b19f85b0915715290a4d3d7307afc6ae54419.zip |
- Update to 0.42
Changes:
- sponge: Guarantees that output file is always updated automatically, by renaming a temp file into place.
- sponge: Ensure that output file permissions are always preserved if it already exists.
PR: ports/151279
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Approved by: pgollucci (mentor)
-rw-r--r-- | sysutils/moreutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/moreutils/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index 0998c1c26571..f08ab291ce15 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -7,7 +7,7 @@ # PORTNAME= moreutils -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/sysutils/moreutils/distinfo b/sysutils/moreutils/distinfo index 8681f7ce3e53..e20091c37933 100644 --- a/sysutils/moreutils/distinfo +++ b/sysutils/moreutils/distinfo @@ -1,3 +1,3 @@ -MD5 (moreutils_0.41.tar.gz) = 598c412bbc452b436becce8bd28df377 -SHA256 (moreutils_0.41.tar.gz) = e13d022d390f7107999efab1a60bac8b0553a6e547b8df28bb248f2b8095bfce -SIZE (moreutils_0.41.tar.gz) = 43094 +MD5 (moreutils_0.42.tar.gz) = 9bac64540b315e9008521a9fea19d9ab +SHA256 (moreutils_0.42.tar.gz) = 71cf9b37dd5093d51c4c7bbebca786bee54806b13b9c6be683f486fc0d5b614f +SIZE (moreutils_0.42.tar.gz) = 43296 |