Bug 171927 - [MAINTAINER] sysutils/password-store: update to 1.4_1
Summary: [MAINTAINER] sysutils/password-store: update to 1.4_1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 20:50 UTC by Jonathan Chu
Modified: 2012-09-27 14:40 UTC (History)
0 users

See Also:


Attachments
password-store-1.4_1.patch (1.01 KB, patch)
2012-09-24 20:50 UTC, Jonathan Chu
no flags Details | Diff
password-store-1.4_1.patch (1.56 KB, patch)
2012-09-26 02:21 UTC, Jonathan Chu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2012-09-24 20:50:14 UTC
- Update to 1.4_1

Change distfile format

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-24 20:50:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Jonathan Chu 2012-09-26 02:21:03 UTC
Upstream patched cgit's .tar.gz generation.

New patch for checksum. Replaces previous patch.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-27 14:31:09 UTC
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-09-27 14:31:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!