Skip to content

Commit

Permalink
broke this port after disabling curl's redirect following - pointing to
Browse files Browse the repository at this point in the history
absolute path rather than nice alias.

this is solving a symptom not the problem, i will look at dp fetch soon...

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@2029 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jean-Pierre Mouilleseaux committed Feb 13, 2003
1 parent b1aa8aa commit 5d1bfcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions security/keychain/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0 PortSystem 1.0
name keychain name keychain
version 2.0.2 version 2.0.2
revision 0 revision 1
categories security categories security
maintainers jpm@opendarwin.org maintainers jpm@opendarwin.org
description A user-friendly front-end to ssh-agent(1) description A user-friendly front-end to ssh-agent(1)
Expand All @@ -11,12 +11,12 @@ long_description \
process per system rather than per login session. process per system rather than per login session.
homepage http://www.gentoo.org/proj/en/keychain.xml homepage http://www.gentoo.org/proj/en/keychain.xml
platforms darwin freebsd platforms darwin freebsd
master_sites http://www.ibiblio.org/gentoo/distfiles/ master_sites http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/
checksums md5 931bab773fe6cc438b07694a6f22e819 checksums md5 931bab773fe6cc438b07694a6f22e819
use_bzip2 yes use_bzip2 yes
extract.sufx .bz2 extract.sufx .bz2
configure { } configure {}
build { } build {}
install { install {
system "install -d ${destroot}${prefix}/bin" system "install -d ${destroot}${prefix}/bin"
system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin"
Expand Down
8 changes: 4 additions & 4 deletions sysutils/keychain/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0 PortSystem 1.0
name keychain name keychain
version 2.0.2 version 2.0.2
revision 0 revision 1
categories security categories security
maintainers jpm@opendarwin.org maintainers jpm@opendarwin.org
description A user-friendly front-end to ssh-agent(1) description A user-friendly front-end to ssh-agent(1)
Expand All @@ -11,12 +11,12 @@ long_description \
process per system rather than per login session. process per system rather than per login session.
homepage http://www.gentoo.org/proj/en/keychain.xml homepage http://www.gentoo.org/proj/en/keychain.xml
platforms darwin freebsd platforms darwin freebsd
master_sites http://www.ibiblio.org/gentoo/distfiles/ master_sites http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/
checksums md5 931bab773fe6cc438b07694a6f22e819 checksums md5 931bab773fe6cc438b07694a6f22e819
use_bzip2 yes use_bzip2 yes
extract.sufx .bz2 extract.sufx .bz2
configure { } configure {}
build { } build {}
install { install {
system "install -d ${destroot}${prefix}/bin" system "install -d ${destroot}${prefix}/bin"
system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin"
Expand Down

0 comments on commit 5d1bfcc

Please sign in to comment.