Date: Thu, 27 Sep 2012 13:30:59 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304959 - head/sysutils/password-store Message-ID: <201209271330.q8RDUxPN025272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Sep 27 13:30:59 2012 New Revision: 304959 URL: http://svn.freebsd.org/changeset/ports/304959 Log: - Fix build on 7.x PR: ports/171927 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Modified: head/sysutils/password-store/Makefile head/sysutils/password-store/distinfo Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Thu Sep 27 13:29:34 2012 (r304958) +++ head/sysutils/password-store/Makefile Thu Sep 27 13:30:59 2012 (r304959) @@ -2,9 +2,9 @@ PORTNAME= password-store PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ -EXTRACT_SUFX= .tar.xz MAINTAINER= milki@rescomp.berkeley.edu COMMENT= Stores, retrieves, generates, and synchronizes passwords securely Modified: head/sysutils/password-store/distinfo ============================================================================== --- head/sysutils/password-store/distinfo Thu Sep 27 13:29:34 2012 (r304958) +++ head/sysutils/password-store/distinfo Thu Sep 27 13:30:59 2012 (r304959) @@ -1,2 +1,2 @@ -SHA256 (password-store-1.4.tar.xz) = 2e94b0078abdf4673f3c22bde048776a3c12776b1bc98c22e8fb6e684b0b4a9e -SIZE (password-store-1.4.tar.xz) = 17968 +SHA256 (password-store-1.4.tar.gz) = abfff29d5bf767c5b7e4bd0e037fadf32078a0b4534deac86df2765e88791954 +SIZE (password-store-1.4.tar.gz) = 19632
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209271330.q8RDUxPN025272>