aboutsummaryrefslogtreecommitdiff
path: root/misc/inplace
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2006-08-02 11:20:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2006-08-02 11:20:05 +0000
commit5a5ee038321c9f85930317d7eb8f2a76c1177f6f (patch)
tree4540e0f28f77e8f9ad52059984321b5e13f0d254 /misc/inplace
parentf1bdb618084abd49142f5e3cb103933dd0c4bbb9 (diff)
downloadports-5a5ee038321c9f85930317d7eb8f2a76c1177f6f.tar.gz
ports-5a5ee038321c9f85930317d7eb8f2a76c1177f6f.zip
Update to 1.1.0.
- Add -D/--debug and adjust the verbosity level. - Show before and after file sizes when -v is specified. - Introduce a configuration file in which command aliases can be defined. - Add -i/--preserve-inode so inode numbers are preserved even when -b or -s is specified.
Notes
Notes: svn path=/head/; revision=169458
Diffstat (limited to 'misc/inplace')
-rw-r--r--misc/inplace/Makefile4
-rw-r--r--misc/inplace/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile
index 1cb43471cb94..66537580b4fb 100644
--- a/misc/inplace/Makefile
+++ b/misc/inplace/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= inplace
-PORTVERSION= 1.0.4
+PORTVERSION= 1.1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= knu@FreeBSD.org
COMMENT= A tool to edit files in-place through given filter commands
USE_BZIP2= yes
diff --git a/misc/inplace/distinfo b/misc/inplace/distinfo
index 67481afe57a4..df2090ba3ed6 100644
--- a/misc/inplace/distinfo
+++ b/misc/inplace/distinfo
@@ -1,3 +1,3 @@
-MD5 (inplace-1.0.4.tar.bz2) = a9817c758864711f20fae9ca39505118
-SHA256 (inplace-1.0.4.tar.bz2) = 15e7a22705aec04aaccea82f2c781d2a98f87b2c60ef32488178cf5cbd32cc3d
-SIZE (inplace-1.0.4.tar.bz2) = 7288
+MD5 (inplace-1.1.0.tar.bz2) = 53f1c87996178993b91f7f2d59da0a32
+SHA256 (inplace-1.1.0.tar.bz2) = 6cf2591a2419aa5665c2301fc1f2e43d0a075d997199db7b4d10477fb2a25b39
+SIZE (inplace-1.1.0.tar.bz2) = 8481