Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2311 closed update (fixed)

sysutils/keychain port update

Reported by: os@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: keychain

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Gentoo's keychain script is at 2.0.3 in darwinports, and 2.3.5 in portage. A few minor Portfile changes and 2.3.5 intalls and runs fine. Diffs below...

--- Portfile.real	Tue Oct 12 09:06:22 2004
+++ Portfile	Tue Oct 12 09:06:22 2004
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		keychain
-version		2.0.3
+version		2.3.5
 categories	sysutils security
 maintainers	yeled@opendarwin.org
 description	A user-friendly front-end to ssh-agent(1)
@@ -13,7 +13,7 @@
 homepage	http://www.gentoo.org/proj/en/keychain.xml
 platforms	darwin freebsd
 master_sites	http://gentoo.oregonstate.edu/distfiles/
-checksums	md5 1183410bac4a747cd9ae483a1f24b7c5
+checksums   md5 c3f4bca3cea107945537535e9822331c
 use_bzip2	yes
 extract.suffix	.tar.bz2
 configure {}
@@ -21,4 +21,5 @@
 destroot {
 	file mkdir ${destroot}${prefix}/bin
 	xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin
+	xinstall -m 755 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1
 }

Change History (2)

comment:1 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

keychain was updated to version 2.4.0 yesterday .. closing bug.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: keychain added
Type: enhancementupdate
Note: See TracTickets for help on using tickets.