Bug 172202 - security/libksba has an available update
Summary: security/libksba has an available update
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: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 10:30 UTC by Doug Barton
Modified: 2012-10-04 21:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-01 10:30:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-04 21:17:09 UTC
Author: glarkin
Date: Thu Oct  4 20:16:55 2012
New Revision: 305278
URL: http://svn.freebsd.org/changeset/ports/305278

Log:
  - Updated to 1.3.0
  - Removed explicit library version number from gpg-error in LIB_DEPENDS
  
  PR:		ports/172202
  Submitted by:	Doug Barton <dougb@freebsd.org>

Modified:
  head/security/libksba/Makefile
  head/security/libksba/distinfo

Modified: head/security/libksba/Makefile
==============================================================================
--- head/security/libksba/Makefile	Thu Oct  4 19:51:33 2012	(r305277)
+++ head/security/libksba/Makefile	Thu Oct  4 20:16:55 2012	(r305278)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	libksba
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +16,7 @@ MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	KSBA is an X.509 Library
 
 BUILD_DEPENDS+=	libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error
-LIB_DEPENDS+=	gpg-error.0:${PORTSDIR}/security/libgpg-error
+LIB_DEPENDS+=	gpg-error:${PORTSDIR}/security/libgpg-error
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes

Modified: head/security/libksba/distinfo
==============================================================================
--- head/security/libksba/distinfo	Thu Oct  4 19:51:33 2012	(r305277)
+++ head/security/libksba/distinfo	Thu Oct  4 20:16:55 2012	(r305278)
@@ -1,4 +1,4 @@
-SHA256 (libksba-1.2.0.tar.bz2) = 09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b
-SIZE (libksba-1.2.0.tar.bz2) = 588323
-SHA256 (libksba-1.2.0.tar.bz2.sig) = 4c65e408aadaf0a8f0cce2f6c6e3381cdf0a0e569c3aca0dd1380bc7c6d61bdd
-SIZE (libksba-1.2.0.tar.bz2.sig) = 287
+SHA256 (libksba-1.3.0.tar.bz2) = 5a61eed50550d4d0dcb47457ce7b6a90f8e719d42a3b25f7e79333e8cd721971
+SIZE (libksba-1.3.0.tar.bz2) = 624704
+SHA256 (libksba-1.3.0.tar.bz2.sig) = debe2884a0ad29a52d3e6ae188db8e2979dbcab3f17faa27d6e28aa699ebc018
+SIZE (libksba-1.3.0.tar.bz2.sig) = 287
_______________________________________________
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 3 Greg Larkin freebsd_committer freebsd_triage 2012-10-04 21:17:23 UTC
State Changed
From-To: open->closed

Committed, thank you!