[csw-devel] SF.net SVN: gar:[7874] csw/mgar/pkg/wgetpaste/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Jan 5 14:58:18 CET 2010
Revision: 7874
http://gar.svn.sourceforge.net/gar/?rev=7874&view=rev
Author: wahwah
Date: 2010-01-05 13:58:17 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
wgetpaste: Version bump to 2.16
Modified Paths:
--------------
csw/mgar/pkg/wgetpaste/trunk/Makefile
csw/mgar/pkg/wgetpaste/trunk/checksums
csw/mgar/pkg/wgetpaste/trunk/files/0001-Using-gwhoami-instead-of-whoami.patch
Modified: csw/mgar/pkg/wgetpaste/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wgetpaste/trunk/Makefile 2010-01-05 10:59:30 UTC (rev 7873)
+++ csw/mgar/pkg/wgetpaste/trunk/Makefile 2010-01-05 13:58:17 UTC (rev 7874)
@@ -1,5 +1,5 @@
GARNAME = wgetpaste
-GARVERSION = 2.13
+GARVERSION = 2.16
CATEGORIES = utils
DESCRIPTION = A command-line utility for text pasting websites.
Modified: csw/mgar/pkg/wgetpaste/trunk/checksums
===================================================================
--- csw/mgar/pkg/wgetpaste/trunk/checksums 2010-01-05 10:59:30 UTC (rev 7873)
+++ csw/mgar/pkg/wgetpaste/trunk/checksums 2010-01-05 13:58:17 UTC (rev 7874)
@@ -1,4 +1,4 @@
0a96eee7e51fe1b7e9054dd302ca0508 download/0001-Using-gwhoami-instead-of-whoami.patch
4ce4101e5be2ea7af5b5ea18be7f8693 download/0002-CSW-bash.patch
-a341c778d745b0a7ad11163a4a2c1ea9 download/wgetpaste-2.13.tar.bz2
+f270d87c5ea9939b2818d38f43b51936 download/wgetpaste-2.16.tar.bz2
67425820c0281729a7f63e3e3339c49f download/wgetpaste.conf
Modified: csw/mgar/pkg/wgetpaste/trunk/files/0001-Using-gwhoami-instead-of-whoami.patch
===================================================================
--- csw/mgar/pkg/wgetpaste/trunk/files/0001-Using-gwhoami-instead-of-whoami.patch 2010-01-05 10:59:30 UTC (rev 7873)
+++ csw/mgar/pkg/wgetpaste/trunk/files/0001-Using-gwhoami-instead-of-whoami.patch 2010-01-05 13:58:17 UTC (rev 7874)
@@ -1,17 +1,6 @@
-From c98a64ed5f18a50d9d249bd4bd0916374272a597 Mon Sep 17 00:00:00 2001
-From: Maciej Blizinski <maciej at build8s.(none)>
-Date: Sat, 29 Aug 2009 11:20:28 +0200
-Subject: [PATCH 1/2] Using gwhoami instead of whoami
-
----
- wgetpaste | 10 +++++-----
- 1 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/wgetpaste b/wgetpaste
-index d4addbd..9b40432 100755
---- a/wgetpaste
-+++ b/wgetpaste
-@@ -99,7 +99,7 @@ notreadable() {
+--- work/solaris8-sparc/build-isa-sparcv8/wgetpaste-2.16/wgetpaste.orig 2010-01-05 14:42:30.127801164 +0100
++++ work/solaris8-sparc/build-isa-sparcv8/wgetpaste-2.16/wgetpaste 2010-01-05 14:43:42.007282206 +0100
+@@ -114,7 +114,7 @@
noxclip() {
cat <<EOF >&2
Could not find xclip on your system. In order to use --x$1 you must either
@@ -20,7 +9,7 @@
per user in ~/.wgetpaste.conf to use another program (such as e.g. xcut or
klipper) to $2 your clipboard.
-@@ -288,11 +288,11 @@ Options:
+@@ -303,11 +303,11 @@
--debug be *very* verbose (implies -v)
-h, --help show this help
@@ -34,7 +23,7 @@
~/.wgetpaste.conf or ~/.wgetpaste.d/*.conf.
EOF
}
-@@ -568,7 +568,7 @@ load_configs() {
+@@ -586,7 +586,7 @@
if [[ ! $IGNORECONFIGS ]]; then
# compatibility code
local f deprecated=
@@ -43,15 +32,12 @@
if [[ -f $f ]]; then
if [[ -z $deprecated ]]; then
echo "The config files for wgetpaste have changed to *.conf.$N" >&2
-@@ -589,7 +589,7 @@ load_configs() {
+@@ -607,7 +607,7 @@
}
load_configs
[[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET")
-DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed"
-+DEFAULT_NICK=${DEFAULT_NICK:-$(gwhoami)} || die "whoami failed"
- DEFAULT_SERVICE=${DEFAULT_SERVICE:-dpaste}
++DEFAULT_NICK=${DEFAULT_NICK:-$(gwhoami)} || die "gwhoami failed"
+ DEFAULT_SERVICE=${DEFAULT_SERVICE:-pocoo}
DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text}
DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month}
---
-1.6.3.2
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list