aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-02-03 17:38:13 +0800
committerclement <clement@FreeBSD.org>2004-02-03 17:38:13 +0800
commit36dba192cc620b8d40eefe92add3c7f45c880395 (patch)
tree93a57463ef9a447e6ee1b49141c2cbe0e98d1685 /news
parent314052fa2044abd5f41805a9ac45f63ad3d3aa6f (diff)
downloadfreebsd-ports-gnome-36dba192cc620b8d40eefe92add3c7f45c880395.tar.gz
freebsd-ports-gnome-36dba192cc620b8d40eefe92add3c7f45c880395.tar.zst
freebsd-ports-gnome-36dba192cc620b8d40eefe92add3c7f45c880395.zip
- Update to 0.9.12
Diffstat (limited to 'news')
-rw-r--r--news/papercut/Makefile2
-rw-r--r--news/papercut/distinfo2
-rw-r--r--news/papercut/pkg-plist2
3 files changed, 3 insertions, 3 deletions
diff --git a/news/papercut/Makefile b/news/papercut/Makefile
index 48c7acfa2f12..145f49511712 100644
--- a/news/papercut/Makefile
+++ b/news/papercut/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= papercut
-PORTVERSION= 0.9.11
+PORTVERSION= 0.9.12
CATEGORIES= news python
MASTER_SITES= http://papercut.org/
diff --git a/news/papercut/distinfo b/news/papercut/distinfo
index e1dd57eaa23c..5e5483201497 100644
--- a/news/papercut/distinfo
+++ b/news/papercut/distinfo
@@ -1 +1 @@
-MD5 (papercut-0.9.11.tar.gz) = 408faba384efa45cc5b8e7359b5aa155
+MD5 (papercut-0.9.12.tar.gz) = d4f5ccdb95930171dbce3bc6d53befa0
diff --git a/news/papercut/pkg-plist b/news/papercut/pkg-plist
index 62c7109be299..3e19afd44019 100644
--- a/news/papercut/pkg-plist
+++ b/news/papercut/pkg-plist
@@ -50,4 +50,4 @@ bin/papercut
@dirrm %%DATADIR%%/storage
@unexec rmdir %D/%%DATADIR%%/cache || true
@unexec rmdir %D/%%DATADIR%%/logs || true
-@unexec rmdir %D/%%DATADIR%% || echo "If you are permanently removing this port, you should do a ``rm -rf %D/%%DATADIR%%`` to remove any files left." | fmt
+@unexec rmdir %D/%%DATADIR%% 2> /dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf %D/%%DATADIR%%`` to remove any files left." | fmt