Bug 180900 - [patch update] devel/lfcbase 1.5.5 -> 1.5.6
Summary: [patch update] devel/lfcbase 1.5.5 -> 1.5.6
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-07-28 09:40 UTC by Kurt Jaeger
Modified: 2013-07-29 13:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.04 KB, patch)
2013-07-28 09:40 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-07-28 09:40:02 UTC
	Introduced class Directory for all directory operations

How-To-Repeat: 	-
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-07-28 12:37:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-29 13:40:14 UTC
Author: culot
Date: Mon Jul 29 12:40:06 2013
New Revision: 323884
URL: http://svnweb.freebsd.org/changeset/ports/323884

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

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

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Mon Jul 29 12:23:04 2013	(r323883)
+++ head/devel/lfcbase/Makefile	Mon Jul 29 12:40:06 2013	(r323884)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.5.5
+PORTVERSION=	1.5.6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Mon Jul 29 12:23:04 2013	(r323883)
+++ head/devel/lfcbase/distinfo	Mon Jul 29 12:40:06 2013	(r323884)
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.5.5.tar.gz) = 448e23e4ade2c0e0bccde3a687c0b3f8af64240ff7f4b6690ce9764610b6d51a
-SIZE (lfcbase-1.5.5.tar.gz) = 882033
+SHA256 (lfcbase-1.5.6.tar.gz) = e5a94daff9e7bef99aedb560e872b84d9822318af6d150f2085c99e127969e7d
+SIZE (lfcbase-1.5.6.tar.gz) = 883193

Modified: head/devel/lfcbase/pkg-plist
==============================================================================
--- head/devel/lfcbase/pkg-plist	Mon Jul 29 12:23:04 2013	(r323883)
+++ head/devel/lfcbase/pkg-plist	Mon Jul 29 12:40:06 2013	(r323884)
@@ -8,6 +8,7 @@ include/lfcbase/Chain.h
 include/lfcbase/CommandExecuter.h
 include/lfcbase/Crypt.h
 include/lfcbase/Datetime.h
+include/lfcbase/Directory.h
 include/lfcbase/Exception.h
 include/lfcbase/File.h
 include/lfcbase/GetLongOpt.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-07-29 13:40:22 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!