OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-May-2008 13:56:24
Branch: HEAD Handle: 2008050812562400
Modified files:
openpkg-src/git git.patch git.spec
Log:
use 'vendor' instead of 'site' install dir
Summary:
Revision Changes Path
1.60 +4 -3 openpkg-src/git/git.patch
1.101 +1 -1 openpkg-src/git/git.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.patch
============================================================================
$ cvs diff -u -r1.59 -r1.60 git.patch
--- openpkg-src/git/git.patch 21 Apr 2008 18:15:19 -0000 1.59
+++ openpkg-src/git/git.patch 8 May 2008 11:56:24 -0000 1.60
@@ -39,13 +39,14 @@
BUILTIN_OBJS += builtin-http-fetch.o
EXTLIBS += $(CURL_LIBCURL)
Index: git-1.5.5.1/perl/Makefile.PL
---- git-1.5.5.1/perl/Makefile.PL.orig 2008-02-02 05:09:01 +0100
-+++ git-1.5.5.1/perl/Makefile.PL 2008-02-02 17:12:53 +0100
-@@ -26,5 +26,5 @@
+--- git-1.5.5.1/perl/Makefile.PL.orig 2008-04-21 00:17:13 +0200
++++ git-1.5.5.1/perl/Makefile.PL 2008-05-08 13:50:08 +0200
+@@ -26,5 +26,6 @@
VERSION_FROM => 'Git.pm',
PM => \%pm,
MAKEFILE => 'perl.mak',
- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3'
++ INSTALLDIRS => 'vendor',
+ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3'
);
Index: stgit-0.14.2/setup.py
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 git.spec
--- openpkg-src/git/git.spec 21 Apr 2008 18:15:19 -0000 1.100
+++ openpkg-src/git/git.spec 8 May 2008 11:56:24 -0000 1.101
@@ -39,7 +39,7 @@
Group: SCM
License: GPL
Version: %{V_git}
-Release: 20080421
+Release: 20080508
# package options
%option with_cogito yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]