Bug 175824 - [patch update] devel/lfc 1.3.7 -> 1.4.0
Summary: [patch update] devel/lfc 1.3.7 -> 1.4.0
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 12:30 UTC by Kurt Jaeger
Modified: 2013-02-04 16:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.20 KB, patch)
2013-02-04 12:30 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-02-04 12:30:00 UTC
	Added AVLTree to the foundation classes.

How-To-Repeat: 	-
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-02-04 12:47:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-04 16:32:47 UTC
Author: culot
Date: Mon Feb  4 16:32:38 2013
New Revision: 311636
URL: http://svnweb.freebsd.org/changeset/ports/311636

Log:
  - Update to 1.4.0
  
  Changes:	http://www.lemke-it.com/litnoauth?request=pubcloglfc&lang=en
  PR:		ports/175824
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)

Modified:
  head/devel/lfc/Makefile
  head/devel/lfc/distinfo
  head/devel/lfc/pkg-plist

Modified: head/devel/lfc/Makefile
==============================================================================
--- head/devel/lfc/Makefile	Mon Feb  4 16:31:00 2013	(r311635)
+++ head/devel/lfc/Makefile	Mon Feb  4 16:32:38 2013	(r311636)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfc
-PORTVERSION=	1.3.7
+PORTVERSION=	1.4.0
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfc/distinfo
==============================================================================
--- head/devel/lfc/distinfo	Mon Feb  4 16:31:00 2013	(r311635)
+++ head/devel/lfc/distinfo	Mon Feb  4 16:32:38 2013	(r311636)
@@ -1,2 +1,2 @@
-SHA256 (lfc-1.3.7.tar.gz) = 719dbc7223ce74b5ac5ba4fcfb109447acfbcf2fe74f78bab946747b1c65a679
-SIZE (lfc-1.3.7.tar.gz) = 173435
+SHA256 (lfc-1.4.0.tar.gz) = ca9bb83797ce38bb272f580d106f7def0a889926b4e4eb6dc0955df7e6294e83
+SIZE (lfc-1.4.0.tar.gz) = 193984

Modified: head/devel/lfc/pkg-plist
==============================================================================
--- head/devel/lfc/pkg-plist	Mon Feb  4 16:31:00 2013	(r311635)
+++ head/devel/lfc/pkg-plist	Mon Feb  4 16:32:38 2013	(r311636)
@@ -1,4 +1,5 @@
 include/lfc/AESCrypt.h
+include/lfc/AVLTreeT.h
 include/lfc/Base64Coder.h
 include/lfc/BigDecimal.h
 include/lfc/BigInteger.h
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2013-02-04 16:32:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!