[csw-devel] SF.net SVN: gar:[10843] csw/mgar/pkg/pius/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Aug 31 12:28:20 CEST 2010
Revision: 10843
http://gar.svn.sourceforge.net/gar/?rev=10843&view=rev
Author: wahwah
Date: 2010-08-31 10:28:20 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
pius: Version bump to 2.0.7, fixing paths (bug https://www.opencsw.org/mantis/view.php?id=4522)
Modified Paths:
--------------
csw/mgar/pkg/pius/trunk/Makefile
csw/mgar/pkg/pius/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/pius/trunk/files/0001-Using-opt-csw-paths.patch
Modified: csw/mgar/pkg/pius/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pius/trunk/Makefile 2010-08-31 01:22:58 UTC (rev 10842)
+++ csw/mgar/pkg/pius/trunk/Makefile 2010-08-31 10:28:20 UTC (rev 10843)
@@ -3,7 +3,7 @@
# $Id$
GARNAME = pius
-GARVERSION = 2.0.3
+GARVERSION = 2.0.7
CATEGORIES = apps
DESCRIPTION = A tool for signing and email all UIDs on a set of PGP keys.
define BLURB
@@ -20,6 +20,7 @@
BUILD_SCRIPTS =
INSTALL_SCRIPTS = pius
TEST_SCRIPTS =
+PATCHFILES += 0001-Using-opt-csw-paths.patch
include gar/category.mk
Modified: csw/mgar/pkg/pius/trunk/checksums
===================================================================
--- csw/mgar/pkg/pius/trunk/checksums 2010-08-31 01:22:58 UTC (rev 10842)
+++ csw/mgar/pkg/pius/trunk/checksums 2010-08-31 10:28:20 UTC (rev 10843)
@@ -1 +1,2 @@
-081aecec3d47c6e860e9cb5644e95cb3 pius-2.0.3.tar.bz2
+614a0f958ba698a9ac3c173ac1b6c4b6 0001-Using-opt-csw-paths.patch
+285701ac118812f8fe00773938eae289 pius-2.0.7.tar.bz2
Added: csw/mgar/pkg/pius/trunk/files/0001-Using-opt-csw-paths.patch
===================================================================
--- csw/mgar/pkg/pius/trunk/files/0001-Using-opt-csw-paths.patch (rev 0)
+++ csw/mgar/pkg/pius/trunk/files/0001-Using-opt-csw-paths.patch 2010-08-31 10:28:20 UTC (rev 10843)
@@ -0,0 +1,31 @@
+From c61133192236ba6fe94b82d9402488ae40048f4f Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Tue, 31 Aug 2010 12:19:11 +0200
+Subject: [PATCH] Using /opt/csw paths.
+
+---
+ pius | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pius b/pius
+index b8ea27a..ed79f26 100755
+--- a/pius
++++ b/pius
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/opt/csw/bin/python
+ """A utility to sign all UIDs on a list of PGP keys and PGP/Mime encrypt-email
+ them to the respective emails."""
+
+@@ -43,7 +43,7 @@ MODE_AGENT = 2
+
+ HOME = os.environ.get('HOME')
+ GNUPGHOME = os.environ.get('GNUPGHOME', os.path.join(HOME, '.gnupg'))
+-DEFAULT_GPG_PATH = '/usr/bin/gpg'
++DEFAULT_GPG_PATH = '/opt/csw/bin/gpg'
+ DEFAULT_KEYRING = os.path.join(GNUPGHOME, 'pubring.gpg')
+ DEFAULT_TMP_DIR = '/tmp/pius_tmp'
+ DEFAULT_OUT_DIR = '/tmp/pius_out'
+--
+1.7.1
+
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