diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-12-08 08:11:18 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-12-08 08:11:18 +0000 |
commit | d7243278806da2965783ce101eff73172e4aa812 (patch) | |
tree | 01b20209437f4ba8a724e79c2127653de68b8a48 /net-misc/hylafax | |
parent | Version bump. (diff) | |
download | gentoo-2-d7243278806da2965783ce101eff73172e4aa812.tar.gz gentoo-2-d7243278806da2965783ce101eff73172e4aa812.tar.bz2 gentoo-2-d7243278806da2965783ce101eff73172e4aa812.zip |
Fixed and rev-bumped for bogus internal path (closes bug #248812).
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 x86_64)
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.4.4-r1.ebuild (renamed from net-misc/hylafax/hylafax-4.4.4.ebuild) | 10 |
2 files changed, 13 insertions, 6 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog index 88874388a0ed..586a9a9d7a25 100644 --- a/net-misc/hylafax/ChangeLog +++ b/net-misc/hylafax/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/hylafax # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.86 2008/12/06 19:06:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.87 2008/12/08 08:11:18 nerdboy Exp $ + +*hylafax-4.4.4-r1 (07 Dec 2008) + + 07 Dec 2008; Steve Arnold <nerdboy@gentoo.org> -hylafax-4.4.4.ebuild, + +hylafax-4.4.4-r1.ebuild: + Internal path fix needs a rev-bump for anyone who just picked up the new + stable version (fixes bug #248812). 06 Dec 2008; nixnut <nixnut@gentoo.org> hylafax-4.4.4.ebuild: Stable on ppc wrt bug 245190 diff --git a/net-misc/hylafax/hylafax-4.4.4.ebuild b/net-misc/hylafax/hylafax-4.4.4-r1.ebuild index 3d9e944e6b55..27ecb3fd997b 100644 --- a/net-misc/hylafax/hylafax-4.4.4.ebuild +++ b/net-misc/hylafax/hylafax-4.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.4.4.ebuild,v 1.6 2008/12/06 19:06:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.4.4-r1.ebuild,v 1.1 2008/12/08 08:11:18 nerdboy Exp $ inherit eutils multilib pam toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz" SLOT="0" LICENSE="hylafax" -KEYWORDS="amd64 ~hppa ppc sparc x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="jbig pam mgetty html" @@ -61,7 +61,7 @@ src_compile() { --with-DIR_SBIN=/usr/sbin --with-DIR_LIB=/usr/$(get_libdir) --with-DIR_LIBEXEC=/usr/sbin - --with-DIR_LIBDATA=/var/lib/fax + --with-DIR_LIBDATA=/usr/$(get_libdir)/fax --with-DIR_LOCKS=/var/lock --with-DIR_MAN=/usr/share/man --with-DIR_SPOOL=/var/spool/fax @@ -133,8 +133,8 @@ src_install() { keepdir /var/spool/fax/{archive,client,etc,pollq,recvq,tmp} keepdir /var/spool/fax/{status,sendq,log,info,doneq,docq,dev} - dosed "s:hostname:hostname -f:g" \ - /var/spool/fax/bin/{faxrcvd,pollrcvd} || die "dosed failed" + dosed "s:hostname:hostname -f:g" /var/spool/fax/bin/{faxrcvd,pollrcvd} \ + || die "dosed hostname failed" generate_files # in this case, it only generates the env.d entry |