diff options
author | knu <knu@FreeBSD.org> | 2007-04-26 17:49:00 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2007-04-26 17:49:00 +0800 |
commit | 9a0f0fc84b84b58509a9f2a7ec63befcde556c7b (patch) | |
tree | e5b3beaf8c778f5b9517e70f653717de198e734f /misc/inplace | |
parent | 7b8b7e81cca6a8f6d614221194beda2effa63689 (diff) | |
download | freebsd-ports-gnome-9a0f0fc84b84b58509a9f2a7ec63befcde556c7b.tar.gz freebsd-ports-gnome-9a0f0fc84b84b58509a9f2a7ec63befcde556c7b.tar.zst freebsd-ports-gnome-9a0f0fc84b84b58509a9f2a7ec63befcde556c7b.zip |
Update to 1.2.0.
- Suffix every temporary file with the same suffix as the original
file, so that file name aware programs can play nicely with it.
Diffstat (limited to 'misc/inplace')
-rw-r--r-- | misc/inplace/Makefile | 2 | ||||
-rw-r--r-- | misc/inplace/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index 66537580b4fb..7cfd13623e8a 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= inplace -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/misc/inplace/distinfo b/misc/inplace/distinfo index df2090ba3ed6..771015c2b5d7 100644 --- a/misc/inplace/distinfo +++ b/misc/inplace/distinfo @@ -1,3 +1,3 @@ -MD5 (inplace-1.1.0.tar.bz2) = 53f1c87996178993b91f7f2d59da0a32 -SHA256 (inplace-1.1.0.tar.bz2) = 6cf2591a2419aa5665c2301fc1f2e43d0a075d997199db7b4d10477fb2a25b39 -SIZE (inplace-1.1.0.tar.bz2) = 8481 +MD5 (inplace-1.2.0.tar.bz2) = 0fd3d01cfc18d877013c51aa1460f409 +SHA256 (inplace-1.2.0.tar.bz2) = 6e50e41e3808a224aa1cb5ff974e4aaa4afb6e1d51e628a3b2ef7c0fd338e7c0 +SIZE (inplace-1.2.0.tar.bz2) = 8640 |