diff options
author | knu <knu@FreeBSD.org> | 2004-05-22 20:45:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-22 20:45:59 +0800 |
commit | 65329a162db5a5c4f24a6bb12d4898f732504f70 (patch) | |
tree | d9aec6de8c2fc437e1983e6e04ba9057cb9e4ed8 /misc/inplace | |
parent | 24b398bbf002275950db34ef470221611ab93018 (diff) | |
download | freebsd-ports-gnome-65329a162db5a5c4f24a6bb12d4898f732504f70.tar.gz freebsd-ports-gnome-65329a162db5a5c4f24a6bb12d4898f732504f70.tar.zst freebsd-ports-gnome-65329a162db5a5c4f24a6bb12d4898f732504f70.zip |
Update to 1.0.3.
- Do not edit read-only files by default.
- Add -f/--force to make it force editing even if a file to process is
read-only.
Diffstat (limited to 'misc/inplace')
-rw-r--r-- | misc/inplace/Makefile | 2 | ||||
-rw-r--r-- | misc/inplace/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index 3dff5964c8ae..59e0f3c83440 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= inplace -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= misc MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/misc/inplace/distinfo b/misc/inplace/distinfo index 3a6a429880e7..63948f86cf76 100644 --- a/misc/inplace/distinfo +++ b/misc/inplace/distinfo @@ -1,2 +1,2 @@ -MD5 (inplace-1.0.2.tar.bz2) = 1d74c683f9698306335908c4a88832f8 -SIZE (inplace-1.0.2.tar.bz2) = 7077 +MD5 (inplace-1.0.3.tar.bz2) = f4c677aa654fdc636782cad0bcdbcd78 +SIZE (inplace-1.0.3.tar.bz2) = 7234 |