public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli (voyageur)" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.3_rc1-r1.ebuild
Date: Sun, 20 Sep 2009 09:01:31 +0000	[thread overview]
Message-ID: <E1MpIIV-0006Fp-NU@stork.gentoo.org> (raw)

voyageur    09/09/20 09:01:31

  Modified:             ChangeLog proftpd-1.3.3_rc1-r1.ebuild
  Log:
  Fix typo on README.mod_auth_gss, only use in mod_gss mit-krb5 if <1.7 (as in DEPEND)
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.208                net-ftp/proftpd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/ChangeLog?r1=1.207&r2=1.208

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	16 Sep 2009 20:15:58 -0000	1.207
+++ ChangeLog	20 Sep 2009 09:01:31 -0000	1.208
@@ -1,6 +1,11 @@
 # ChangeLog for net-ftp/proftpd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.207 2009/09/16 20:15:58 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.208 2009/09/20 09:01:31 voyageur Exp $
+
+  20 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org>
+  proftpd-1.3.3_rc1-r1.ebuild:
+  Fix typo on README.mod_auth_gss, only use in mod_gss mit-krb5 if <1.7 (as
+  in DEPEND)
 
 *proftpd-1.3.3_rc1-r1 (16 Sep 2009)
 



1.2                  net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild?r1=1.1&r2=1.2

Index: proftpd-1.3.3_rc1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- proftpd-1.3.3_rc1-r1.ebuild	16 Sep 2009 20:15:58 -0000	1.1
+++ proftpd-1.3.3_rc1-r1.ebuild	20 Sep 2009 09:01:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild,v 1.1 2009/09/16 20:15:58 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3_rc1-r1.ebuild,v 1.2 2009/09/20 09:01:31 voyageur Exp $
 
 EAPI="2"
 inherit autotools eutils
@@ -101,14 +101,14 @@
 	use exec && mymodules="${mymodules}:mod_exec"
 	if use kerberos ; then
 		cd "${WORKDIR}"/mod_gss-${GSS_VER}
-		if has_version app-crypt/mit-krb5 ; then
+		if has_version <app-crypt/mit-krb5-1.7 ; then
 			econf --enable-mit
 		else
 			econf --enable-heimdal
 		fi
 		mv mod_{auth_gss,gss}.c "${S}"/contrib
 		mv mod_gss.h "${S}"/include
-		mv README.mod_{authgss,gss} "${S}"
+		mv README.mod_{auth_gss,gss} "${S}"
 		mv mod_gss.html "${S}"/doc/contrib
 		mv rfc{1509,2228}.txt "${S}"/doc/rfc
 		cd "${S}"






             reply	other threads:[~2009-09-20  9:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-20  9:01 Bernard Cafarelli (voyageur) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-24 15:42 [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.3_rc1-r1.ebuild Bernard Cafarelli (voyageur)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MpIIV-0006Fp-NU@stork.gentoo.org \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox