Summary: | [MAINTAINER] sysutils/password-store: update to 1.4_1 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jonathan Chu <milki> | ||||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jonathan Chu
2012-09-24 20:50:14 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool) Upstream patched cgit's .tar.gz generation. New patch for checksum. Replaces previous patch. 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |