diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-08 15:38:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-08 15:38:16 +0800 |
commit | 5e137a08e56ae5843fdc7b08124c74b08ada5e07 (patch) | |
tree | 62806306ff57c3c7f786c2aac60ad5253a466771 /sysutils | |
parent | c43f52fdfa2382fb7d96059825f404ab99bac2dc (diff) | |
download | freebsd-ports-gnome-5e137a08e56ae5843fdc7b08124c74b08ada5e07.tar.gz freebsd-ports-gnome-5e137a08e56ae5843fdc7b08124c74b08ada5e07.tar.zst freebsd-ports-gnome-5e137a08e56ae5843fdc7b08124c74b08ada5e07.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)
Diffstat (limited to 'sysutils')
-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 |